From 46d7ecbc5a5254129b2d3cf31ea68fa420ea52b8 Mon Sep 17 00:00:00 2001 From: David W <1511024+marabooy@users.noreply.github.com> Date: Wed, 18 Aug 2021 21:12:22 +0300 Subject: [PATCH] Update copyright headers (#2546) --- .../Controllers/CustomersController.cs | 8 ++++++-- .../Controllers/ODataOperationImportController.cs | 8 ++++++-- .../Controllers/WeatherForecastController.cs | 8 ++++++-- .../Models/CustomerOrder.cs | 8 ++++++-- .../Models/CustomerOrderContext.cs | 8 ++++++-- .../Models/EdmModelBuilder.cs | 10 +++++++--- .../Models/WeatherForecast.cs | 8 ++++++-- samples/AspNetCore3xEndpointSample.Web/Program.cs | 8 ++++++-- samples/AspNetCore3xEndpointSample.Web/Startup.cs | 8 ++++++-- .../Controllers/CustomersController.cs | 8 ++++++-- .../Models/CustomerOrder.cs | 8 ++++++-- .../Models/CustomerOrderContext.cs | 8 ++++++-- .../Models/EdmModelBuilder.cs | 10 +++++++--- samples/AspNetCore3xODataSample.Web/Program.cs | 8 ++++++-- samples/AspNetCore3xODataSample.Web/Startup.cs | 8 ++++++-- .../Controllers/CustomersController.cs | 8 ++++++-- .../Controllers/MoviesController.cs | 8 ++++++-- .../Controllers/PeopleController.cs | 8 ++++++-- .../Models/CustomerOrderModel.cs | 8 ++++++-- .../Models/EdmModelBuilder.cs | 8 ++++++-- samples/AspNetCoreODataSample.Web/Models/Genre.cs | 8 ++++++-- samples/AspNetCoreODataSample.Web/Models/Level.cs | 8 ++++++-- samples/AspNetCoreODataSample.Web/Models/Movie.cs | 8 ++++++-- .../AspNetCoreODataSample.Web/Models/MovieContext.cs | 8 ++++++-- samples/AspNetCoreODataSample.Web/Models/MovieStar.cs | 11 +++++++++-- samples/AspNetCoreODataSample.Web/Models/Person.cs | 8 ++++++-- samples/AspNetCoreODataSample.Web/Program.cs | 8 ++++++-- samples/AspNetCoreODataSample.Web/Startup.cs | 8 ++++++-- .../AspNetODataSample.Web/App_Start/WebApiConfig.cs | 8 ++++++-- .../Controllers/ODataOperationImportController.cs | 10 +++++++--- .../Controllers/TodoItemsController.cs | 10 +++++++--- samples/AspNetODataSample.Web/Global.asax.cs | 8 ++++++-- samples/AspNetODataSample.Web/Models/DataSource.cs | 10 +++++++--- .../AspNetODataSample.Web/Models/EdmModelBuilder.cs | 10 +++++++--- samples/AspNetODataSample.Web/Models/TodoItem.cs | 10 +++++++--- .../AspNetODataSample.Web/Models/TodoItemContext.cs | 10 +++++++--- .../AspNetODataSample.Web/Properties/AssemblyInfo.cs | 11 +++++++++-- src/CommonAssemblyInfo.cs | 8 ++++++-- src/GlobalSuppressions.cs | 8 ++++++-- .../Batch/ODataBatchContent.cs | 10 +++++++--- .../Batch/ODataBatchHandler.cs | 8 ++++++-- .../Builder/ActionConfiguration.cs | 8 ++++++-- .../Builder/ActionOnDeleteAttribute.cs | 8 ++++++-- .../Builder/AutoExpandAttribute.cs | 8 ++++++-- .../Builder/BindableOperationFinder.cs | 8 ++++++-- .../Builder/BindingParameterConfiguration.cs | 8 ++++++-- .../BindingPathConfigurationOfTStructuralType.cs | 8 ++++++-- .../Builder/BindingPathHelper.cs | 8 ++++++-- .../Builder/CapabilitiesNavigationType.cs | 10 +++++++--- .../Builder/CapabilitiesVocabularyConstants.cs | 8 ++++++-- .../Builder/CapabilitiesVocabularyExtensionMethods.cs | 8 ++++++-- .../Builder/CollectionPropertyConfiguration.cs | 8 ++++++-- .../Builder/CollectionTypeConfiguration.cs | 8 ++++++-- .../Builder/ComplexPropertyConfiguration.cs | 10 +++++++--- .../Builder/ComplexTypeConfiguration.cs | 8 ++++++-- .../Builder/ComplexTypeConfigurationOfTComplexType.cs | 8 ++++++-- .../Builder/ContainedAttribute.cs | 8 ++++++-- .../Builder/ContainmentPathBuilder.cs | 8 ++++++-- .../AbstractEntityTypeDiscoveryConvention.cs | 8 ++++++-- .../Conventions/AbstractTypeDiscoveryConvention.cs | 8 ++++++-- .../Conventions/ActionLinkGenerationConvention.cs | 8 ++++++-- .../Conventions/AssociationSetDiscoveryConvention.cs | 8 ++++++-- .../Attributes/ActionOnDeleteAttributeConvention.cs | 8 ++++++-- .../Conventions/Attributes/AttributeConvention.cs | 8 ++++++-- .../Attributes/AttributeEdmPropertyConvention.cs | 8 ++++++-- .../Attributes/AttributeEdmTypeConvention.cs | 8 ++++++-- .../AutoExpandAttributeEdmPropertyConvention.cs | 8 ++++++-- .../AutoExpandAttributeEdmTypeConvention.cs | 8 ++++++-- .../ColumnAttributeEdmPropertyConvention.cs | 8 ++++++-- .../Attributes/ComplexTypeAttributeConvention.cs | 8 ++++++-- .../ConcurrencyCheckAttributeEdmPropertyConvention.cs | 8 ++++++-- .../Attributes/CountAttributeEdmPropertyConvention.cs | 8 ++++++-- .../Attributes/CountAttributeEdmTypeConvention.cs | 8 ++++++-- .../DataContractAttributeEdmTypeConvention.cs | 8 ++++++-- .../DataContractAttributeEnumTypeConvention.cs | 8 ++++++-- .../DataMemberAttributeEdmPropertyConvention.cs | 8 ++++++-- .../DefaultValueAttributeEdmPropertyConvention.cs | 8 ++++++-- ...vedTypeConstraintAttributeEdmPropertyConvention.cs | 8 ++++++-- .../ExpandAttributeEdmPropertyConvention.cs | 8 ++++++-- .../Attributes/ExpandAttributeEdmTypeConvention.cs | 8 ++++++-- .../FilterAttributeEdmPropertyConvention.cs | 8 ++++++-- .../Attributes/FilterAttributeEdmTypeConvention.cs | 8 ++++++-- .../Attributes/ForeignKeyAttributeConvention.cs | 8 ++++++-- .../IgnoreDataMemberAttributeEdmPropertyConvention.cs | 8 ++++++-- .../Attributes/KeyAttributeEdmPropertyConvention.cs | 8 ++++++-- .../MaxLengthAttributeEdmPropertyConvention.cs | 8 ++++++-- .../Attributes/MediaTypeAttributeConvention.cs | 8 ++++++-- .../NonFilterableAttributeEdmPropertyConvention.cs | 8 ++++++-- .../NotCountableAttributeEdmPropertyConvention.cs | 10 +++++++--- .../NotExpandableAttributeEdmPropertyConvention.cs | 8 ++++++-- .../NotFilterableAttributeEdmPropertyConvention.cs | 8 ++++++-- .../NotMappedAttributeEdmPropertyConvention.cs | 8 ++++++-- .../NotNavigableAttributeEdmPropertyConvention.cs | 8 ++++++-- .../NotSortableAttributeEdmPropertyConvention.cs | 8 ++++++-- .../OrderByAttributeEdmPropertyConvention.cs | 8 ++++++-- .../Attributes/OrderByAttributeEdmTypeConvention.cs | 8 ++++++-- .../Attributes/PageAttributeEdmPropertyConvention.cs | 8 ++++++-- .../Attributes/PageAttributeEdmTypeConvention.cs | 8 ++++++-- .../RequiredAttributeEdmPropertyConvention.cs | 8 ++++++-- .../SelectAttributeEdmPropertyConvention.cs | 8 ++++++-- .../Attributes/SelectAttributeEdmTypeConvention.cs | 8 ++++++-- .../TimestampAttributeEdmPropertyConvention.cs | 8 ++++++-- .../UnsortableAttributeEdmPropertyConvention.cs | 8 ++++++-- .../Builder/Conventions/ConventionsHelpers.cs | 8 ++++++-- .../Builder/Conventions/EntityKeyConvention.cs | 8 ++++++-- .../Builder/Conventions/EntityTypeConvention.cs | 8 ++++++-- .../Conventions/ForeignKeyDiscoveryConvention.cs | 8 ++++++-- .../Conventions/FunctionLinkGenerationConvention.cs | 8 ++++++-- .../Builder/Conventions/IConvention.cs | 8 ++++++-- .../Builder/Conventions/IEdmPropertyConvention.cs | 8 ++++++-- .../IEdmPropertyConventionOfTPropertyConfiguration.cs | 8 ++++++-- .../Builder/Conventions/IEdmTypeConvention.cs | 8 ++++++-- .../Conventions/INavigationSourceConvention.cs | 8 ++++++-- .../Builder/Conventions/IOperationConvention.cs | 8 ++++++-- .../NavigationLinksGenerationConvention.cs | 8 ++++++-- .../Conventions/SelfLinksGenerationConvention.cs | 8 ++++++-- .../Builder/DecimalPropertyConfiguration.cs | 10 +++++++--- .../Builder/DerivedTypeConstraintAttribute.cs | 8 ++++++-- .../Builder/DerivedTypeConstraintConfiguration.cs | 8 ++++++-- .../Builder/DynamicPropertyDictionaryAnnotation.cs | 8 ++++++-- .../Builder/EdmModelHelperMethods.cs | 8 ++++++-- .../Builder/EdmTypeBuilder.cs | 10 +++++++--- .../Builder/EdmTypeConfigurationExtensions.cs | 8 ++++++-- .../Builder/EdmTypeMap.cs | 8 ++++++-- .../EntityCollectionConfigurationOfTEntityType.cs | 10 +++++++--- .../Builder/EntitySetConfiguration.cs | 8 ++++++-- .../Builder/EntitySetConfigurationOfTEntityType.cs | 8 ++++++-- .../Builder/EntityTypeConfiguration.cs | 8 ++++++-- .../Builder/EntityTypeConfigurationOfTEntityType.cs | 8 ++++++-- .../Builder/EnumMemberConfiguration.cs | 10 +++++++--- .../Builder/EnumPropertyConfiguration.cs | 8 ++++++-- .../Builder/EnumTypeConfiguration.cs | 8 ++++++-- .../Builder/EnumTypeConfigurationOfTEnumType.cs | 10 +++++++--- .../Builder/FunctionConfiguration.cs | 8 ++++++-- .../Builder/IEdmTypeConfiguration.cs | 8 ++++++-- .../Builder/IODataInstanceAnnotationContainer.cs | 8 ++++++-- .../Builder/InstanceAnnotationContainerAnnotation.cs | 8 ++++++-- .../Builder/LengthPropertyConfiguration.cs | 10 +++++++--- .../Builder/LinkGenerationHelpers.cs | 8 ++++++-- .../Builder/LowerCamelCaser.cs | 8 ++++++-- .../Builder/MediaTypeAttribute.cs | 8 ++++++-- .../Builder/NameResolverOptions.cs | 8 ++++++-- .../Builder/NavigationLinkBuilder.cs | 8 ++++++-- .../Builder/NavigationPropertyBindingConfiguration.cs | 8 ++++++-- .../Builder/NavigationPropertyBindingOption.cs | 8 ++++++-- .../Builder/NavigationPropertyConfiguration.cs | 8 ++++++-- .../Builder/NavigationPropertyExtensions.cs | 8 ++++++-- .../Builder/NavigationSourceAndAnnotations.cs | 8 ++++++-- .../Builder/NavigationSourceConfiguration.cs | 8 ++++++-- .../NavigationSourceConfigurationOfTEntityType.cs | 8 ++++++-- .../Builder/NavigationSourceLinkBuilderAnnotation.cs | 8 ++++++-- .../Builder/NavigationSourceUrlAnnotation.cs | 8 ++++++-- .../Builder/NonBindingParameterConfiguration.cs | 8 ++++++-- .../Builder/NullableEnumTypeConfiguration.cs | 8 ++++++-- .../Builder/ODataConventionModelBuilder.cs | 8 ++++++-- .../Builder/ODataConventionModelBuilderExtensions.cs | 8 ++++++-- .../Builder/ODataInstanceAnnotationContainer.cs | 8 ++++++-- .../Builder/ODataModelBuilder.cs | 8 ++++++-- .../Builder/OperationConfiguration.cs | 8 ++++++-- .../Builder/OperationKind.cs | 8 ++++++-- .../Builder/OperationLinkBuilder.cs | 8 ++++++-- .../Builder/OperationTitleAnnotation.cs | 8 ++++++-- .../Builder/ParameterConfiguration.cs | 8 ++++++-- .../Builder/PrecisionPropertyConfiguration.cs | 8 ++++++-- .../Builder/PrimitivePropertyConfiguration.cs | 8 ++++++-- .../PrimitivePropertyConfigurationExtensions.cs | 8 ++++++-- .../Builder/PrimitiveTypeConfiguration.cs | 8 ++++++-- .../Builder/PropertyConfiguration.cs | 8 ++++++-- .../Builder/PropertyKind.cs | 9 ++++++--- .../Builder/PropertyPairSelectorVisitor.cs | 8 ++++++-- .../Builder/PropertySelectorVisitor.cs | 8 ++++++-- .../Builder/QueryConfiguration.cs | 8 ++++++-- .../Builder/ReturnedEntitySetAnnotation.cs | 8 ++++++-- .../Builder/SelfLinkBuilder.cs | 8 ++++++-- .../Builder/SingletonAttribute.cs | 8 ++++++-- .../Builder/SingletonConfiguration.cs | 8 ++++++-- .../Builder/SingletonConfigurationOfTEntityType.cs | 8 ++++++-- .../Builder/StructuralPropertyConfiguration.cs | 8 ++++++-- .../Builder/StructuralTypeConfiguration.cs | 8 ++++++-- .../StructuralTypeConfigurationOfTStructuralType.cs | 8 ++++++-- .../ClrEnumMemberAnnotation.cs | 8 ++++++-- .../ClrPropertyInfoAnnotation.cs | 8 ++++++-- .../ClrTypeAnnotation.cs | 8 ++++++-- .../Common/CollectionExtensions.cs | 8 ++++++-- .../Common/CommonWebApiResources.Designer.cs | 2 +- src/Microsoft.AspNet.OData.Shared/Common/Error.cs | 8 ++++++-- .../Common/ListWrapperCollection.cs | 8 ++++++-- .../Common/PropertyHelper.cs | 8 ++++++-- .../Common/SRResources.Designer.cs | 2 +- .../Common/TaskHelpers.cs | 8 ++++++-- .../Common/TaskHelpersExtensions.cs | 8 ++++++-- .../CompatibilityOptions.cs | 9 +++++++-- .../CompiledPropertyAccessor.cs | 8 ++++++-- .../ConcurrencyPropertiesAnnotation.cs | 8 ++++++-- src/Microsoft.AspNet.OData.Shared/ContentIdHelpers.cs | 10 +++++++--- .../CustomAggregateMethodAnnotation.cs | 8 ++++++-- .../DefaultContainerBuilder.cs | 8 ++++++-- src/Microsoft.AspNet.OData.Shared/Delta.cs | 10 +++++++--- .../DeltaOfTStructuralType.cs | 8 ++++++-- .../ETagMessageHandler.cs | 8 ++++++-- .../EdmChangedObjectCollection.cs | 10 +++++++--- .../EdmComplexCollectionObject.cs | 8 ++++++-- src/Microsoft.AspNet.OData.Shared/EdmComplexObject.cs | 8 ++++++-- .../EdmDeltaCollectionType.cs | 10 +++++++--- .../EdmDeltaComplexObject.cs | 10 +++++++--- .../EdmDeltaDeletedEntityObject.cs | 8 ++++++-- .../EdmDeltaDeletedLink.cs | 10 +++++++--- .../EdmDeltaEntityKind.cs | 10 +++++++--- .../EdmDeltaEntityObject.cs | 10 +++++++--- src/Microsoft.AspNet.OData.Shared/EdmDeltaLink.cs | 10 +++++++--- src/Microsoft.AspNet.OData.Shared/EdmDeltaType.cs | 8 ++++++-- .../EdmEntityCollectionObject.cs | 8 ++++++-- src/Microsoft.AspNet.OData.Shared/EdmEntityObject.cs | 8 ++++++-- src/Microsoft.AspNet.OData.Shared/EdmEnumObject.cs | 10 +++++++--- .../EdmEnumObjectCollection.cs | 8 ++++++-- .../EdmModelExtensions.cs | 8 ++++++-- .../EdmStructuredObject.cs | 8 ++++++-- .../EdmTypeExtensions.cs | 10 +++++++--- .../EnableQueryAttribute.cs | 10 +++++++--- .../ExpressionHelperMethods.cs | 8 ++++++-- .../ExpressionHelpers.cs | 8 ++++++-- .../Extensions/ContainerBuilderExtensions.cs | 8 ++++++-- .../FastPropertyAccessor.cs | 8 ++++++-- .../Formatter/ClrTypeCache.cs | 8 ++++++-- .../Formatter/DefaultODataETagHandler.cs | 8 ++++++-- .../CollectionDeserializationHelpers.cs | 8 ++++++-- .../DefaultODataDeserializerProvider.cs | 8 ++++++-- .../Deserialization/DeserializationHelpers.cs | 8 ++++++-- .../Deserialization/EnumDeserializationHelpers.cs | 10 +++++++--- .../Deserialization/ODataActionPayloadDeserializer.cs | 10 +++++++--- .../Deserialization/ODataCollectionDeserializer.cs | 8 ++++++-- .../Formatter/Deserialization/ODataDeserializer.cs | 8 ++++++-- .../Deserialization/ODataDeserializerContext.cs | 8 ++++++-- .../Deserialization/ODataDeserializerProvider.cs | 8 ++++++-- .../Deserialization/ODataEdmTypeDeserializer.cs | 8 ++++++-- .../Deserialization/ODataEntityReferenceLinkBase.cs | 8 ++++++-- .../ODataEntityReferenceLinkDeserializer.cs | 8 ++++++-- .../Deserialization/ODataEnumDeserializer.cs | 8 ++++++-- .../Formatter/Deserialization/ODataItemBase.cs | 8 ++++++-- .../Deserialization/ODataNestedResourceInfoWrapper.cs | 8 ++++++-- .../Deserialization/ODataPrimitiveDeserializer.cs | 8 ++++++-- .../Deserialization/ODataReaderExtensions.cs | 8 ++++++-- .../Deserialization/ODataResourceDeserializer.cs | 8 ++++++-- .../Deserialization/ODataResourceSetDeserializer.cs | 8 ++++++-- .../Deserialization/ODataResourceSetWrapper.cs | 8 ++++++-- .../Formatter/Deserialization/ODataResourceWrapper.cs | 8 ++++++-- src/Microsoft.AspNet.OData.Shared/Formatter/ETag.cs | 8 ++++++-- .../Formatter/ETagOfTEntity.cs | 8 ++++++-- .../Formatter/EdmLibHelpers.cs | 8 ++++++-- .../Formatter/EdmObjectHelper.cs | 8 ++++++-- .../Formatter/EdmPrimitiveHelpers.cs | 8 ++++++-- .../Formatter/EdmTypeReferenceEqualityComparer.cs | 8 ++++++-- .../Formatter/IETagHandler.cs | 8 ++++++-- .../Formatter/ODataBinaryValueMediaTypeMapping.cs | 8 ++++++-- .../Formatter/ODataCountMediaTypeMapping.cs | 8 ++++++-- .../Formatter/ODataEnumValueMediaTypeMapping.cs | 8 ++++++-- .../Formatter/ODataInputFormatterHelper.cs | 8 ++++++-- .../Formatter/ODataMediaTypes.cs | 8 ++++++-- .../Formatter/ODataMessageWrapper.cs | 10 +++++++--- .../Formatter/ODataMetadataLevel.cs | 8 ++++++-- .../Formatter/ODataModelBinderConverter.cs | 8 ++++++-- .../Formatter/ODataOutputFormatterHelper.cs | 8 ++++++-- .../Formatter/ODataPrimitiveValueMediaTypeMapping.cs | 8 ++++++-- .../Formatter/ODataRawValueMediaTypeMapping.cs | 8 ++++++-- .../Formatter/ODataStreamMediaTypeMapping.cs | 8 ++++++-- .../Formatter/ODataValueExtensions.cs | 8 ++++++-- .../Formatter/QueryStringMediaTypeMapping.cs | 8 ++++++-- .../Serialization/DefaultODataSerializerProvider.cs | 8 ++++++-- .../Formatter/Serialization/EntitySelfLinks.cs | 8 ++++++-- .../Serialization/ODataCollectionSerializer.cs | 8 ++++++-- .../Serialization/ODataDeltaFeedSerializer.cs | 8 ++++++-- .../Formatter/Serialization/ODataEdmTypeSerializer.cs | 8 ++++++-- .../ODataEntityReferenceLinkSerializer.cs | 10 +++++++--- .../ODataEntityReferenceLinksSerializer.cs | 8 ++++++-- .../Formatter/Serialization/ODataEnumSerializer.cs | 10 +++++++--- .../Formatter/Serialization/ODataErrorSerializer.cs | 8 ++++++-- .../Serialization/ODataMetadataSerializer.cs | 8 ++++++-- .../Formatter/Serialization/ODataPayloadKindHelper.cs | 8 ++++++-- .../Serialization/ODataPrimitiveSerializer.cs | 8 ++++++-- .../Serialization/ODataRawValueSerializer.cs | 8 ++++++-- .../Serialization/ODataResourceSerializer.cs | 8 ++++++-- .../Serialization/ODataResourceSetSerializer.cs | 8 ++++++-- .../Serialization/ODataResourceValueSerializer.cs | 8 ++++++-- .../Formatter/Serialization/ODataSerializer.cs | 10 +++++++--- .../Formatter/Serialization/ODataSerializerContext.cs | 8 ++++++-- .../Serialization/ODataSerializerProvider.cs | 8 ++++++-- .../ODataSerializerProviderExtensions.cs | 8 ++++++-- .../Serialization/ODataServiceDocumentSerializer.cs | 8 ++++++-- .../Formatter/Serialization/SelectExpandNode.cs | 8 ++++++-- .../Formatter/Serialization/TypedEdmComplexObject.cs | 8 ++++++-- .../Formatter/Serialization/TypedEdmEntityObject.cs | 10 +++++++--- .../Serialization/TypedEdmStructuredObject.cs | 8 ++++++-- .../FunctionImportComparer.cs | 8 ++++++-- .../GetNextPageHelper.cs | 8 ++++++-- src/Microsoft.AspNet.OData.Shared/IDelta.cs | 8 ++++++-- .../IEdmChangedObject.cs | 10 +++++++--- .../IEdmComplexObject.cs | 8 ++++++-- .../IEdmDeltaDeletedEntityObject.cs | 8 ++++++-- .../IEdmDeltaDeletedLink.cs | 8 ++++++-- src/Microsoft.AspNet.OData.Shared/IEdmDeltaLink.cs | 8 ++++++-- .../IEdmDeltaLinkBase.cs | 8 ++++++-- src/Microsoft.AspNet.OData.Shared/IEdmEntityObject.cs | 8 ++++++-- src/Microsoft.AspNet.OData.Shared/IEdmEnumObject.cs | 8 ++++++-- src/Microsoft.AspNet.OData.Shared/IEdmObject.cs | 8 ++++++-- .../IEdmStructuredObject.cs | 8 ++++++-- .../IPerRouteContainer.cs | 8 ++++++-- .../Interfaces/IWebApiActionDescriptor.cs | 8 ++++++-- .../Interfaces/IWebApiActionMap.cs | 8 ++++++-- .../Interfaces/IWebApiAssembliesResolver.cs | 8 ++++++-- .../Interfaces/IWebApiContext.cs | 8 ++++++-- .../Interfaces/IWebApiControllerContext.cs | 8 ++++++-- .../Interfaces/IWebApiHeaders.cs | 8 ++++++-- .../Interfaces/IWebApiOptions.cs | 8 ++++++-- .../Interfaces/IWebApiRequestMessage.cs | 8 ++++++-- .../Interfaces/IWebApiUrlHelper.cs | 8 ++++++-- .../MetadataController.cs | 8 ++++++-- .../NavigationPropertyQueryableConfiguration.cs | 8 ++++++-- ...igationPropertyQueryableConfigurationAnnotation.cs | 8 ++++++-- .../NonValidatingParameterBindingAttribute.cs | 8 ++++++-- .../NullEdmComplexObject.cs | 8 ++++++-- .../ODataActionParameters.cs | 10 +++++++--- src/Microsoft.AspNet.OData.Shared/ODataController.cs | 8 ++++++-- .../ODataNullValueMessageHandler.cs | 8 ++++++-- .../ODataQueryContext.cs | 8 ++++++-- .../ODataQueryContextExtensions.cs | 10 +++++++--- .../ODataQueryParameterBindingAttribute.cs | 8 ++++++-- .../ODataSwaggerConverter.cs | 8 ++++++-- .../ODataSwaggerUtilities.cs | 8 ++++++-- .../ODataUntypedActionParameters.cs | 8 ++++++-- .../ODataUriFunctions.cs | 8 ++++++-- src/Microsoft.AspNet.OData.Shared/PageResult.cs | 8 ++++++-- src/Microsoft.AspNet.OData.Shared/PageResultOfT.cs | 10 +++++++--- .../PerRouteContainerBase.cs | 8 ++++++-- src/Microsoft.AspNet.OData.Shared/PropertyAccessor.cs | 8 ++++++-- .../Query/AllowedArithmeticOperators.cs | 8 ++++++-- .../Query/AllowedFunctions.cs | 10 +++++++--- .../Query/AllowedLogicalOperators.cs | 8 ++++++-- .../Query/AllowedQueryOptions.cs | 8 ++++++-- .../Query/ApplyQueryOption.cs | 8 ++++++-- .../Query/CountAttribute.cs | 8 ++++++-- .../Query/CountQueryOption.cs | 8 ++++++-- .../Query/DefaultQuerySettings.cs | 8 ++++++-- .../Query/DefaultSkipTokenHandler.cs | 9 +++++++-- .../Query/ExpandAttribute.cs | 8 ++++++-- .../Query/ExpandConfiguration.cs | 8 ++++++-- .../Query/Expressions/AggregationBinder.cs | 8 ++++++-- .../Query/Expressions/AggregationPropertyContainer.cs | 8 ++++++-- .../Query/Expressions/ClrCanonicalFunctions.cs | 8 ++++++-- .../Query/Expressions/ClrSafeFunctions.cs | 8 ++++++-- .../Query/Expressions/ComputeBinder.cs | 8 ++++++-- .../Query/Expressions/DynamicTypeWrapper.cs | 8 ++++++-- .../Query/Expressions/DynamicTypeWrapperConverter.cs | 8 ++++++-- .../Query/Expressions/ExpressionBinderBase.cs | 8 ++++++-- .../Query/Expressions/FilterBinder.cs | 8 ++++++-- .../Query/Expressions/IdentityPropertyMapper.cs | 8 ++++++-- .../Expressions/Linq2ObjectsComparisonMethods.cs | 8 ++++++-- .../Query/Expressions/LinqParameterContainer.cs | 8 ++++++-- .../Query/Expressions/ModelContainer.cs | 8 ++++++-- .../Query/Expressions/NamedPropertyExpression.cs | 8 ++++++-- .../Query/Expressions/PropertyContainer.cs | 8 ++++++-- .../Query/Expressions/PropertyContainer.generated.cs | 11 +++++++++-- .../Query/Expressions/SelectExpandBinder.cs | 8 ++++++-- .../Query/Expressions/SelectExpandIncludedProperty.cs | 8 ++++++-- .../Query/Expressions/SelectExpandPathExtensions.cs | 8 ++++++-- .../Query/Expressions/SelectExpandWrapper.cs | 8 ++++++-- .../Query/Expressions/SelectExpandWrapperConverter.cs | 8 ++++++-- .../Query/Expressions/SelectExpandWrapperOfT.cs | 8 ++++++-- .../Query/Expressions/TransformationBinderBase.cs | 8 ++++++-- .../Query/Expressions/UriFunctionsBinder.cs | 8 ++++++-- .../Query/FilterAttribute.cs | 8 ++++++-- .../Query/FilterQueryOption.cs | 8 ++++++-- .../Query/HandleNullPropagationOption.cs | 10 +++++++--- .../Query/HandleNullPropagationOptionHelper.cs | 10 +++++++--- .../Query/ICountOptionCollection.cs | 8 ++++++-- .../Query/IODataQueryOptionsParser.cs | 8 ++++++-- .../Query/IPropertyMapper.cs | 8 ++++++-- .../Query/ISelectExpandWrapper.cs | 8 ++++++-- .../Query/ITruncatedCollection.cs | 8 ++++++-- .../Query/ModelBoundQuerySettings.cs | 8 ++++++-- .../Query/NonFilterableAttribute.cs | 8 ++++++-- .../Query/NotCountableAttribute.cs | 10 +++++++--- .../Query/NotExpandableAttribute.cs | 8 ++++++-- .../Query/NotFilterableAttribute.cs | 10 +++++++--- .../Query/NotNavigableAttribute.cs | 8 ++++++-- .../Query/NotSortableAttribute.cs | 10 +++++++--- .../Query/ODataPathQueryBuilder.cs | 8 ++++++-- .../Query/ODataQueryOptions.cs | 8 ++++++-- .../Query/ODataQueryOptionsOfTEntity.cs | 8 ++++++-- .../Query/ODataQueryOptionsParserFactory.cs | 8 ++++++-- .../Query/ODataQuerySettings.cs | 8 ++++++-- .../Query/ODataRawQueryOptions.cs | 8 ++++++-- .../Query/ODataValidationSettings.cs | 8 ++++++-- .../Query/OrderByAttribute.cs | 8 ++++++-- .../Query/OrderByCountNode.cs | 9 +++++++-- .../Query/OrderByItNode.cs | 8 ++++++-- .../Query/OrderByNode.cs | 8 ++++++-- .../Query/OrderByOpenPropertyNode.cs | 10 +++++++--- .../Query/OrderByPropertyNode.cs | 8 ++++++-- .../Query/OrderByQueryOption.cs | 8 ++++++-- .../Query/PageAttribute.cs | 8 ++++++-- .../Query/ParameterAliasNodeTranslator.cs | 8 ++++++-- .../Query/PlainTextODataQueryOptionsParser.cs | 8 ++++++-- .../Query/QueryOptionSetting.cs | 8 ++++++-- .../Query/SelectAttribute.cs | 8 ++++++-- .../Query/SelectExpandQueryOption.cs | 8 ++++++-- .../Query/SelectExpandType.cs | 8 ++++++-- .../Query/SkipQueryOption.cs | 8 ++++++-- .../Query/SkipTokenHandler.cs | 10 +++++++--- .../Query/SkipTokenQueryOption.cs | 10 +++++++--- .../Query/TopQueryOption.cs | 8 ++++++-- .../Query/TruncatedCollectionOfT.cs | 8 ++++++-- .../Query/UnsortableAttribute.cs | 8 ++++++-- .../Query/Validators/CountQueryValidator.cs | 10 +++++++--- .../Query/Validators/FilterQueryValidator.cs | 10 +++++++--- .../Query/Validators/ODataQueryValidator.cs | 8 ++++++-- .../Validators/OrderByModelLimitationsValidator.cs | 8 ++++++-- .../Query/Validators/OrderByQueryValidator.cs | 8 ++++++-- .../Query/Validators/SelectExpandQueryValidator.cs | 8 ++++++-- .../Query/Validators/SkipQueryValidator.cs | 8 ++++++-- .../Query/Validators/SkipTokenQueryValidator.cs | 8 ++++++-- .../Query/Validators/TopQueryValidator.cs | 8 ++++++-- src/Microsoft.AspNet.OData.Shared/QueryHelpers.cs | 8 ++++++-- .../QueryableRestrictions.cs | 8 ++++++-- .../QueryableRestrictionsAnnotation.cs | 8 ++++++-- src/Microsoft.AspNet.OData.Shared/RequestMethod.cs | 8 ++++++-- .../RequestPreferenceHelpers.cs | 8 ++++++-- src/Microsoft.AspNet.OData.Shared/ResourceContext.cs | 8 ++++++-- .../ResourceContextOfTStructuredType.cs | 8 ++++++-- .../ResourceSetContext.cs | 8 ++++++-- .../Results/ResultHelpers.cs | 8 ++++++-- .../Routing/Conventions/ActionMapExtensions.cs | 10 +++++++--- .../Routing/Conventions/ActionRoutingConvention.cs | 8 ++++++-- .../Routing/Conventions/AttributeRoutingConvention.cs | 8 ++++++-- .../Conventions/DynamicPropertyRoutingConvention.cs | 10 +++++++--- .../Routing/Conventions/EntityRoutingConvention.cs | 8 ++++++-- .../Routing/Conventions/EntitySetRoutingConvention.cs | 8 ++++++-- .../Routing/Conventions/FunctionRoutingConvention.cs | 8 ++++++-- .../Routing/Conventions/MetadataRoutingConvention.cs | 10 +++++++--- .../Conventions/NavigationRoutingConvention.cs | 8 ++++++-- .../Conventions/NavigationSourceRoutingConvention.cs | 8 ++++++-- .../Conventions/NestedPathsRoutingConvention.cs | 8 ++++++-- .../Conventions/OperationImportRoutingConvention.cs | 8 ++++++-- .../Routing/Conventions/PropertyRoutingConvention.cs | 8 ++++++-- .../Routing/Conventions/RefRoutingConvention.cs | 10 +++++++--- .../Routing/Conventions/RequestMethodExtensions.cs | 9 ++++++++- .../Routing/Conventions/RoutingConventionHelpers.cs | 8 ++++++-- .../Routing/Conventions/SelectControllerResult.cs | 8 ++++++-- .../Routing/Conventions/SingletonRoutingConvention.cs | 8 ++++++-- .../Conventions/UnmappedRequestRoutingConvention.cs | 8 ++++++-- .../Routing/DefaultODataPathHandler.cs | 8 ++++++-- .../Routing/DefaultODataPathValidator.cs | 8 ++++++-- .../Routing/IODataPathHandler.cs | 10 +++++++--- .../Routing/IODataPathTemplateHandler.cs | 8 ++++++-- .../Routing/KeyValueParser.cs | 8 ++++++-- .../Routing/ODataOptionalParameter.cs | 10 +++++++--- .../Routing/ODataParameterHelper.cs | 8 ++++++-- .../Routing/ODataParameterValue.cs | 8 ++++++-- .../Routing/ODataPath.cs | 8 ++++++-- .../Routing/ODataPathParameterBindingAttribute.cs | 8 ++++++-- .../Routing/ODataPathRouteConstraint.cs | 8 ++++++-- .../Routing/ODataPathSegmentExtensions.cs | 8 ++++++-- .../Routing/ODataPathSegmentHandler.cs | 8 ++++++-- .../Routing/ODataPathSegmentTranslator.cs | 8 ++++++-- .../Routing/ODataRoute.cs | 10 +++++++--- .../Routing/ODataRouteAttribute.cs | 8 ++++++-- .../Routing/ODataRouteConstants.cs | 8 ++++++-- .../Routing/ODataRoutePrefixAttribute.cs | 8 ++++++-- .../Routing/ODataSegmentKinds.cs | 8 ++++++-- .../Routing/ODataVersionConstraint.cs | 8 ++++++-- .../Routing/Template/DynamicSegmentTemplate.cs | 8 ++++++-- .../Routing/Template/EntitySetSegmentTemplate.cs | 8 ++++++-- .../Routing/Template/KeySegmentTemplate.cs | 8 ++++++-- .../Template/NavigationPropertyLinkSegmentTemplate.cs | 8 ++++++-- .../Template/NavigationPropertySegmentTemplate.cs | 8 ++++++-- .../Routing/Template/ODataPathSegmentTemplate.cs | 8 ++++++-- .../Routing/Template/ODataPathSegmentTemplateOfT.cs | 8 ++++++-- .../Template/ODataPathSegmentTemplateTranslator.cs | 8 ++++++-- .../Routing/Template/ODataPathTemplate.cs | 8 ++++++-- .../Template/OperationImportSegmentTemplate.cs | 8 ++++++-- .../Routing/Template/OperationSegmentTemplate.cs | 8 ++++++-- .../Routing/Template/PathTemplateSegmentTemplate.cs | 8 ++++++-- .../Routing/Template/PropertySegmentTemplate.cs | 8 ++++++-- .../Routing/Template/SingletonSegmentTemplate.cs | 8 ++++++-- .../Routing/Template/TypeSegmentTemplate.cs | 8 ++++++-- .../Routing/UnresolvedPathSegment.cs | 8 ++++++-- .../TimeZoneInfoHelper.cs | 8 ++++++-- src/Microsoft.AspNet.OData.Shared/TypeHelper.cs | 8 ++++++-- src/Microsoft.AspNet.OData.Shared/TypedDelta.cs | 8 ++++++-- .../UnqualifiedCallAndEnumPrefixFreeResolver.cs | 8 ++++++-- .../WebApiAssembliesResolver.cs | 8 ++++++-- .../Adapters/WebApiActionDescriptor.cs | 8 ++++++-- .../Adapters/WebApiActionMap.cs | 8 ++++++-- .../Adapters/WebApiAssembliesResolver.cs | 8 ++++++-- src/Microsoft.AspNet.OData/Adapters/WebApiContext.cs | 8 ++++++-- .../Adapters/WebApiControllerContext.cs | 8 ++++++-- src/Microsoft.AspNet.OData/Adapters/WebApiOptions.cs | 8 ++++++-- .../Adapters/WebApiRequestHeaders.cs | 8 ++++++-- .../Adapters/WebApiRequestMessage.cs | 8 ++++++-- .../Adapters/WebApiUrlHelper.cs | 8 ++++++-- .../Batch/ChangeSetRequestItem.cs | 10 +++++++--- .../Batch/ChangeSetResponseItem.cs | 10 +++++++--- .../Batch/DefaultODataBatchHandler.cs | 10 +++++++--- src/Microsoft.AspNet.OData/Batch/LazyStreamContent.cs | 10 +++++++--- src/Microsoft.AspNet.OData/Batch/ODataBatchContent.cs | 8 ++++++-- src/Microsoft.AspNet.OData/Batch/ODataBatchHandler.cs | 10 +++++++--- .../Batch/ODataBatchHttpRequestMessageExtensions.cs | 10 +++++++--- .../Batch/ODataBatchReaderExtensions.cs | 10 +++++++--- .../Batch/ODataBatchRequestItem.cs | 10 +++++++--- .../Batch/ODataBatchResponseItem.cs | 10 +++++++--- .../Batch/ODataHttpContentExtensions.cs | 10 +++++++--- .../Batch/OperationRequestItem.cs | 10 +++++++--- .../Batch/OperationResponseItem.cs | 10 +++++++--- .../Batch/UnbufferedODataBatchHandler.cs | 10 +++++++--- .../Builder/ODataConventionModelBuilder.cs | 8 ++++++-- src/Microsoft.AspNet.OData/ETagMessageHandler.cs | 8 ++++++-- src/Microsoft.AspNet.OData/EnableQueryAttribute.cs | 10 +++++++--- .../Extensions/HttpActionDescriptorExtensions.cs | 8 ++++++-- .../Extensions/HttpConfigurationExtensions.cs | 8 ++++++-- .../Extensions/HttpErrorExtensions.cs | 8 ++++++-- .../Extensions/HttpRequestMessageExtensions.cs | 8 ++++++-- .../Extensions/HttpRequestMessageProperties.cs | 8 ++++++-- .../Extensions/UrlHelperExtensions.cs | 8 ++++++-- .../DefaultODataDeserializerProvider.cs | 8 ++++++-- .../Deserialization/ODataDeserializerContext.cs | 8 ++++++-- .../Deserialization/ODataDeserializerProvider.cs | 8 ++++++-- .../Formatter/ODataCountMediaTypeMapping.cs | 8 ++++++-- .../Formatter/ODataMediaTypeFormatter.cs | 10 +++++++--- .../Formatter/ODataMediaTypeFormatters.cs | 8 ++++++-- .../Formatter/ODataModelBinderProvider.cs | 8 ++++++-- .../Formatter/ODataRawValueMediaTypeMapping.cs | 8 ++++++-- .../Formatter/ODataStreamMediaTypeMapping.cs | 8 ++++++-- .../Formatter/QueryStringMediaTypeMapping.cs | 8 ++++++-- .../Serialization/DefaultODataSerializerProvider.cs | 8 ++++++-- .../Formatter/Serialization/ODataErrorSerializer.cs | 8 ++++++-- .../Formatter/Serialization/ODataSerializerContext.cs | 8 ++++++-- .../Serialization/ODataSerializerProvider.cs | 8 ++++++-- src/Microsoft.AspNet.OData/FromODataUriAttribute.cs | 8 ++++++-- src/Microsoft.AspNet.OData/GetNextPageHelper.cs | 8 ++++++-- src/Microsoft.AspNet.OData/GlobalSuppressions.cs | 8 ++++++-- src/Microsoft.AspNet.OData/HttpRequestScope.cs | 8 ++++++-- .../NonValidatingParameterBindingAttribute.cs | 8 ++++++-- src/Microsoft.AspNet.OData/ODataController.cs | 8 ++++++-- .../ODataFormattingAttribute.cs | 8 ++++++-- .../ODataMessageWrapperHelper.cs | 8 ++++++-- .../ODataNullValueMessageHandler.cs | 8 ++++++-- .../ODataQueryParameterBindingAttribute.cs | 8 ++++++-- src/Microsoft.AspNet.OData/ODataRoutingAttribute.cs | 10 +++++++--- .../PerRequestActionValueBinder.cs | 8 ++++++-- .../PerRequestContentNegotiator.cs | 8 ++++++-- .../PerRequestParameterBinding.cs | 8 ++++++-- src/Microsoft.AspNet.OData/PerRouteContainer.cs | 8 ++++++-- src/Microsoft.AspNet.OData/Properties/AssemblyInfo.cs | 8 ++++++-- src/Microsoft.AspNet.OData/Query/ODataQueryOptions.cs | 8 ++++++-- .../Query/ODataQueryOptionsOfTEntity.cs | 8 ++++++-- .../Query/PlainTextODataQueryOptionsParser.cs | 8 ++++++-- .../Query/QueryFilterProvider.cs | 8 ++++++-- src/Microsoft.AspNet.OData/ResourceContext.cs | 8 ++++++-- src/Microsoft.AspNet.OData/ResourceSetContext.cs | 8 ++++++-- .../Results/CreatedODataResult.cs | 8 ++++++-- src/Microsoft.AspNet.OData/Results/ResultHelpers.cs | 8 ++++++-- .../Results/UpdatedODataResult.cs | 8 ++++++-- .../Routing/Conventions/ActionRoutingConvention.cs | 8 ++++++-- .../Routing/Conventions/AttributeRoutingConvention.cs | 8 ++++++-- .../Conventions/DynamicPropertyRoutingConvention.cs | 10 +++++++--- .../Routing/Conventions/EntityRoutingConvention.cs | 8 ++++++-- .../Routing/Conventions/EntitySetRoutingConvention.cs | 8 ++++++-- .../Routing/Conventions/FunctionRoutingConvention.cs | 8 ++++++-- .../Routing/Conventions/IODataRoutingConvention.cs | 10 +++++++--- .../Routing/Conventions/MetadataRoutingConvention.cs | 10 +++++++--- .../Conventions/NavigationRoutingConvention.cs | 8 ++++++-- .../Conventions/NavigationSourceRoutingConvention.cs | 8 ++++++-- .../Routing/Conventions/ODataRoutingConventions.cs | 10 +++++++--- .../Conventions/OperationImportRoutingConvention.cs | 8 ++++++-- .../Routing/Conventions/PropertyRoutingConvention.cs | 8 ++++++-- .../Routing/Conventions/RefRoutingConvention.cs | 10 +++++++--- .../Routing/Conventions/SingletonRoutingConvention.cs | 8 ++++++-- .../Conventions/UnmappedRequestRoutingConvention.cs | 8 ++++++-- .../Routing/ODataActionSelector.cs | 8 ++++++-- .../Routing/ODataPathParameterBindingAttribute.cs | 8 ++++++-- .../Routing/ODataPathRouteConstraint.cs | 8 ++++++-- src/Microsoft.AspNet.OData/Routing/ODataRoute.cs | 10 +++++++--- .../Routing/ODataValueProviderFactory.cs | 8 ++++++-- .../Routing/ODataVersionConstraint.cs | 8 ++++++-- .../Adapters/WebApiActionDescriptor.cs | 8 ++++++-- .../Adapters/WebApiActionMap.cs | 8 ++++++-- .../Adapters/WebApiAssembliesResolver.cs | 8 ++++++-- .../Adapters/WebApiContext.cs | 8 ++++++-- .../Adapters/WebApiControllerContext.cs | 8 ++++++-- .../Adapters/WebApiOptions.cs | 8 ++++++-- .../Adapters/WebApiRequestHeaders.cs | 8 ++++++-- .../Adapters/WebApiRequestMessage.cs | 8 ++++++-- .../Adapters/WebApiUrlHelper.cs | 8 ++++++-- .../Batch/ChangeSetRequestItem.cs | 10 +++++++--- .../Batch/ChangeSetResponseItem.cs | 10 +++++++--- .../Batch/DefaultODataBatchHandler.cs | 10 +++++++--- .../Batch/HttpRequestExtensions.cs | 10 +++++++--- .../Batch/ODataBatchContent.cs | 10 +++++++--- .../Batch/ODataBatchHandler.cs | 10 +++++++--- .../Batch/ODataBatchHttpRequestMessageExtensions.cs | 8 ++++++-- .../Batch/ODataBatchMiddleware.cs | 8 ++++++-- .../Batch/ODataBatchPathMapping.cs | 8 ++++++-- .../Batch/ODataBatchReaderExtensions.cs | 10 +++++++--- .../Batch/ODataBatchRequestItem.cs | 10 +++++++--- .../Batch/ODataBatchResponseItem.cs | 8 ++++++-- .../Batch/ODataBatchStream.cs | 10 +++++++--- .../Batch/OperationRequestItem.cs | 10 +++++++--- .../Batch/OperationResponseItem.cs | 10 +++++++--- .../Batch/UnbufferedODataBatchHandler.cs | 10 +++++++--- .../Builder/ODataConventionModelBuilder.cs | 8 ++++++-- src/Microsoft.AspNetCore.OData/ETagMessageHandler.cs | 8 ++++++-- .../EnableNestedPathsAttribute.cs | 8 ++++++-- .../EnableQueryAttribute.cs | 10 +++++++--- .../Extensions/ActionDescriptorExtensions.cs | 8 ++++++-- .../Endpoint/ODataEndpointBuilderExtensions.cs | 8 ++++++-- .../Extensions/Endpoint/ODataEndpointLinkGenerator.cs | 8 ++++++-- .../Extensions/Endpoint/ODataEndpointPattern.cs | 8 ++++++-- .../Endpoint/ODataEndpointRouteValueTransformer.cs | 8 ++++++-- .../Endpoint/ODataEndpointSelectorPolicy.cs | 8 ++++++-- .../Extensions/HttpContextExtensions.cs | 10 +++++++--- .../Extensions/HttpRequestExtensions.cs | 10 +++++++--- .../Extensions/HttpResponseExtensions.cs | 10 +++++++--- .../Extensions/ODataApplicationBuilderExtensions.cs | 8 ++++++-- .../Extensions/ODataRouteBuilderExtensions.cs | 8 ++++++-- .../Extensions/ODataServiceCollectionExtensions.cs | 8 ++++++-- .../Extensions/ODataServiceProviderConfigExtenions.cs | 8 ++++++-- .../Extensions/SerializableErrorExtensions.cs | 8 ++++++-- .../Extensions/UrlHelperExtensions.cs | 8 ++++++-- .../DefaultODataDeserializerProvider.cs | 8 ++++++-- .../Deserialization/ODataDeserializerContext.cs | 8 ++++++-- .../Deserialization/ODataDeserializerProvider.cs | 8 ++++++-- .../Formatter/IMediaTypeMappingCollection.cs | 8 ++++++-- .../Formatter/MediaTypeMapping.cs | 8 ++++++-- .../Formatter/ODataCountMediaTypeMapping.cs | 8 ++++++-- .../Formatter/ODataInputFormatter.cs | 10 +++++++--- .../Formatter/ODataInputFormatterFactory.cs | 8 ++++++-- .../Formatter/ODataModelBinder.cs | 8 ++++++-- .../Formatter/ODataOutputFormatter.cs | 10 +++++++--- .../Formatter/ODataOutputFormatterFactory.cs | 8 ++++++-- .../Formatter/ODataRawValueMediaTypeMapping.cs | 8 ++++++-- .../Formatter/ODataStreamMediaTypeMapping.cs | 8 ++++++-- .../Formatter/QueryStringMediaTypeMapping.cs | 8 ++++++-- .../Serialization/DefaultODataSerializerProvider.cs | 8 ++++++-- .../Formatter/Serialization/ODataErrorSerializer.cs | 8 ++++++-- .../Formatter/Serialization/ODataSerializerContext.cs | 8 ++++++-- .../Serialization/ODataSerializerProvider.cs | 8 ++++++-- .../FromODataUriAttribute.cs | 8 ++++++-- src/Microsoft.AspNetCore.OData/GetNextPageHelper.cs | 8 ++++++-- src/Microsoft.AspNetCore.OData/HttpRequestScope.cs | 8 ++++++-- .../Interfaces/IODataBatchFeature.cs | 8 ++++++-- .../Interfaces/IODataCoreBuilder.cs | 8 ++++++-- .../Interfaces/IODataFeature.cs | 8 ++++++-- .../NonValidatingParameterBindingAttribute.cs | 8 ++++++-- src/Microsoft.AspNetCore.OData/ODataBatchFeature.cs | 8 ++++++-- src/Microsoft.AspNetCore.OData/ODataController.cs | 8 ++++++-- src/Microsoft.AspNetCore.OData/ODataFeature.cs | 8 ++++++-- .../ODataFormattingAttribute.cs | 8 ++++++-- .../ODataMessageWrapperHelper.cs | 8 ++++++-- .../ODataNullValueMessageHandler.cs | 8 ++++++-- src/Microsoft.AspNetCore.OData/ODataOptions.cs | 8 ++++++-- .../ODataQueryParameterBindingAttribute.cs | 8 ++++++-- .../ODataRoutingAttribute.cs | 10 +++++++--- src/Microsoft.AspNetCore.OData/ODataServiceBuilder.cs | 8 ++++++-- .../ODataValueProviderFactory.cs | 8 ++++++-- src/Microsoft.AspNetCore.OData/PerRouteContainer.cs | 8 ++++++-- .../Properties/AssemblyInfo.cs | 10 +++++++--- .../Query/ODataQueryOptions.cs | 8 ++++++-- .../Query/ODataQueryOptionsOfTEntity.cs | 8 ++++++-- .../Query/PlainTextODataQueryOptionsParser.cs | 8 ++++++-- .../Query/QueryFilterProvider.cs | 8 ++++++-- src/Microsoft.AspNetCore.OData/ResourceContext.cs | 8 ++++++-- src/Microsoft.AspNetCore.OData/ResourceSetContext.cs | 8 ++++++-- .../Results/BadRequestODataResult.cs | 8 ++++++-- .../Results/ConflictODataResult.cs | 8 ++++++-- .../Results/CreatedODataResult.cs | 8 ++++++-- .../Results/IODataErrorResult.cs | 8 ++++++-- .../Results/NotFoundODataResult.cs | 8 ++++++-- .../Results/ODataErrorResult.cs | 8 ++++++-- .../Results/ResultHelpers.cs | 8 ++++++-- .../Results/UnauthorizedODataResult.cs | 8 ++++++-- .../Results/UnprocessableEntityODataResult .cs | 8 ++++++-- .../Results/UpdatedODataResult.cs | 8 ++++++-- .../Routing/Conventions/ActionRoutingConvention.cs | 8 ++++++-- .../Routing/Conventions/AttributeRoutingConvention.cs | 8 ++++++-- .../Conventions/DynamicPropertyRoutingConvention.cs | 10 +++++++--- .../Routing/Conventions/EntityRoutingConvention.cs | 8 ++++++-- .../Routing/Conventions/EntitySetRoutingConvention.cs | 8 ++++++-- .../Routing/Conventions/FunctionRoutingConvention.cs | 8 ++++++-- .../Routing/Conventions/IODataRoutingConvention.cs | 10 +++++++--- .../Routing/Conventions/MetadataRoutingConvention.cs | 10 +++++++--- .../Conventions/NavigationRoutingConvention.cs | 8 ++++++-- .../Conventions/NavigationSourceRoutingConvention.cs | 8 ++++++-- .../Conventions/NestedPathsRoutingConvention.cs | 8 ++++++-- .../Routing/Conventions/ODataRoutingConventions.cs | 10 +++++++--- .../Conventions/OperationImportRoutingConvention.cs | 8 ++++++-- .../Routing/Conventions/PropertyRoutingConvention.cs | 8 ++++++-- .../Routing/Conventions/RefRoutingConvention.cs | 10 +++++++--- .../Routing/Conventions/SingletonRoutingConvention.cs | 8 ++++++-- .../Conventions/UnmappedRequestRoutingConvention.cs | 8 ++++++-- .../Routing/ODataActionSelector.cs | 8 ++++++-- .../Routing/ODataPathParameterBindingAttribute.cs | 8 ++++++-- .../Routing/ODataPathRouteConstraint.cs | 8 ++++++-- src/Microsoft.AspNetCore.OData/Routing/ODataRoute.cs | 10 +++++++--- .../Routing/ODataVersionConstraint.cs | 8 ++++++-- src/Microsoft.AspNetCore.OData/SingleResult.cs | 11 +++++++++-- src/Microsoft.AspNetCore.OData/SingleResultOfT.cs | 10 +++++++--- .../Aggregation/AggregationContextCore.cs | 8 ++++++-- .../Aggregation/AggregationController.cs | 8 ++++++-- .../Aggregation/AggregationDataModel.cs | 8 ++++++-- .../Aggregation/AggregationEdmModel.cs | 8 ++++++-- .../Aggregation/AggregationTests.cs | 8 ++++++-- .../Aggregation/LinqToSqlDatabaseContext.cs | 9 ++++++++- .../Aggregation/PagedAggregationTests.cs | 8 ++++++-- .../Aggregation/PagedCustomersController.cs | 8 ++++++-- .../AlternateKeys/AlternateKeysController.cs | 8 ++++++-- .../AlternateKeys/AlternateKeysDataSource.cs | 8 ++++++-- .../AlternateKeys/AlternateKeysEdmModel.cs | 8 ++++++-- .../AlternateKeys/AlternateKeysTest.cs | 8 ++++++-- .../AutoExpand/AutoExpandController.cs | 8 ++++++-- .../AutoExpand/AutoExpandDataModel.cs | 8 ++++++-- .../AutoExpand/AutoExpandEdmModel.cs | 8 ++++++-- .../AutoExpand/AutoExpandTests.cs | 8 ++++++-- .../Batch/Client/DefaultBatchGeneratedClient.cs | 9 ++++++++- .../Batch/Client/UnbufferedBatchGeneratedClient.cs | 9 ++++++++- .../DefaultODataBatchHandlerTests.cs | 8 ++++++-- .../UnbufferedODataBatchHandlerTests.cs | 8 ++++++-- .../BoundOperation/BoundOperationContextUriTest.cs | 8 ++++++-- .../BoundOperation/BoundOperationController.cs | 8 ++++++-- .../BoundOperation/BoundOperationDataModel.cs | 8 ++++++-- .../BoundOperation/BoundOperationEdmModel.cs | 8 ++++++-- .../BoundOperation/BoundOperationTest.cs | 8 ++++++-- .../Aggregation/LinqToSqlDatabaseContext.cs | 9 ++++++++- .../Extensions/HttpRequestMessageExtensions.cs | 8 ++++++-- .../InstanceAnnotations/AnnotationController.cs | 8 ++++++-- .../InstanceAnnotations/AnnotationDataModel.cs | 8 ++++++-- .../InstanceAnnotations/AnnotationEdmModel.cs | 8 ++++++-- .../InstanceAnnotations/AnnotationTest.cs | 10 +++++++--- .../Build.AspNet/Properties/AssemblyInfo.cs | 9 ++++++++- .../UriResolverDependencyTestWithOldDefaultConfig.cs | 8 ++++++-- .../Aggregation/LinqToSqlDatabaseContext.cs | 11 +++++++++-- .../CustomizeSkipTokenImplementationTest.cs | 8 ++++++-- .../Build.AspNetCore/Properties/AssemblyInfo.cs | 9 ++++++++- .../ActionResult/ActionResultController.cs | 8 ++++++-- .../ActionResult/ActionResultEdmModel.cs | 8 ++++++-- .../ActionResult/ActionResultODataModel.cs | 8 ++++++-- .../ActionResult/ActionResultTests.cs | 8 ++++++-- .../Aggregation/LinqToSqlDatabaseContext.cs | 11 +++++++++-- .../ConcurrentQuery/ConcurrentQueryController.cs | 8 ++++++-- .../ConcurrentQuery/ConcurrentQueryEdmModel.cs | 8 ++++++-- .../ConcurrentQuery/ConcurrentQueryODataModel.cs | 8 ++++++-- .../ConcurrentQuery/ConcurrentQueryTests.cs | 8 ++++++-- .../CustomizeSkipTokenImplementationTest.cs | 8 ++++++-- .../Build.AspNetCore3x/Endpoint/EndpointController.cs | 8 ++++++-- .../Build.AspNetCore3x/Endpoint/EndpointDbContext.cs | 8 ++++++-- .../Endpoint/EndpointEfCoreTests.cs | 9 ++++++--- .../Endpoint/EndpointRouteConfiguration.cs | 8 ++++++-- .../Build.AspNetCore3x/Endpoint/EndpointTestBase.cs | 8 ++++++-- .../Endpoint/EndpointTestFixture.cs | 8 ++++++-- .../Build.AspNetCore3x/Endpoint/EndpointTestModel.cs | 8 ++++++-- .../NestedPaths/NestedPathEFTests.cs | 8 ++++++-- .../NestedPaths/NestedPathsTests.cs | 8 ++++++-- .../Build.AspNetCore3x/Properties/AssemblyInfo.cs | 9 ++++++++- .../QueryValidationBeforeActionController.cs | 8 ++++++-- .../QueryValidationBeforeActionEdmModel.cs | 8 ++++++-- .../QueryValidationBeforeActionODataModel.cs | 8 ++++++-- .../QueryValidationBeforeActionTests.cs | 8 ++++++-- .../Cast/CastContext.cs | 8 ++++++-- .../Cast/CastControllers.cs | 8 ++++++-- .../Cast/CastDataModel.cs | 8 ++++++-- .../Cast/CastEdmModel.cs | 8 ++++++-- .../Microsoft.Test.E2E.AspNet.OData/Cast/CastTest.cs | 8 ++++++-- .../Common/AssertExtension.cs | 8 ++++++-- .../Common/AttackStringBuilder.cs | 8 ++++++-- .../Common/ComparisonHelper.cs | 10 +++++++--- .../Common/Container.cs | 8 ++++++-- .../Controllers/AsyncInMemoryODataController.cs | 8 ++++++-- .../Common/Controllers/CollectionController.cs | 10 +++++++--- .../Controllers/ComplexTypesCollectionsController.cs | 10 +++++++--- .../Common/Controllers/ComplexTypesController.cs | 10 +++++++--- .../Common/Controllers/JTokenController.cs | 10 +++++++--- .../ModelBindingBasedComplexTypesController.cs | 10 +++++++--- .../Controllers/ModelStateErrorHandlingAttribute.cs | 8 ++++++-- .../Common/Controllers/NorthwindController.cs | 8 ++++++-- .../PrimitiveCollectionsOperationsController.cs | 10 +++++++--- .../Controllers/PrimitiveOperationsController.cs | 8 ++++++-- .../Common/Controllers/TestControllers.cs | 8 ++++++-- .../Common/Controllers/TypeLibrary/ComplexTypes.cs | 8 ++++++-- .../TypeLibrary/ModelBindingBasedComplexTypes.cs | 8 ++++++-- .../Common/Controllers/TypeLibrary/NorthwindTypes.cs | 9 ++++++++- .../Common/DataServiceContextAsyncExtension.cs | 8 ++++++-- .../Common/DataServiceQueryExtensions.cs | 8 ++++++-- .../Common/Execution/PortArranger.cs | 10 +++++++--- .../Common/Execution/SecurityHelper.cs | 8 ++++++-- .../Common/Execution/WebHostLogExceptionFilter.cs | 9 ++++++--- .../Common/Execution/WebHostTestBase.cs | 8 ++++++-- .../Common/Execution/WebHostTestFixture.cs | 8 ++++++-- .../Common/Execution/WebRouteConfiguration.cs | 8 ++++++-- .../Common/Extensions/HttpClientExtension.cs | 8 ++++++-- .../Common/Extensions/HttpConfigurationExtensions.cs | 8 ++++++-- .../Common/Extensions/HttpContentExtensions.cs | 8 ++++++-- .../Common/Extensions/HttpRequestExtensions.cs | 8 ++++++-- .../Common/Extensions/ODataPathHandlerExtensions.cs | 8 ++++++-- .../Common/Extensions/ResourceContextExtensions.cs | 8 ++++++-- .../Common/FormatterFactory.cs | 8 ++++++-- .../Common/HttpClientExtensions.cs | 8 ++++++-- .../Common/HttpControllerContextExtensions.cs | 8 ++++++-- .../Common/Instancing/CharsToUseBuilder.cs | 8 ++++++-- .../Common/Instancing/ComplexTypeInstanceCreator.cs | 10 +++++++--- .../Instancing/CookieHeaderValueInstanceCreator.cs | 10 +++++++--- .../Common/Instancing/CreatorSettings.cs | 10 +++++++--- .../Common/Instancing/InstanceCreator.cs | 10 +++++++--- .../Common/Instancing/InstanceCreatorSurrogate.cs | 10 +++++++--- .../Common/Instancing/JTokenInstanceCreator.cs | 8 ++++++-- .../Common/Instancing/PrimitiveCreator.cs | 10 +++++++--- .../Common/Instancing/RandomSeedGenerator.cs | 10 +++++++--- .../Common/Instancing/SyntaxCreator.cs | 8 ++++++-- .../Instancing/ULongJsonNetRangeLimitSurrogate.cs | 8 ++++++-- .../Common/JObjectExtensions.cs | 8 ++++++-- .../Common/JsonAssert.cs | 8 ++++++-- .../Common/LinkRoutingConvention2.cs | 8 ++++++-- .../Common/Models/ModelHelper.cs | 8 ++++++-- .../Common/Models/Movie/Movie.cs | 8 ++++++-- .../Common/Models/NopCommerce/BaseEntity.cs | 8 ++++++-- .../Models/NopCommerce/Configuration/ISettings.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Affiliates/Affiliate.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Blogs/BlogComment.cs | 10 +++++++--- .../Models/NopCommerce/Domain/Blogs/BlogExtensions.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Blogs/BlogPost.cs | 10 +++++++--- .../Models/NopCommerce/Domain/Blogs/BlogPostTag.cs | 10 +++++++--- .../Models/NopCommerce/Domain/Blogs/BlogSettings.cs | 10 +++++++--- .../Domain/Catalog/AttributeControlType.cs | 10 +++++++--- .../Domain/Catalog/BackInStockSubscription.cs | 8 ++++++-- .../NopCommerce/Domain/Catalog/BackorderMode.cs | 8 ++++++-- .../NopCommerce/Domain/Catalog/CatalogSettings.cs | 11 +++++++---- .../Models/NopCommerce/Domain/Catalog/Category.cs | 8 ++++++-- .../NopCommerce/Domain/Catalog/CategoryTemplate.cs | 8 ++++++-- .../NopCommerce/Domain/Catalog/CrossSellProduct.cs | 8 ++++++-- .../Domain/Catalog/DownloadActivationType.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Catalog/GiftCardType.cs | 8 ++++++-- .../NopCommerce/Domain/Catalog/LowStockActivity.cs | 8 ++++++-- .../Domain/Catalog/ManageInventoryMethod.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Catalog/Manufacturer.cs | 8 ++++++-- .../Domain/Catalog/ManufacturerTemplate.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Catalog/PriceRange.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Catalog/Product.cs | 10 +++++++--- .../NopCommerce/Domain/Catalog/ProductAttribute.cs | 8 ++++++-- .../NopCommerce/Domain/Catalog/ProductCategory.cs | 8 ++++++-- .../NopCommerce/Domain/Catalog/ProductManufacturer.cs | 8 ++++++-- .../NopCommerce/Domain/Catalog/ProductPicture.cs | 8 ++++++-- .../NopCommerce/Domain/Catalog/ProductReview.cs | 8 ++++++-- .../Domain/Catalog/ProductReviewHelpfulness.cs | 8 ++++++-- .../NopCommerce/Domain/Catalog/ProductSortingEnum.cs | 10 +++++++--- .../Domain/Catalog/ProductSpecificationAttribute.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Catalog/ProductTag.cs | 8 ++++++-- .../NopCommerce/Domain/Catalog/ProductTemplate.cs | 8 ++++++-- .../NopCommerce/Domain/Catalog/ProductVariant.cs | 8 ++++++-- .../Domain/Catalog/ProductVariantAttribute.cs | 8 ++++++-- .../Catalog/ProductVariantAttributeCombination.cs | 8 ++++++-- .../Domain/Catalog/ProductVariantAttributeValue.cs | 8 ++++++-- .../Domain/Catalog/ProductVariantExtensions.cs | 8 ++++++-- .../Domain/Catalog/RecurringProductCyclePeriod.cs | 8 ++++++-- .../NopCommerce/Domain/Catalog/RelatedProduct.cs | 8 ++++++-- .../Domain/Catalog/SpecificationAttribute.cs | 8 ++++++-- .../Domain/Catalog/SpecificationAttributeOption.cs | 8 ++++++-- .../Catalog/SpecificationAttributeOptionFilter.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Catalog/TierPrice.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Cms/WidgetSettings.cs | 10 +++++++--- .../Models/NopCommerce/Domain/Common/Address.cs | 8 ++++++-- .../NopCommerce/Domain/Common/AdminAreaSettings.cs | 10 +++++++--- .../NopCommerce/Domain/Common/CommonSettings.cs | 10 +++++++--- .../NopCommerce/Domain/Common/FulltextSearchMode.cs | 8 ++++++-- .../NopCommerce/Domain/Common/GenericAttribute.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Common/PdfSettings.cs | 10 +++++++--- .../NopCommerce/Domain/Configuration/Setting.cs | 8 ++++++-- .../Domain/Customers/BestCustomerReportLine.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Customers/Customer.cs | 10 +++++++--- .../NopCommerce/Domain/Customers/CustomerContent.cs | 8 ++++++-- .../Domain/Customers/CustomerNameFormat.cs | 8 ++++++-- .../NopCommerce/Domain/Customers/CustomerRole.cs | 10 +++++++--- .../NopCommerce/Domain/Customers/CustomerSettings.cs | 10 +++++++--- .../Domain/Customers/ExternalAuthenticationRecord.cs | 8 ++++++-- .../Customers/ExternalAuthenticationSettings.cs | 10 +++++++--- .../NopCommerce/Domain/Customers/PasswordFormat.cs | 8 ++++++-- .../Domain/Customers/RewardPointsHistory.cs | 8 ++++++-- .../Domain/Customers/RewardPointsSettings.cs | 10 +++++++--- .../Domain/Customers/SystemCustomerAttributeNames.cs | 10 +++++++--- .../Domain/Customers/SystemCustomerNames.cs | 10 +++++++--- .../Domain/Customers/SystemCustomerRoleNames.cs | 10 +++++++--- .../Domain/Customers/UserRegistrationType.cs | 8 ++++++-- .../NopCommerce/Domain/Directory/CountryOrRegion.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Directory/Currency.cs | 8 ++++++-- .../NopCommerce/Domain/Directory/CurrencySettings.cs | 10 +++++++--- .../NopCommerce/Domain/Directory/ExchangeRate.cs | 8 ++++++-- .../NopCommerce/Domain/Directory/MeasureDimension.cs | 8 ++++++-- .../NopCommerce/Domain/Directory/MeasureSettings.cs | 10 +++++++--- .../NopCommerce/Domain/Directory/MeasureWeight.cs | 8 ++++++-- .../NopCommerce/Domain/Directory/StateProvince.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Discounts/Discount.cs | 8 ++++++-- .../Domain/Discounts/DiscountLimitationType.cs | 8 ++++++-- .../Domain/Discounts/DiscountRequirement.cs | 8 ++++++-- .../NopCommerce/Domain/Discounts/DiscountType.cs | 8 ++++++-- .../Domain/Discounts/DiscountUsageHistory.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Forums/EditorType.cs | 8 ++++++-- .../Common/Models/NopCommerce/Domain/Forums/Forum.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Forums/ForumGroup.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Forums/ForumPost.cs | 8 ++++++-- .../NopCommerce/Domain/Forums/ForumSearchType.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Forums/ForumSettings.cs | 8 ++++++-- .../NopCommerce/Domain/Forums/ForumSubscription.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Forums/ForumTopic.cs | 8 ++++++-- .../NopCommerce/Domain/Forums/ForumTopicType.cs | 8 ++++++-- .../NopCommerce/Domain/Forums/PrivateMessage.cs | 8 ++++++-- .../Domain/Localization/ILocalizedEntity.cs | 8 ++++++-- .../NopCommerce/Domain/Localization/ILocalizedEnum.cs | 8 ++++++-- .../NopCommerce/Domain/Localization/Language.cs | 8 ++++++-- .../Domain/Localization/LocaleStringResource.cs | 8 ++++++-- .../Domain/Localization/LocalizationSettings.cs | 10 +++++++--- .../Domain/Localization/LocalizedProperty.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Logging/ActivityLog.cs | 8 ++++++-- .../NopCommerce/Domain/Logging/ActivityLogType.cs | 8 ++++++-- .../Common/Models/NopCommerce/Domain/Logging/Log.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Logging/LogLevel.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Media/Download.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Media/MediaSettings.cs | 10 +++++++--- .../Common/Models/NopCommerce/Domain/Media/Picture.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Media/PictureType.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Messages/Campaign.cs | 8 ++++++-- .../NopCommerce/Domain/Messages/EmailAccount.cs | 8 ++++++-- .../Domain/Messages/EmailAccountSettings.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Messages/Events.cs | 10 +++++++--- .../NopCommerce/Domain/Messages/MessageTemplate.cs | 8 ++++++-- .../Domain/Messages/MessageTemplatesSettings.cs | 8 ++++++-- .../Domain/Messages/NewsLetterSubscription.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Messages/QueuedEmail.cs | 8 ++++++-- .../Models/NopCommerce/Domain/News/NewsComment.cs | 10 +++++++--- .../Common/Models/NopCommerce/Domain/News/NewsItem.cs | 10 +++++++--- .../Models/NopCommerce/Domain/News/NewsSettings.cs | 10 +++++++--- .../Domain/Orders/BestsellersReportLine.cs | 8 ++++++-- .../NopCommerce/Domain/Orders/CheckoutAttribute.cs | 8 ++++++-- .../Domain/Orders/CheckoutAttributeValue.cs | 8 ++++++-- .../Common/Models/NopCommerce/Domain/Orders/Events.cs | 10 +++++++--- .../Models/NopCommerce/Domain/Orders/GiftCard.cs | 8 ++++++-- .../NopCommerce/Domain/Orders/GiftCardUsageHistory.cs | 8 ++++++-- .../Common/Models/NopCommerce/Domain/Orders/Order.cs | 8 ++++++-- .../Domain/Orders/OrderAverageReportLine.cs | 8 ++++++-- .../Domain/Orders/OrderAverageReportLineSummary.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Orders/OrderNote.cs | 8 ++++++-- .../NopCommerce/Domain/Orders/OrderProductVariant.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Orders/OrderSettings.cs | 10 +++++++--- .../Models/NopCommerce/Domain/Orders/OrderStatus.cs | 8 ++++++-- .../NopCommerce/Domain/Orders/RecurringPayment.cs | 8 ++++++-- .../Domain/Orders/RecurringPaymentHistory.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Orders/ReturnRequest.cs | 8 ++++++-- .../NopCommerce/Domain/Orders/ReturnRequestStatus.cs | 8 ++++++-- .../NopCommerce/Domain/Orders/ShoppingCartItem.cs | 8 ++++++-- .../NopCommerce/Domain/Orders/ShoppingCartSettings.cs | 10 +++++++--- .../NopCommerce/Domain/Orders/ShoppingCartType.cs | 8 ++++++-- .../NopCommerce/Domain/Payments/PaymentSettings.cs | 10 +++++++--- .../NopCommerce/Domain/Payments/PaymentStatus.cs | 8 ++++++-- .../Common/Models/NopCommerce/Domain/Polls/Poll.cs | 10 +++++++--- .../Models/NopCommerce/Domain/Polls/PollAnswer.cs | 10 +++++++--- .../NopCommerce/Domain/Polls/PollVotingRecord.cs | 10 +++++++--- .../Domain/Security/DefaultPermissionRecord.cs | 8 ++++++-- .../NopCommerce/Domain/Security/PermissionRecord.cs | 8 ++++++-- .../NopCommerce/Domain/Security/SecuritySettings.cs | 10 +++++++--- .../Models/NopCommerce/Domain/Seo/ISlugSupported.cs | 8 ++++++-- .../NopCommerce/Domain/Seo/PageTitleSeoAdjustment.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Seo/SeoSettings.cs | 10 +++++++--- .../Common/Models/NopCommerce/Domain/Seo/UrlRecord.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Shipping/Shipment.cs | 10 +++++++--- .../Domain/Shipping/ShipmentOrderProductVariant.cs | 10 +++++++--- .../NopCommerce/Domain/Shipping/ShippingMethod.cs | 10 +++++++--- .../NopCommerce/Domain/Shipping/ShippingOption.cs | 8 ++++++-- .../NopCommerce/Domain/Shipping/ShippingSettings.cs | 10 +++++++--- .../NopCommerce/Domain/Shipping/ShippingStatus.cs | 8 ++++++-- .../NopCommerce/Domain/StoreInformationSettings.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Tasks/ScheduleTask.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Tax/TaxBasedOn.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Tax/TaxCategory.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Tax/TaxDisplayType.cs | 8 ++++++-- .../Models/NopCommerce/Domain/Tax/TaxSettings.cs | 10 +++++++--- .../Models/NopCommerce/Domain/Tax/VatNumberStatus.cs | 8 ++++++-- .../Common/Models/NopCommerce/Domain/Topics/Topic.cs | 8 ++++++-- .../Common/Models/NopCommerce/NopException.cs | 8 ++++++-- .../Common/Models/ProductFamilies/Address.cs | 8 ++++++-- .../Common/Models/ProductFamilies/Product.cs | 8 ++++++-- .../Common/Models/ProductFamilies/ProductFamily.cs | 8 ++++++-- .../Common/Models/ProductFamilies/ProductsContext.cs | 8 ++++++-- .../Common/Models/ProductFamilies/Supplier.cs | 8 ++++++-- .../Common/Models/Products/Address.cs | 8 ++++++-- .../Common/Models/Products/Category.cs | 8 ++++++-- .../Common/Models/Products/Customer.cs | 8 ++++++-- .../Common/Models/Products/Order.cs | 8 ++++++-- .../Common/Models/Products/Product.cs | 8 ++++++-- .../Common/Models/Products/Supplier.cs | 8 ++++++-- .../Common/Models/Vehicle/Vehicle.cs | 8 ++++++-- .../Common/NavigationRoutingConvention2.cs | 8 ++++++-- .../Common/ODataAcceptHeaderTestSet.cs | 8 ++++++-- .../Common/ODataHelper.cs | 8 ++++++-- .../Common/ODataTestConstants.cs | 8 ++++++-- .../Common/ODataTestExtension.cs | 8 ++++++-- .../Common/ODataUrlAssert.cs | 8 ++++++-- .../Common/PlaceholderTraceWriter.cs | 10 +++++++--- .../Common/PropertyRoutingConvention.cs | 8 ++++++-- .../Common/ResourceContextHelper.cs | 8 ++++++-- .../Common/TestAssembly.cs | 8 ++++++-- .../Common/TestAssemblyResolver.cs | 8 ++++++-- .../Common/TestAttributeRoutingConvention.cs | 8 ++++++-- .../Common/TestControllerContext.cs | 8 ++++++-- .../Common/TestDbContext.cs | 8 ++++++-- .../Common/TestEntitySetRoutingConvention.cs | 10 +++++++--- .../Common/TheoryDataSet.cs | 9 ++++++++- .../Common/TypeCreator/DynamicAssemblyResolver.cs | 8 ++++++-- .../Common/TypeCreator/ODataModelTypeCreator.cs | 8 ++++++-- .../Common/TypesInjectionAssembly.cs | 8 ++++++-- .../ComplexTypeInheritance/ComplexTypeInheritance.cs | 9 ++++++++- .../ComplexTypeInheritanceControllers.cs | 8 ++++++-- .../ComplexTypeInheritanceDataModels.cs | 8 ++++++-- .../ComplexTypeInheritanceEdmModels.cs | 8 ++++++-- .../ComplexTypeInheritanceSerializeTest.cs | 8 ++++++-- .../ComplexTypeInheritanceTests.cs | 8 ++++++-- .../Containment/ContainmentControllers.cs | 8 ++++++-- .../Containment/ContainmentDataModels.cs | 8 ++++++-- .../Containment/ContainmentDataSource.cs | 8 ++++++-- .../Containment/ContainmentEdmModels.cs | 8 ++++++-- .../Containment/ContainmentProxy.cs | 9 ++++++++- .../Containment/ContainmentTests.cs | 8 ++++++-- .../DateAndTimeOfDay/DateAndTimeOfDayContext.cs | 8 ++++++-- .../DateAndTimeOfDay/DateAndTimeOfDayController.cs | 8 ++++++-- .../DateAndTimeOfDay/DateAndTimeOfDayEdmModel.cs | 8 ++++++-- .../DateAndTimeOfDay/DateAndTimeOfDayModel.cs | 8 ++++++-- .../DateAndTimeOfDay/DateAndTimeOfDayTest.cs | 8 ++++++-- .../DateAndTimeOfDay/DateAndTimeOfDayWithEfTest.cs | 8 ++++++-- .../DateAndTimeOfDay/DateWithEfTest.cs | 8 ++++++-- .../DateTimeOffsetSupport/DateTimeOffsetController.cs | 8 ++++++-- .../DateTimeOffsetSupport/DateTimeOffsetDataModel.cs | 8 ++++++-- .../DateTimeOffsetSupport/DateTimeOffsetEdmModel.cs | 8 ++++++-- .../DateTimeOffsetSupport/DateTimeOffsetTest.cs | 8 ++++++-- .../DateTimeSupport/DateTimeController.cs | 8 ++++++-- .../DateTimeSupport/DateTimeDataModel.cs | 9 ++++++++- .../DateTimeSupport/DateTimeEdmModel.cs | 8 ++++++-- .../DateTimeSupport/DateTimeTest.cs | 8 ++++++-- .../DeltaQueryTests/DeltaQueryTests.cs | 8 ++++++-- .../CustomizeCountQueryValidatorTest.cs | 10 +++++++--- .../DependencyInjection/CustomizeSerializerTest.cs | 10 +++++++--- .../DependencyInjectionController.cs | 8 ++++++-- .../DependencyInjectionEdmModel.cs | 8 ++++++-- .../DerivedTypes/DerivedTypesControllers.cs | 8 ++++++-- .../DerivedTypes/DerivedTypesDataModel.cs | 8 ++++++-- .../DerivedTypes/DerivedTypesTests.cs | 8 ++++++-- .../DollarFormat/DollarFormatController.cs | 8 ++++++-- .../DollarFormat/DollarFormatModel.cs | 8 ++++++-- .../DollarFormatOverrideAcceptMediaTypeTests.cs | 10 +++++++--- .../DollarFormatWithoutAcceptMediaTypeTests.cs | 10 +++++++--- .../DollarId/DollarIdClientTest.cs | 8 ++++++-- .../DollarId/DollarIdControllers.cs | 8 ++++++-- .../DollarId/DollarIdModel.cs | 8 ++++++-- .../DollarId/DollarIdTest.cs | 8 ++++++-- .../DollarId/ODataClient.cs | 9 ++++++++- .../DollarLevels/DollarLevelsController.cs | 8 ++++++-- .../DollarLevels/DollarLevelsDataModel.cs | 8 ++++++-- .../DollarLevels/DollarLevelsEdmModel.cs | 8 ++++++-- .../DollarLevels/DollarLevelsTest.cs | 8 ++++++-- .../DollarQuery/DollarQueryCustomersController.cs | 8 ++++++-- .../DollarQuery/DollarQueryModels.cs | 8 ++++++-- .../DollarQuery/DollarQueryTests.cs | 8 ++++++-- .../ETags/DeleteUpdatedEntryWithIfMatchETagsTest.cs | 10 +++++++--- .../ETags/DerivedETagTests.cs | 8 ++++++-- .../ETags/DominiosController.cs | 8 ++++++-- .../ETags/ETagCurrencyTokenEfContext.cs | 8 ++++++-- .../ETags/ETagCurrencyTokenEfContextTest.cs | 8 ++++++-- .../ETags/ETagsController.cs | 8 ++++++-- .../ETags/ETagsModel.cs | 8 ++++++-- .../ETags/ETagsOtherTypesTest.cs | 10 +++++++--- .../ETags/ETagsUntypedTests.cs | 10 +++++++--- .../ETags/GetEntryWithIfNoneMatchETagsTest.cs | 10 +++++++--- .../ETags/JsonETagsTests.cs | 10 +++++++--- .../ETags/PatchUpdatedEntryWithIfMatchETagsTest.cs | 10 +++++++--- .../ETags/PutUpdatedEntryWithIfMatchETagsTest.cs | 10 +++++++--- .../EntitySetAggregationController.cs | 8 ++++++-- .../EntitySetAggregationDataModel.cs | 8 ++++++-- .../EntitySetAggregationEdmModel.cs | 8 ++++++-- .../EntitySetAggregation/EntitySetAggregationTests.cs | 8 ++++++-- .../Enums/EnumsAliasTest.cs | 10 +++++++--- .../Enums/EnumsController.cs | 8 ++++++-- .../Enums/EnumsDataModel.cs | 8 ++++++-- .../Enums/EnumsEdmModel.cs | 8 ++++++-- .../Enums/EnumsTest.cs | 10 +++++++--- .../ForeignKey/ForeignKeyContext.cs | 8 ++++++-- .../ForeignKey/ForeignKeyEdmModel.cs | 8 ++++++-- .../ForeignKey/ForeignKeyModel.cs | 8 ++++++-- .../ForeignKey/ForeignKeyTest.cs | 8 ++++++-- .../ForeignKey/ForeignkeyController.cs | 8 ++++++-- .../Formatter/BaseAddressFactoryTest.cs | 8 ++++++-- .../Formatter/CollectionPropertyTests.cs | 8 ++++++-- .../Formatter/ComplexTypeTests.cs | 8 ++++++-- .../Formatter/DeltaTests.cs | 8 ++++++-- .../Formatter/DeserializationAndSerializationTests.cs | 9 ++++++--- .../Formatter/ErrorMessagesTests.cs | 8 ++++++-- .../Extensibility/SerializeEntityReferenceLinks.cs | 10 +++++++--- .../Formatter/Extensibility/SupportDollarValue.cs | 8 ++++++-- .../Formatter/HttpAndODataErrorTests.cs | 8 ++++++-- .../Formatter/InheritanceTests.cs | 8 ++++++-- .../Formatter/JsonLight/HttpAndODataErrorTests.cs | 9 ++++++++- .../JsonLight/JsonLightCollectionPropertyTests.cs | 8 ++++++-- .../Formatter/JsonLight/JsonLightComplexTypeTests.cs | 8 ++++++-- .../Formatter/JsonLight/JsonLightConfigurator.cs | 8 ++++++-- .../Formatter/JsonLight/JsonLightDeltaTests.cs | 8 ++++++-- .../JsonLightDeserializationAndSerializationTests.cs | 8 ++++++-- .../Formatter/JsonLight/JsonLightInheritanceTests.cs | 8 ++++++-- .../Formatter/JsonLight/JsonLightMixScenarioTests.cs | 8 ++++++-- .../Formatter/JsonLight/JsonLightRandomModelTests.cs | 8 ++++++-- .../JsonLight/Metadata/ActionMetadataTests.cs | 8 ++++++-- .../Formatter/JsonLight/Metadata/ComplexTypeTests.cs | 8 ++++++-- .../Metadata/Controllers/BaseEntityController.cs | 8 ++++++-- .../EntityWithComplexPropertiesController.cs | 8 ++++++-- .../EntityWithSimplePropertiesController.cs | 8 ++++++-- .../Metadata/Controllers/OneToOneChildController.cs | 8 ++++++-- .../Metadata/Controllers/OneToOneParentController.cs | 8 ++++++-- .../Metadata/Controllers/StubEntityController.cs | 8 ++++++-- .../Metadata/CustomConventionActionMetadataTests.cs | 7 ++++++- .../JsonLight/Metadata/EntryMetadataTests.cs | 8 ++++++-- .../Extensions/HttpRequestMessageExtensions.cs | 8 ++++++-- .../Extensions/ReflectedPropertyRoutingConvention.cs | 8 ++++++-- .../Formatter/JsonLight/Metadata/FeedMetadataTests.cs | 8 ++++++-- .../JsonLight/Metadata/MetadataTestHelpers.cs | 8 ++++++-- .../Metadata/MinimalMetadataSpecificTests.cs | 8 ++++++-- .../Formatter/JsonLight/Metadata/Model/BaseEntity.cs | 8 ++++++-- .../Formatter/JsonLight/Metadata/Model/ComplexType.cs | 8 ++++++-- .../JsonLight/Metadata/Model/DerivedEntity.cs | 8 ++++++-- .../Metadata/Model/EntityWithComplexProperties.cs | 8 ++++++-- .../Metadata/Model/EntityWithSimpleProperties.cs | 8 ++++++-- .../JsonLight/Metadata/Model/OneToOneChild.cs | 8 ++++++-- .../JsonLight/Metadata/Model/OneToOneParent.cs | 8 ++++++-- .../JsonLight/Metadata/Model/SimpleEnumeration.cs | 8 ++++++-- .../Formatter/JsonLight/Metadata/Model/StubEntity.cs | 8 ++++++-- .../JsonLight/Metadata/PrimitiveTypesMetadataTests.cs | 8 ++++++-- .../Formatter/MixScenarioTests.cs | 8 ++++++-- .../ODataFeedSerializeWithoutNavigationSourceTests.cs | 8 ++++++-- .../Formatter/ODataFormatterTestBase.cs | 8 ++++++-- .../Formatter/ODataResultTests.cs | 8 ++++++-- .../Formatter/RandomModelTests.cs | 8 ++++++-- .../Formatter/SecurityTests.cs | 8 ++++++-- .../Formatter/ServerDrivenPagingTests.cs | 8 ++++++-- .../Formatter/SupportMediaTypesTests.cs | 8 ++++++-- .../Untyped/UntypedDeltaSerializationTests.cs | 8 ++++++-- .../Formatter/Untyped/UntypedSerializationTests.cs | 8 ++++++-- .../LowerCamelCase/LowerCamelCaseController.cs | 8 ++++++-- .../LowerCamelCase/LowerCamelCaseDataModel.cs | 8 ++++++-- .../LowerCamelCase/LowerCamelCaseEdmModel.cs | 8 ++++++-- .../LowerCamelCase/LowerCamelCaseTest.cs | 10 +++++++--- .../ModelAliasing/FormattersTests.cs | 8 ++++++-- .../ModelAliasing/GeneratedConventionModelClient.cs | 9 ++++++++- .../ModelAliasing/MetadataTests.cs | 8 ++++++-- .../ModelAliasing/Model.cs | 8 ++++++-- .../ModelAliasing/QueryTests.cs | 8 ++++++-- .../CombinedTest/CombinedController.cs | 8 ++++++-- .../CombinedTest/CombinedEdmModel.cs | 8 ++++++-- .../CombinedTest/CombinedTest.cs | 10 +++++++--- .../CountAttributeTest/CountAtrributeController.cs | 8 ++++++-- .../CountAttributeTest/CountAttributeEdmModel.cs | 8 ++++++-- .../CountAttributeTest/CountAttributeTest.cs | 10 +++++++--- .../ExpandAttributeTest/ExpandAtrributeController.cs | 8 ++++++-- .../ExpandAttributeTest/ExpandAttributeEdmModel.cs | 8 ++++++-- .../ExpandAttributeTest/ExpandAttributeTest.cs | 10 +++++++--- .../FilterAttributeTest/FilterAtrributeController.cs | 8 ++++++-- .../FilterAttributeTest/FilterAttributeEdmModel.cs | 8 ++++++-- .../FilterAttributeTest/FilterAttributeTest.cs | 10 +++++++--- .../OrderByAtrributeController.cs | 8 ++++++-- .../OrderByAttributeTest/OrderByAttributeEdmModel.cs | 8 ++++++-- .../OrderByAttributeTest/OrderByAttributeTest.cs | 10 +++++++--- .../PageAttributeTest/PageAttributeController.cs | 8 ++++++-- .../PageAttributeTest/PageAttributeEdmModel.cs | 8 ++++++-- .../PageAttributeTest/PageAttributeTest.cs | 10 +++++++--- .../PageAttributeTest/SkipTokenController.cs | 8 ++++++-- .../PageAttributeTest/SkipTokenEdmModel.cs | 8 ++++++-- .../PageAttributeTest/SkipTokenTest.cs | 10 +++++++--- .../SelectAttributeTest/SelectAttributeController.cs | 8 ++++++-- .../SelectAttributeTest/SelectAttributeEdmModel.cs | 8 ++++++-- .../SelectAttributeTest/SelectAttributeTest.cs | 10 +++++++--- .../ModelBuilder/ActionMetadataTests.cs | 8 ++++++-- .../AttributeConventionModelBuilderTests.cs | 8 ++++++-- .../ModelBuilder/ConditionalLinkGenerationTests.cs | 8 ++++++-- .../ModelBuilder/ExplicitModelBuilderTests.cs | 10 +++++++--- .../ModelBuilder/ImplicitModelBuilderTests.cs | 10 +++++++--- .../ModelBuilder/InheritanceTests.cs | 8 ++++++-- .../MultipleEntitySetOnSameClrTypeTests.cs | 8 ++++++-- .../ModelBuilder/ODataActionTests.cs | 10 +++++++--- .../ODataActionTestsProxyGeneratedCode.cs | 9 ++++++++- .../ModelBuilder/ODataMessageWrapper.cs | 8 ++++++-- .../ModelBuilder/PropertyTests.cs | 8 ++++++-- .../ModelBuilder/RecursiveComplexTypesE2ETests.cs | 9 ++++++--- .../ModelBuilder/RecursiveComplexTypesModels.cs | 9 ++++++--- .../SpecialCharactersLinkGenerationTests.cs | 8 ++++++-- .../SpecialPrimaryKeyTypesInLinkGenerationTests.cs | 8 ++++++-- .../ModelBuilder/UnicodeLinkGenerationTests.cs | 8 ++++++-- .../NavigationPropertyOnComplexTypeModel.cs | 10 +++++++--- .../NavigationPropertyOnComplexTypeTests.cs | 9 ++++++--- .../PeopleController.cs | 8 ++++++-- .../PeopleRepository.cs | 10 +++++++--- .../SelectImprovementOnComplexTypeTests.cs | 9 ++++++--- .../ODataCountTest/CountController.cs | 8 ++++++-- .../ODataCountTest/CountDataModel.cs | 8 ++++++-- .../ODataCountTest/CountEdmModel.cs | 8 ++++++-- .../ODataCountTest/CountTest.cs | 10 +++++++--- .../Microsoft.Test.E2E.AspNet.OData/ODataHelper.cs | 8 ++++++-- .../ODataOrderByTest/OrderByController.cs | 8 ++++++-- .../ODataOrderByTest/OrderByDataModel.cs | 9 ++++++--- .../ODataOrderByTest/OrderByEdmModel.cs | 8 ++++++-- .../ODataOrderByTest/OrderByTest.cs | 10 +++++++--- .../ODataPathHandler/LinkGenerationTests.cs | 8 ++++++-- .../ODataPathHandler/UnicodeRouteTests.cs | 8 ++++++-- .../ODataPathHandlerExtensions.cs | 8 ++++++-- .../OpenType/OpenTypeControllers.cs | 9 ++++++--- .../OpenType/OpenTypeDataModel.cs | 8 ++++++-- .../OpenType/OpenTypeEdmModel.cs | 8 ++++++-- .../OpenType/TypedClient.cs | 9 ++++++++- .../OpenType/TypedServiceReference.cs | 11 +++++++++-- .../OpenType/TypedServiceReferenceForOpenType.cs | 8 ++++++-- .../OpenType/TypedTest.cs | 10 +++++++--- .../ParameterAlias/ParameterAliasDataSource.cs | 8 ++++++-- .../ParameterAlias/ParameterAliasTest.cs | 8 ++++++-- .../QueryComposition/AnonymousTypeTests.cs | 8 ++++++-- .../QueryComposition/ComplextTypeCollectionTests.cs | 8 ++++++-- .../Controllers/FilterTestsController.cs | 8 ++++++-- .../Controllers/TopSkipOrderByTestsController.cs | 8 ++++++-- .../QueryComposition/EFWideCustomer.cs | 10 ++++++++-- .../QueryComposition/EnumTypeTests.cs | 9 ++++++--- .../QueryComposition/FilterTests.cs | 8 ++++++-- .../QueryComposition/Fuzzing/FuzzingController.cs | 8 ++++++-- .../QueryComposition/Fuzzing/Models.cs | 8 ++++++-- .../QueryComposition/Fuzzing/QueryBuilder.cs | 8 ++++++-- .../QueryComposition/GlobalQueryableFilterTests.cs | 8 ++++++-- .../QueryComposition/InheritanceQueryableTests.cs | 8 ++++++-- .../QueryComposition/InvalidQueryTests.cs | 8 ++++++-- .../QueryComposition/IsOf/IsOfController.cs | 8 ++++++-- .../QueryComposition/IsOf/IsOfModels.cs | 8 ++++++-- .../QueryComposition/IsOf/IsofDataSource.cs | 8 ++++++-- .../QueryComposition/IsOf/IsofEdmModel.cs | 8 ++++++-- .../QueryComposition/IsOf/IsofFunctionTests.cs | 8 ++++++-- .../QueryComposition/JsonSelectExpandTests.cs | 8 ++++++-- .../JsonSingleResultSelectExpandTests.cs | 8 ++++++-- .../QueryComposition/JsonpQueryableTests.cs | 8 ++++++-- .../QueryComposition/NestedClassTests.cs | 7 ++++++- .../QueryComposition/ODataQueryOptionsTests.cs | 8 ++++++-- .../QueryComposition/OrderByTests.cs | 10 +++++++--- .../QueryComposition/PrimitiveTypesTests.cs | 8 ++++++-- .../QueryComposition/QueryFuzzingTests.cs | 8 ++++++-- .../QueryComposition/SecurityTests.cs | 8 ++++++-- .../QueryComposition/SelectExpandEFTests.cs | 10 +++++++--- .../QueryComposition/SelectExpandTests.cs | 8 ++++++-- .../QueryComposition/SelectTypeExplosionTests.cs | 8 ++++++-- .../QueryComposition/ServerTypeTests.cs | 8 ++++++-- .../QueryComposition/SingleResultSelectExpandTests.cs | 8 ++++++-- .../QueryComposition/StableOrderTests.cs | 8 ++++++-- .../QueryComposition/TopSkipOrderByTests.cs | 8 ++++++-- .../QueryComposition/UriParserTests.cs | 8 ++++++-- .../QueryComposition/ValidatorTests.cs | 8 ++++++-- .../Routing/ActionRoutingConventionTests.cs | 8 ++++++-- .../Routing/AddRelatedObjectTests.cs | 8 ++++++-- .../Routing/AttributeRoutingTests.cs | 8 ++++++-- .../DynamicProperties/DynamicPropertiesController.cs | 8 ++++++-- .../DynamicProperties/DynamicPropertiesModel.cs | 8 ++++++-- .../DynamicProperties/DynamicPropertiesTest.cs | 8 ++++++-- .../Routing/ODataRouteTests.cs | 8 ++++++-- .../Routing/ODataValueProviderTests.cs | 8 ++++++-- .../Routing/RefRoutingConventionTests.cs | 8 ++++++-- .../Routing/UnqualifiedNameCallRoutingTests.cs | 8 ++++++-- .../ServerSidePaging/ServerSidePagingControllers.cs | 8 ++++++-- .../ServerSidePaging/ServerSidePagingDataModel.cs | 8 ++++++-- .../ServerSidePaging/ServerSidePagingTests.cs | 8 ++++++-- .../SingleResult/SingleResultController.cs | 8 ++++++-- .../SingleResult/SingleResultDataModel.cs | 8 ++++++-- .../SingleResult/SingleResultEdmModel.cs | 8 ++++++-- .../SingleResult/SingleResultTests.cs | 8 ++++++-- .../Singleton/MonstersIncController.cs | 8 ++++++-- .../Singleton/ODataClient.cs | 11 +++++++++-- .../Singleton/PartnersController.cs | 8 ++++++-- .../Singleton/SingletonClientTest.cs | 8 ++++++-- .../Singleton/SingletonDataModel.cs | 8 ++++++-- .../Singleton/SingletonEdmModel.cs | 8 ++++++-- .../Singleton/SingletonTest.cs | 8 ++++++-- .../Singleton/UmbrellaController.cs | 8 ++++++-- .../Spatial/SpatialController.cs | 8 ++++++-- .../Spatial/SpatialEdmModel.cs | 8 ++++++-- .../Spatial/SpatialFactory.cs | 10 +++++++--- .../Spatial/SpatialModels.cs | 10 +++++++--- .../Spatial/SpatialTests.cs | 10 +++++++--- .../Swagger/SwaggerController.cs | 8 ++++++-- .../Swagger/SwaggerMetadataTest.cs | 8 ++++++-- .../Swagger/SwaggerPathHandler.cs | 8 ++++++-- .../Swagger/SwaggerPathSegment.cs | 8 ++++++-- .../Swagger/SwaggerRoutingConvention.cs | 8 ++++++-- .../SxS/ODataV3/Controllers/PartsController.cs | 8 ++++++-- .../SxS/ODataV3/Controllers/ProductsController.cs | 8 ++++++-- .../ODataV3/Extensions/ODataVersionRouteConstraint.cs | 10 +++++++--- .../SxS/ODataV3/Models/ModelBuilder.cs | 10 +++++++--- .../SxS/ODataV3/Models/Part.cs | 10 +++++++--- .../SxS/ODataV3/Models/Product.cs | 10 +++++++--- .../SxS/ODataV3/ODataV3WebApiConfig.cs | 8 ++++++-- .../SxS/ODataV4/Controllers/PartsV2Controller.cs | 8 ++++++-- .../SxS/ODataV4/Controllers/ProductsV2Controller.cs | 8 ++++++-- .../EntitySetVersioningRoutingConvention.cs | 8 ++++++-- .../ODataV4/Extensions/ODataVersionRouteConstraint.cs | 10 +++++++--- .../SxS/ODataV4/Models/ModelBuilder.cs | 10 +++++++--- .../SxS/ODataV4/Models/Part.cs | 10 +++++++--- .../SxS/ODataV4/Models/Product.cs | 10 +++++++--- .../SxS/ODataV4/ODataV4WebApiConfig.cs | 8 ++++++-- .../SxS/SxSODataV3AndV4Test.cs | 8 ++++++-- .../SxS2/ODataV3/Controllers/ProductsController.cs | 8 ++++++-- .../ODataV3/Extensions/ODataVersionRouteConstraint.cs | 10 +++++++--- .../SxS2/ODataV3/Models/ModelBuilder.cs | 10 +++++++--- .../SxS2/ODataV3/Models/Product.cs | 10 +++++++--- .../SxS2/ODataV3/ODataV3WebApiConfig.cs | 8 ++++++-- .../SxS2/ODataV4/Controllers/ProductsV2Controller.cs | 8 ++++++-- .../ODataV4/Extensions/ODataVersionRouteConstraint.cs | 10 +++++++--- .../SxS2/ODataV4/Models/ModelBuilder.cs | 10 +++++++--- .../SxS2/ODataV4/Models/Product.cs | 10 +++++++--- .../SxS2/ODataV4/ODataV4WebApiConfig.cs | 8 ++++++-- .../SxS2/SxSODataV3AndV4Test.cs | 8 ++++++-- .../UnboundOperation/UnboundOperationController.cs | 8 ++++++-- .../UnboundOperation/UnboundOperationDataModel.cs | 8 ++++++-- .../UnboundOperation/UnboundOperationEdmModel.cs | 8 ++++++-- .../UnboundOperation/UnboundOperationTest.cs | 8 ++++++-- .../UriParserExtension/CaseInsensitiveResolver.cs | 8 ++++++-- .../UriParserExtension/CaseInsensitiveTest.cs | 8 ++++++-- .../UriParserExtension/EnumPrefixFreeTest.cs | 8 ++++++-- .../UriParserExtension/UnqualifiedCallTest.cs | 8 ++++++-- .../UriParserExtension/UriParserExtensionDataModel.cs | 8 ++++++-- .../UriParserExtenstionController.cs | 8 ++++++-- .../UriParserExtension/UriParserExtenstionEdmModel.cs | 8 ++++++-- .../UriResolverDependencyTestWithOldDefaultConfig.cs | 8 ++++++-- .../Validation/DeltaOfTValidationTests.cs | 8 ++++++-- .../App_Start/WebApiConfig.cs | 8 ++++++-- .../Controllers/ODataClrController.cs | 10 +++++++--- .../Controllers/ODataEdmController.cs | 8 ++++++-- .../Controllers/WebApiJsonController.cs | 10 +++++++--- .../PerfTest/WebApiPerformance.Service/Global.asax.cs | 9 ++++++++- .../WebApiPerformance.Service/Models/TestRepo.cs | 10 +++++++--- .../WebApiPerformance.Service/Models/Types.cs | 8 ++++++-- .../Properties/AssemblyInfo.cs | 9 ++++++++- .../Common/TestServiceFixture.cs | 8 ++++++-- test/PerfTest/WebApiPerformance.Test/CustomerTest.cs | 8 ++++++-- .../WebApiPerformance.Test/Properties/AssemblyInfo.cs | 9 ++++++++- .../Microsoft.AspNet.OData.Test.Shared/ApplyTest.cs | 8 ++++++-- .../Batch/ChangeSetRequestItemTest.cs | 10 +++++++--- .../Batch/ChangeSetResponseItemTest.cs | 10 +++++++--- .../Batch/DefaultODataBatchHandlerTest.cs | 9 +++++++-- .../Batch/MockHttpRequestMessage.cs | 10 +++++++--- .../Batch/MockHttpResponseMessage.cs | 10 +++++++--- .../Batch/MockHttpServer.cs | 10 +++++++--- .../Batch/ODataBatchContentTest.cs | 10 +++++++--- .../ODataBatchHttpRequestMessageExtensionsTest.cs | 10 +++++++--- .../Batch/ODataBatchMiddlewareTests.cs | 11 +++++++++-- .../Batch/ODataBatchReaderExtensionsTest.cs | 10 +++++++--- .../Batch/ODataBatchRequestHelper.cs | 10 +++++++--- .../Batch/ODataBatchRequestItemTest.cs | 8 ++++++-- .../Batch/ODataBatchResponseItemTest.cs | 10 +++++++--- .../Batch/ODataHttpContentExtensions.cs | 10 +++++++--- .../Batch/ODataHttpContentExtensionsTest.cs | 10 +++++++--- .../Batch/OperationRequestItemTest.cs | 10 +++++++--- .../Batch/OperationResponseItemTest.cs | 10 +++++++--- .../Batch/UnbufferedODataBatchHandlerTest.cs | 10 +++++++--- .../Builder/ActionConfigurationTest.cs | 8 ++++++-- .../Builder/BindableOperationFinderAnnotationTest.cs | 8 ++++++-- .../BindingPathConfigurationOfTStructuralTypeTest.cs | 8 ++++++-- .../Builder/BindingPathHelperTest.cs | 8 ++++++-- .../Builder/CollectionPropertyConfigurationTest.cs | 8 ++++++-- .../Builder/ComplexTypeConfigurationTest.cs | 8 ++++++-- .../Builder/ComplexTypeTest.cs | 8 ++++++-- .../Builder/ContainmentPathBuilderTest.cs | 8 ++++++-- .../Conventions/ActionLinkGenerationConventionTest.cs | 8 ++++++-- .../AssociationSetDiscoveryConventionTest.cs | 8 ++++++-- .../ActionOnDeleteAttributeConventionTest.cs | 8 ++++++-- .../Attributes/AttributeConventionTests.cs | 8 ++++++-- .../Attributes/AttributeEdmPropertyConventionTests.cs | 8 ++++++-- .../Attributes/AttributeEdmTypeConventionTests.cs | 8 ++++++-- .../ColumnAttributeEdmPropertyConventionTest.cs | 8 ++++++-- .../Attributes/ComplexTypeAttributeConventionTests.cs | 8 ++++++-- ...currencyCheckAttributeEdmPropertyConventionTest.cs | 8 ++++++-- .../DataContractAttributeEdmTypeConventionTests.cs | 8 ++++++-- .../DataMemberAttributeEdmPropertyConventionTest.cs | 8 ++++++-- ...DefaultValueAttributeEdmPropertyConventionTests.cs | 8 ++++++-- .../Attributes/ForeignKeyAttributeConventionTest.cs | 8 ++++++-- ...reDataMemberAttributeEdmPropertyConventionTests.cs | 8 ++++++-- .../KeyAttributeEdmPropertyConventionTests.cs | 8 ++++++-- .../Attributes/NotMappedAttributeConventionTests.cs | 8 ++++++-- .../RequiredAttributeEdmPropertyConventionTests.cs | 8 ++++++-- .../TimestampAttributeEdmPropertyConventionTests.cs | 8 ++++++-- .../Builder/Conventions/ConventionsHelpersTests.cs | 8 ++++++-- .../Builder/Conventions/EntityKeyConventionTests.cs | 8 ++++++-- .../Conventions/ForeignKeyDiscoveryConventionTest.cs | 8 ++++++-- .../FunctionLinkGenerationConventionTest.cs | 8 ++++++-- .../NavigationLinksGenerationConventionTest.cs | 8 ++++++-- .../Conventions/ODataConventionModelBuilderTests.cs | 8 ++++++-- .../Conventions/RecursiveComplexTypesModels.cs | 9 ++++++--- .../Builder/Conventions/RecursiveComplexTypesTests.cs | 10 +++++++--- .../Conventions/SelfLinksGenerationConventionTest.cs | 8 ++++++-- .../DynamicPropertyDictionaryAnnotationTest.cs | 8 ++++++-- .../Builder/EdmModelAsserts.cs | 8 ++++++-- .../Builder/EdmTypeConfigurationExtensionsTest.cs | 8 ++++++-- .../Builder/EntitySetConfigurationTest.cs | 8 ++++++-- .../Builder/EntitySetLinkConfigurationTest.cs | 8 ++++++-- .../Builder/EntitySetTest.cs | 8 ++++++-- .../Builder/EntityTypeTest.cs | 8 ++++++-- .../Builder/EnumTypeTest.cs | 10 +++++++--- .../Builder/FunctionConfigurationTest.cs | 8 ++++++-- .../Builder/LinkGenerationHelpersTest.cs | 8 ++++++-- .../Builder/LowerCamelCaserTest.cs | 10 +++++++--- .../Builder/MetadataTest.cs | 8 ++++++-- .../MockNavigationSourceLinkBuilderAnnotation.cs | 8 ++++++-- .../Builder/NavigationPropertyConfigurationTest.cs | 8 ++++++-- .../NavigationSourceLinkBuilderAnnotationTest.cs | 8 ++++++-- .../Builder/ODataConventionModelBuilderHelper.cs | 8 ++++++-- .../Builder/ODataModelBuilderTest.cs | 8 ++++++-- .../Builder/ODataUtilsLearningTests.cs | 8 ++++++-- .../Builder/OperationLinkBuilderTests.cs | 8 ++++++-- .../Builder/ParameterConfigurationTest.cs | 8 ++++++-- .../PrimitivePropertyConfigurationExtensionsTest.cs | 8 ++++++-- .../Builder/PrimitiveTypeTest.cs | 8 ++++++-- .../Builder/ProgrammableBuilderApiTest.cs | 8 ++++++-- .../Builder/PropertyConfigurationTest.cs | 8 ++++++-- .../Builder/PropertyPairSelectorVisitorTest.cs | 8 ++++++-- .../Builder/PropertySelectorVisitorTest.cs | 8 ++++++-- .../Builder/SingletonConfigurationTest.cs | 8 ++++++-- .../Builder/SingletonLinkConfigurationTest.cs | 8 ++++++-- .../Builder/SingletonTest.cs | 8 ++++++-- ...tructuralTypeConfigurationOfTStructuralTypeTest.cs | 8 ++++++-- .../Builder/StructuralTypeConfigurationTest.cs | 8 ++++++-- .../Builder/TestModels/Address.cs | 8 ++++++-- .../Builder/TestModels/Client.cs | 8 ++++++-- .../Builder/TestModels/Color.cs | 10 +++++++--- .../Builder/TestModels/Company.cs | 8 ++++++-- .../Builder/TestModels/Customer.cs | 8 ++++++-- .../Builder/TestModels/DateTimeModel.cs | 8 ++++++-- .../Builder/TestModels/Employee.cs | 8 ++++++-- .../Builder/TestModels/EnumModel.cs | 8 ++++++-- .../Builder/TestModels/Gift.cs | 8 ++++++-- .../Builder/TestModels/InheritanceModels.cs | 8 ++++++-- .../Builder/TestModels/ModelAlias.cs | 8 ++++++-- .../Builder/TestModels/MyOrder.cs | 8 ++++++-- .../Builder/TestModels/MySpecialOrder.cs | 8 ++++++-- .../Builder/TestModels/Order.cs | 8 ++++++-- .../Builder/TestModels/OrderCancellation.cs | 8 ++++++-- .../Builder/TestModels/OrderHeader.cs | 8 ++++++-- .../Builder/TestModels/OrderLine.cs | 8 ++++++-- .../Builder/TestModels/PropertyAlias.cs | 8 ++++++-- .../Builder/TestModels/RecursiveModel.cs | 8 ++++++-- .../Builder/TestModels/SpecialOrderLine.cs | 8 ++++++-- .../Builder/TestModels/ZipCode.cs | 8 ++++++-- .../ClrPropertyInfoAnnotationTest.cs | 8 ++++++-- .../Common/CultureReplacer.cs | 8 ++++++-- .../Common/DataAttribute.cs | 8 ++++++-- .../Common/EnumHelperTestBase.cs | 8 ++++++-- .../Common/ExceptionAssert.cs | 8 ++++++-- .../Common/MediaTypeHeaderValueComparer.cs | 10 +++++++--- .../Common/MemberHelper.cs | 8 ++++++-- .../Common/MockAssembly.cs | 8 ++++++-- .../Common/MockPropertyInfo.cs | 8 ++++++-- .../Common/MockType.cs | 8 ++++++-- .../Common/ParsedMediaTypeHeaderValue.cs | 10 +++++++--- .../Common/Platform.cs | 8 ++++++-- .../Common/PlatformInfo.cs | 8 ++++++-- .../Common/PortReserver.cs | 8 ++++++-- .../Common/PreAppStartTestHelper.cs | 8 ++++++-- .../Common/ReflectionAssert.cs | 8 ++++++-- .../Common/ReplaceCultureAttribute.cs | 8 ++++++-- .../Common/StreamAssert.cs | 8 ++++++-- .../Common/TaskExtensions.cs | 10 +++++++--- .../Common/TestFile.cs | 8 ++++++-- .../Common/TestHelper.cs | 8 ++++++-- .../Common/TheoryDataSet.cs | 8 ++++++-- .../Common/TypeAssert.cs | 10 +++++++--- .../Common/Types/ByteEnum.cs | 8 ++++++-- .../Common/Types/FlagsEnum.cs | 8 ++++++-- .../Common/Types/INameAndIdContainer.cs | 8 ++++++-- .../Common/Types/LongEnum.cs | 8 ++++++-- .../Common/Types/SByteEnum.cs | 8 ++++++-- .../Common/Types/ShortEnum.cs | 8 ++++++-- .../Common/Types/SimpleEnum.cs | 8 ++++++-- .../Common/Types/UIntEnum.cs | 8 ++++++-- .../Common/Types/UShortEnum.cs | 8 ++++++-- .../Common/VersionTestHelper.cs | 8 ++++++-- .../ContentIdHelpersTest.cs | 8 ++++++-- .../Microsoft.AspNet.OData.Test.Shared/ContextUtil.cs | 10 +++++++--- .../DateAndTimeOfDayTest.cs | 8 ++++++-- .../DateTimeTest.cs | 8 ++++++-- .../DefaultContainerBuilderTests.cs | 8 ++++++-- .../Microsoft.AspNet.OData.Test.Shared/DeltaTest.cs | 8 ++++++-- .../DependencyInjectionTests.cs | 8 ++++++-- .../DollarFormatTest.cs | 10 +++++++--- .../ETagMessageHandlerTest.cs | 10 +++++++--- .../EdmChangedObjectCollectionTest.cs | 8 ++++++-- .../EdmComplexCollectionObjectTest.cs | 8 ++++++-- .../EdmDeltaCollectionTypeTest.cs | 8 ++++++-- .../EdmDeltaComplexObjectTest.cs | 8 ++++++-- .../EdmDeltaTypeTest.cs | 8 ++++++-- .../EdmEntityCollectionObjectTest.cs | 8 ++++++-- .../EdmEnumObjectCollectionTest.cs | 8 ++++++-- .../EdmEnumObjectTest.cs | 8 ++++++-- .../EdmModelExtensionsTest.cs | 8 ++++++-- .../EdmStructuredObjectTest.cs | 8 ++++++-- .../EdmTypeExtensionsTest.cs | 8 ++++++-- .../EnableNestedPathsTest.cs | 10 +++++++--- .../EnableQueryTests.cs | 8 ++++++-- .../EnumDeserializerTest.cs | 8 ++++++-- .../EnumSerializerTest.cs | 8 ++++++-- .../Extensions/HttpContentExtensions.cs | 8 ++++++-- .../Extensions/IHeaderDictionaryExtensions.cs | 8 ++++++-- .../Extensions/RoutingConfigurationExtensions.cs | 8 ++++++-- .../FastPropertyAccessorTest.cs | 8 ++++++-- .../Formatter/ClrTypeCacheTest.cs | 8 ++++++-- .../Formatter/CollectionsTests.cs | 8 ++++++-- .../Formatter/DefaultODataETagHandlerTests.cs | 8 ++++++-- .../CollectionDeserializationHelpersTest.cs | 8 ++++++-- .../DefaultODataDeserializerProviderTests.cs | 8 ++++++-- .../Deserialization/DeserializationHelpersTest.cs | 8 ++++++-- .../Deserialization/HttpRequestODataMessage.cs | 8 ++++++-- .../Deserialization/MockODataRequestMessage.cs | 8 ++++++-- .../ODataActionPayloadDeserializerTest.cs | 8 ++++++-- .../ODataCollectionDeserializerTests.cs | 8 ++++++-- .../ODataDeserializationTestsCommon.cs | 8 ++++++-- .../Deserialization/ODataDeserializerContextTest.cs | 8 ++++++-- .../Deserialization/ODataDeserializerTest.cs | 8 ++++++-- .../Deserialization/ODataEdmTypeDeserializerTest.cs | 8 ++++++-- .../ODataEntityReferenceLinkDeserializerTests.cs | 10 +++++++--- .../Deserialization/ODataEnumDeserializerTests.cs | 8 ++++++-- .../ODataMessageReaderLearningTests.cs | 8 ++++++-- .../ODataPrimitiveDeserializerTests.cs | 8 ++++++-- .../Deserialization/ODataResourceDeserializerTests.cs | 8 ++++++-- .../ODataResourceSetDeserializerTest.cs | 8 ++++++-- .../Deserialization/ODataSingletonDeserializerTest.cs | 8 ++++++-- .../Formatter/ETagOfTEntityTypeTests.cs | 8 ++++++-- .../Formatter/ETagTests.cs | 8 ++++++-- .../Formatter/EdmLibHelpersTests.cs | 8 ++++++-- .../Formatter/EdmPrimitiveHelpersTest.cs | 8 ++++++-- .../Formatter/InheritanceTests.cs | 8 ++++++-- .../Formatter/JsonAssert.cs | 8 ++++++-- .../Formatter/NullCollectionsTests.cs | 8 ++++++-- .../Formatter/ODataActionTests.cs | 8 ++++++-- .../Formatter/ODataFormatterTests.cs | 8 ++++++-- .../Formatter/ODataFunctionTests.cs | 8 ++++++-- .../Formatter/ODataMediaTypeFormatterTests.cs | 8 ++++++-- .../Formatter/ODataMediaTypeFormattersTests.cs | 8 ++++++-- .../Formatter/ODataMediaTypesTest.cs | 8 ++++++-- .../Formatter/ODataMessageWrapperTest.cs | 10 +++++++--- .../Formatter/ODataModelBinderConverterTests.cs | 10 +++++++--- .../Formatter/ODataModelBinderProviderTest.cs | 8 ++++++-- .../Formatter/ODataRawValueMediaTypeMappingTests.cs | 8 ++++++-- .../Formatter/ODataTestUtil.cs | 8 ++++++-- .../Formatter/ODataValueExtensionsTest.cs | 8 ++++++-- .../Formatter/PeopleController.cs | 8 ++++++-- .../Formatter/PresidentController.cs | 8 ++++++-- .../Formatter/PrimitiveTypesTest.cs | 8 ++++++-- .../Formatter/Serialization/CollectionTest.cs | 8 ++++++-- .../Formatter/Serialization/ComplexTypeTest.cs | 8 ++++++-- .../DefaultODataSerializerProviderTests.cs | 8 ++++++-- .../EdmDirectValueAnnotationsManagerExtensions.cs | 10 +++++++--- .../Formatter/Serialization/EdmEntityObjectTest.cs | 8 ++++++-- .../Formatter/Serialization/EntityTypeTest.cs | 8 ++++++-- .../Formatter/Serialization/Models/Address.cs | 8 ++++++-- .../Formatter/Serialization/Models/Customer.cs | 8 ++++++-- .../Formatter/Serialization/Models/Order.cs | 8 ++++++-- .../Serialization/ODataCollectionSerializerTests.cs | 8 ++++++-- .../Serialization/ODataDeltaFeedSerializerTests.cs | 10 +++++++--- .../Serialization/ODataEdmTypeSerializerTest.cs | 8 ++++++-- .../ODataEntityReferenceLinkSerializerTest.cs | 8 ++++++-- .../ODataEntityReferenceLinksSerializerTest.cs | 8 ++++++-- .../Serialization/ODataEnumTypeSerializerTests.cs | 8 ++++++-- .../Serialization/ODataErrorSerializerTest.cs | 8 ++++++-- .../Serialization/ODataMessageWriterLearningTests.cs | 8 ++++++-- .../Serialization/ODataMetadataSerializerTest.cs | 8 ++++++-- .../Serialization/ODataPayloadKindHelperTests.cs | 8 ++++++-- .../Serialization/ODataPrimitiveSerializerTests.cs | 8 ++++++-- .../Serialization/ODataRawValueSerializerTests.cs | 10 +++++++--- .../Serialization/ODataResourceSerializerTests.cs | 8 ++++++-- .../Serialization/ODataResourceSetSerializerTests.cs | 8 ++++++-- .../Serialization/ODataSerializerContextTest.cs | 8 ++++++-- .../Formatter/Serialization/ODataSerializerTest.cs | 8 ++++++-- .../ODataServiceDocumentSerializerTest.cs | 8 ++++++-- .../Serialization/ODataSingletonSerializerTest.cs | 8 ++++++-- .../Formatter/Serialization/ResourceSetTest.cs | 8 ++++++-- .../Formatter/Serialization/SelectExpandNodeTest.cs | 8 ++++++-- .../Serialization/SerializationTestsHelpers.cs | 8 ++++++-- .../Formatter/Serialization/TestODataMetadataLevel.cs | 8 ++++++-- .../FromODataUriTest.cs | 8 ++++++-- .../FunctionActionAdvertisedTest.cs | 8 ++++++-- .../HttpConfigurationExtensions.cs | 10 +++++++--- .../HttpConfigurationExtensionsTest.cs | 10 +++++++--- .../HttpErrorExtensionsTest.cs | 10 +++++++--- .../HttpRequestMessageExtensionsTest.cs | 10 +++++++--- .../HttpRouteCollectionExtensionsTest.cs | 10 +++++++--- .../MetadataControllerTest.cs | 8 ++++++-- .../NullEdmComplexObjectTest.cs | 8 ++++++-- .../ODataActionParametersTest.cs | 8 ++++++-- .../ODataContainmentTest.cs | 10 +++++++--- .../ODataFormattingAttributeTest.cs | 10 +++++++--- .../ODataNullValueMessageHandlerTest.cs | 8 ++++++-- .../ODataPathHandlerExtensions.cs | 8 ++++++-- .../ODataRoutingAttributeTest.cs | 8 ++++++-- .../ODataSingletonTest.cs | 8 ++++++-- .../ODataStreamPropertyTest.cs | 8 ++++++-- .../ODataSwaggerConverterTest.cs | 8 ++++++-- .../ODataSwaggerUtilitiesTest.cs | 8 ++++++-- .../ODataUriResolverExtensionTest.cs | 10 +++++++--- .../OpenComplexTypeTest.cs | 8 ++++++-- .../OpenEntityTypeTest.cs | 8 ++++++-- .../PageResultOfTTest.cs | 10 +++++++--- .../PerRequestActionValueBinderTest.cs | 10 +++++++--- .../PerRequestContentNegotiatorTest.cs | 10 +++++++--- .../PerRequestParameterBindingTest.cs | 10 +++++++--- .../PublicApi/PublicApiHelper.cs | 8 ++++++-- .../PublicApi/PublicApiTest.cs | 8 ++++++-- .../Query/AllowedArithmeticOperatorsTest.cs | 8 ++++++-- .../Query/AllowedFunctionsTest.cs | 8 ++++++-- .../Query/AllowedLogicalOperatorsTest.cs | 8 ++++++-- .../Query/AllowedQueryOptionsTest.cs | 8 ++++++-- .../Query/ApplyQueryOptionTest.cs | 8 ++++++-- .../Query/Controllers/CustomerControllers.cs | 8 ++++++-- .../Query/Controllers/PrimitiveController.cs | 8 ++++++-- .../Query/CountQueryOptionTest.cs | 8 ++++++-- .../Query/DefaultSkipTokenHandlerTests.cs | 8 ++++++-- .../Query/EnableQueryAttributeTest.cs | 8 ++++++-- .../Query/ExpressionHelpersTest.cs | 8 ++++++-- .../Query/Expressions/AggregationBinderTests.cs | 8 ++++++-- .../Query/Expressions/DataModel.cs | 8 ++++++-- .../Query/Expressions/DynamicTypeWrapperTests.cs | 8 ++++++-- .../Query/Expressions/ExpressionStringBuilder.cs | 8 ++++++-- .../Query/Expressions/FilterBinderTests.cs | 8 ++++++-- .../Expressions/Linq2ObjectsComparisonMethodsTest.cs | 8 ++++++-- .../Query/Expressions/LinqParameterContainerTest.cs | 8 ++++++-- .../Query/Expressions/ModelContainerTest.cs | 8 ++++++-- .../Query/Expressions/PropertyContainerTest.cs | 8 ++++++-- .../Query/Expressions/SelectExpandBinderTest.cs | 8 ++++++-- .../Expressions/SelectExpandIncludePropertyTest.cs | 8 ++++++-- .../Expressions/SelectExpandIncludedPropertyTest.cs | 8 ++++++-- .../Expressions/SelectExpandPathExtensionsTest.cs | 8 ++++++-- .../Query/Expressions/SelectExpandWrapperTest.cs | 8 ++++++-- .../Query/Expressions/UriFunctionBinderTests.cs | 8 ++++++-- .../Query/FilterQueryOptionTest.cs | 8 ++++++-- .../Query/HandleNullPropagationOptionHelperTest.cs | 8 ++++++-- .../Query/HttpActionDescriptorExtensionTests.cs | 8 ++++++-- .../Query/ODataPathQueryBuilderTest.cs | 8 ++++++-- .../Query/ODataQueryContextTests.cs | 8 ++++++-- .../Query/ODataQueryOptionParserExtensionTest.cs | 8 ++++++-- .../Query/ODataQueryOptionTest.cs | 8 ++++++-- .../Query/ODataQueryOptionsOfTEntityTest.cs | 8 ++++++-- .../Query/ODataQueryParameterBindingAttributeTests.cs | 8 ++++++-- .../Query/ODataQuerySettingsTest.cs | 8 ++++++-- .../Query/ODataSingletonQueryOptionTest.cs | 8 ++++++-- .../Query/ODataValidationSettingsTest.cs | 8 ++++++-- .../Query/OrderByPropertyNodeTest.cs | 8 ++++++-- .../Query/OrderByQueryOptionTest.cs | 8 ++++++-- .../Query/ParameterAliasNodeTranslatorTest.cs | 8 ++++++-- .../Query/PlainTextODataQueryOptionsParserTest.cs | 8 ++++++-- .../Query/QueryCompositionControllers.cs | 8 ++++++-- .../Query/QueryCompositionTests.cs | 8 ++++++-- .../Query/QueryableFilterProviderTest.cs | 8 ++++++-- .../Query/SelectExpandQueryOptionTest.cs | 8 ++++++-- .../Query/SkipQueryOptionTests.cs | 8 ++++++-- .../Query/TopQueryOptionTests.cs | 8 ++++++-- .../Query/TruncatedCollectionTest.cs | 8 ++++++-- .../Query/Validators/CountQueryValidatorTest.cs | 10 +++++++--- .../Query/Validators/FilterQueryValidatorTest.cs | 8 ++++++-- .../Query/Validators/ODataQueryValidatorTest.cs | 8 ++++++-- .../Query/Validators/OrderByQueryValidatorTest.cs | 8 ++++++-- .../Validators/SelectExpandQueryValidatorTest.cs | 8 ++++++-- .../Query/Validators/SkipQueryValidatorTest.cs | 10 +++++++--- .../Query/Validators/TopQueryValidatorTest.cs | 10 +++++++--- .../Query/Validators/ValidationTestHelper.cs | 8 ++++++-- .../QueryableLimitationTest.cs | 8 ++++++-- .../ResourceContextTest.cs | 8 ++++++-- .../Microsoft.AspNet.OData.Test.Shared/Resources.cs | 8 ++++++-- .../Results/CreatedODataResultTest.cs | 8 ++++++-- .../Results/ResultHelpersTest.cs | 8 ++++++-- .../Results/UpdatedODataResultTest.cs | 8 ++++++-- .../Routing/AttributeRoutingOnSingletonTest.cs | 8 ++++++-- .../Routing/AttributeRoutingTest.cs | 8 ++++++-- .../Routing/AttributeRoutingUnboundTest.cs | 8 ++++++-- .../Conventions/ActionRoutingConventionTest.cs | 8 ++++++-- .../Conventions/AttributeRoutingConventionTest.cs | 8 ++++++-- .../DynamicPropertyRoutingConventionTest.cs | 10 +++++++--- .../Conventions/EntityRoutingConventionTest.cs | 8 ++++++-- .../Conventions/EntitySetRoutingConventionTest.cs | 8 ++++++-- .../Conventions/FunctionRoutingConventionTests.cs | 8 ++++++-- .../MockNavigationSourceRoutingConvention.cs | 8 ++++++-- .../Conventions/NavigationRoutingConventionTest.cs | 8 ++++++-- .../NavigationSourceRoutingConventionTest.cs | 8 ++++++-- .../Conventions/NestedPathsRoutingConventionTests.cs | 8 ++++++-- .../Conventions/ODataRoutingConventionsTest.cs | 8 ++++++-- .../OperationImportRoutingConventionTests.cs | 8 ++++++-- .../Conventions/PropertyRoutingConventionTests.cs | 8 ++++++-- .../Routing/Conventions/RefRoutingConventionTest.cs | 8 ++++++-- .../Routing/Conventions/SelectActionHelper.cs | 8 ++++++-- .../Conventions/SingletonRoutingConventionTest.cs | 8 ++++++-- .../Routing/DefaultODataPathHandlerTest.cs | 8 ++++++-- .../Routing/KeyValueParserTest.cs | 8 ++++++-- .../Routing/ODataCountTest.cs | 10 +++++++--- .../Routing/ODataLevelsTest.cs | 10 +++++++--- .../Routing/ODataPathRouteConstraintTest.cs | 8 ++++++-- .../Routing/ODataPathSegmentTranslatorTest.cs | 8 ++++++-- .../Routing/ODataPathTest.cs | 8 ++++++-- .../Routing/ODataRouteTest.cs | 8 ++++++-- .../Routing/ODataRoutingModel.cs | 10 +++++++--- .../Routing/ODataRoutingTest.cs | 8 ++++++-- .../Routing/ODataSingletonRoutingTest.cs | 8 ++++++-- .../Routing/ODataValueProviderFactoryTest.cs | 8 ++++++-- .../Routing/ODataVersionConstraintTests.cs | 8 ++++++-- .../Routing/Template/DynamicSegmentTemplateTest.cs | 8 ++++++-- .../Routing/Template/EntitySetSegmentTemplateTest.cs | 8 ++++++-- .../Routing/Template/KeySegementTemplateTest.cs | 8 ++++++-- .../NavigationPropertyLinkSegmentTemplateTest.cs | 8 ++++++-- .../Template/NavigationPropertySegmentTemplateTest.cs | 8 ++++++-- .../Routing/Template/OperationSegmentTemplateTest.cs | 8 ++++++-- .../Template/PathTemplateSegmentTemplateTest.cs | 8 ++++++-- .../Routing/Template/PropertySegmentTemplateTest.cs | 8 ++++++-- .../Routing/Template/SingletonSegmentTemplateTest.cs | 8 ++++++-- .../Routing/Template/TypeSegmentTemplateTest.cs | 8 ++++++-- .../SelectExpandNestedDollarCountTest.cs | 8 ++++++-- .../SelectExpandTest.cs | 8 ++++++-- .../TestCommon/CustomersModelWithInheritance.cs | 8 ++++++-- .../TestCommon/DataSource.cs | 8 ++++++-- .../TestCommon/EdmTestHelpers.cs | 8 ++++++-- .../Models/ComplexTypes/Attributed/Person.cs | 8 ++++++-- .../TestCommon/Models/ComplexTypes/POCO/Address.cs | 8 ++++++-- .../TestCommon/Models/ComplexTypes/POCO/Gender.cs | 8 ++++++-- .../TestCommon/Models/ComplexTypes/POCO/IActivity.cs | 8 ++++++-- .../Models/ComplexTypes/POCO/PhoneNumber.cs | 8 ++++++-- .../TestCommon/Models/ComplexTypes/POCO/PhoneType.cs | 8 ++++++-- .../Models/EntityTypes/Attributed/Employee.cs | 8 ++++++-- .../Models/EntityTypes/POCO/AddressEntity.cs | 8 ++++++-- .../TestCommon/Models/EntityTypes/POCO/WorkItem.cs | 8 ++++++-- .../TestCommon/Models/NonGenericEnumerable.cs | 8 ++++++-- .../TestCommon/Models/TestDataModels.cs | 8 ++++++-- .../TestCommon/ODataMediaTypeMapping.cs | 8 ++++++-- .../TestCommon/ODataModelBuilderMocks.cs | 8 ++++++-- .../TestCommon/ReferenceDepthContext.cs | 8 ++++++-- .../TestCommon/SimpleOpenAddress.cs | 10 +++++++--- .../TestCommon/SimpleOpenCustomer.cs | 10 +++++++--- .../TestCommon/SimpleOpenOrder.cs | 10 +++++++--- .../TestCommon/SimpleOpenZipCode.cs | 10 +++++++--- .../TestCommon/SimpleVipCustomer.cs | 8 ++++++-- .../TestCommon/SupportedTypes.cs | 8 ++++++-- .../TestCommon/TestControllerBase.cs | 8 ++++++-- .../TestCommon/TypeInitializer.cs | 8 ++++++-- .../TestCommon/UsefulBuilders.cs | 8 ++++++-- .../TypeHelperTest.cs | 8 ++++++-- .../UnicodeCharactersTest.cs | 8 ++++++-- .../Abstraction/ControllerDescriptorFactory.cs | 8 ++++++-- .../Abstraction/DependencyInjectionHelper.cs | 8 ++++++-- .../Abstraction/FormatterTestHelper.cs | 8 ++++++-- .../Abstraction/HttpRouteCollectionExtensions.cs | 8 ++++++-- .../Abstraction/MockContainer.cs | 8 ++++++-- .../Abstraction/ODataConventionModelBuilderFactory.cs | 8 ++++++-- .../Abstraction/ODataDeserializerProviderFactory.cs | 8 ++++++-- .../Abstraction/ODataSerializerContextFactory.cs | 8 ++++++-- .../Abstraction/ODataSerializerProviderFactory.cs | 8 ++++++-- .../Abstraction/RequestFactory.cs | 8 ++++++-- .../Abstraction/ResourceSetContextFactory.cs | 8 ++++++-- .../Abstraction/ResponseFactory.cs | 8 ++++++-- .../Abstraction/RoutingConfigurationFactory.cs | 10 +++++++--- .../Abstraction/ServerFactory.cs | 8 ++++++-- .../Abstraction/TestAssemblyResolver.cs | 8 ++++++-- .../Abstraction/TestNonODataController.cs | 8 ++++++-- .../Abstraction/TestODataController.cs | 8 ++++++-- .../Abstraction/WebApiAssembliesResolverFactory.cs | 8 ++++++-- .../Extensions/HttpRequestExtensions.cs | 8 ++++++-- .../PublicApi/PublicApiTest.cs | 8 ++++++-- .../Abstraction/ControllerDescriptorFactory.cs | 8 ++++++-- .../Endpoint/EndpointRouteBuilderFactory.cs | 10 +++++++--- .../Abstraction/Endpoint/MockEndpointRouteBuilder.cs | 10 +++++++--- .../Abstraction/FormatterTestHelper.cs | 8 ++++++-- .../Abstraction/HttpRouteCollectionExtensions.cs | 8 ++++++-- .../Abstraction/MockContainer.cs | 8 ++++++-- .../Abstraction/ODataActionSelectorTestHelper.cs | 8 ++++++-- .../Abstraction/ODataConventionModelBuilderFactory.cs | 8 ++++++-- .../Abstraction/ODataDeserializerProviderFactory.cs | 8 ++++++-- .../Abstraction/ODataSerializerContextFactory.cs | 8 ++++++-- .../Abstraction/ODataSerializerProviderFactory.cs | 8 ++++++-- .../Abstraction/RequestFactory.cs | 8 ++++++-- .../Abstraction/ResourceSetContextFactory.cs | 8 ++++++-- .../Abstraction/ResponseFactory.cs | 8 ++++++-- .../Abstraction/RoutingConfigurationFactory.cs | 10 +++++++--- .../Abstraction/ServerFactory.cs | 8 ++++++-- .../TestActionDescriptorCollectionProvider.cs | 8 ++++++-- .../Abstraction/TestNonODataController.cs | 8 ++++++-- .../Abstraction/TestODataController.cs | 8 ++++++-- .../Abstraction/WebApiAssembliesResolverFactory.cs | 8 ++++++-- .../ODataBatchHttpRequestMessageExtensionsTest.cs | 9 ++++++++- .../Batch/ODataBatchPathMappingTest.cs | 8 ++++++-- .../Extensions/ActionDescriptorExtensionsTest.cs | 8 ++++++-- .../Endpoint/ODataEndpointLinkGeneratorTests.cs | 10 +++++++--- .../Extensions/Endpoint/ODataEndpointPatternTests.cs | 10 +++++++--- .../ODataEndpointRouteValueTransformerTests.cs | 10 +++++++--- .../Endpoint/ODataEndpointSelectorPolicyTests.cs | 10 +++++++--- .../Extensions/HttpRequestExtensions.cs | 8 ++++++-- .../Extensions/HttpRequestExtensionsTest.cs | 10 +++++++--- .../ODataApplicationBuilderExtensionsTest.cs | 8 ++++++-- .../Extensions/ODataConfigurationExtensionsTest.cs | 8 ++++++-- .../PublicApi/PublicApiTest.cs | 8 ++++++-- .../Routing/ODataActionSelectorTest.cs | 8 ++++++-- 1800 files changed, 11153 insertions(+), 3873 deletions(-) diff --git a/samples/AspNetCore3xEndpointSample.Web/Controllers/CustomersController.cs b/samples/AspNetCore3xEndpointSample.Web/Controllers/CustomersController.cs index b6b21f526f..c84e090d70 100644 --- a/samples/AspNetCore3xEndpointSample.Web/Controllers/CustomersController.cs +++ b/samples/AspNetCore3xEndpointSample.Web/Controllers/CustomersController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/samples/AspNetCore3xEndpointSample.Web/Controllers/ODataOperationImportController.cs b/samples/AspNetCore3xEndpointSample.Web/Controllers/ODataOperationImportController.cs index 4242291372..2ba4f467c6 100644 --- a/samples/AspNetCore3xEndpointSample.Web/Controllers/ODataOperationImportController.cs +++ b/samples/AspNetCore3xEndpointSample.Web/Controllers/ODataOperationImportController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData; using Microsoft.AspNetCore.Mvc; diff --git a/samples/AspNetCore3xEndpointSample.Web/Controllers/WeatherForecastController.cs b/samples/AspNetCore3xEndpointSample.Web/Controllers/WeatherForecastController.cs index cda9f1e032..b4785780bd 100644 --- a/samples/AspNetCore3xEndpointSample.Web/Controllers/WeatherForecastController.cs +++ b/samples/AspNetCore3xEndpointSample.Web/Controllers/WeatherForecastController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/samples/AspNetCore3xEndpointSample.Web/Models/CustomerOrder.cs b/samples/AspNetCore3xEndpointSample.Web/Models/CustomerOrder.cs index 5ac809cf4f..389d1ed14f 100644 --- a/samples/AspNetCore3xEndpointSample.Web/Models/CustomerOrder.cs +++ b/samples/AspNetCore3xEndpointSample.Web/Models/CustomerOrder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; diff --git a/samples/AspNetCore3xEndpointSample.Web/Models/CustomerOrderContext.cs b/samples/AspNetCore3xEndpointSample.Web/Models/CustomerOrderContext.cs index 6c6e4fff2e..cff7a88407 100644 --- a/samples/AspNetCore3xEndpointSample.Web/Models/CustomerOrderContext.cs +++ b/samples/AspNetCore3xEndpointSample.Web/Models/CustomerOrderContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.EntityFrameworkCore; diff --git a/samples/AspNetCore3xEndpointSample.Web/Models/EdmModelBuilder.cs b/samples/AspNetCore3xEndpointSample.Web/Models/EdmModelBuilder.cs index 5335e1d89e..5fdea7dcd4 100644 --- a/samples/AspNetCore3xEndpointSample.Web/Models/EdmModelBuilder.cs +++ b/samples/AspNetCore3xEndpointSample.Web/Models/EdmModelBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; using Microsoft.OData.Edm; @@ -39,4 +43,4 @@ public static IEdmModel GetEdmModel() } } -} \ No newline at end of file +} diff --git a/samples/AspNetCore3xEndpointSample.Web/Models/WeatherForecast.cs b/samples/AspNetCore3xEndpointSample.Web/Models/WeatherForecast.cs index f0a79b337f..5d97a14fa6 100644 --- a/samples/AspNetCore3xEndpointSample.Web/Models/WeatherForecast.cs +++ b/samples/AspNetCore3xEndpointSample.Web/Models/WeatherForecast.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/samples/AspNetCore3xEndpointSample.Web/Program.cs b/samples/AspNetCore3xEndpointSample.Web/Program.cs index fe23386a20..3ac68f4c90 100644 --- a/samples/AspNetCore3xEndpointSample.Web/Program.cs +++ b/samples/AspNetCore3xEndpointSample.Web/Program.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Hosting; diff --git a/samples/AspNetCore3xEndpointSample.Web/Startup.cs b/samples/AspNetCore3xEndpointSample.Web/Startup.cs index 667d735e05..e0a5392ee0 100644 --- a/samples/AspNetCore3xEndpointSample.Web/Startup.cs +++ b/samples/AspNetCore3xEndpointSample.Web/Startup.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/samples/AspNetCore3xODataSample.Web/Controllers/CustomersController.cs b/samples/AspNetCore3xODataSample.Web/Controllers/CustomersController.cs index 6eda606d3d..e88fdcb4f6 100644 --- a/samples/AspNetCore3xODataSample.Web/Controllers/CustomersController.cs +++ b/samples/AspNetCore3xODataSample.Web/Controllers/CustomersController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/samples/AspNetCore3xODataSample.Web/Models/CustomerOrder.cs b/samples/AspNetCore3xODataSample.Web/Models/CustomerOrder.cs index ea9ba905ae..d7e3931782 100644 --- a/samples/AspNetCore3xODataSample.Web/Models/CustomerOrder.cs +++ b/samples/AspNetCore3xODataSample.Web/Models/CustomerOrder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; diff --git a/samples/AspNetCore3xODataSample.Web/Models/CustomerOrderContext.cs b/samples/AspNetCore3xODataSample.Web/Models/CustomerOrderContext.cs index 1cdb7293c9..0300cf37d4 100644 --- a/samples/AspNetCore3xODataSample.Web/Models/CustomerOrderContext.cs +++ b/samples/AspNetCore3xODataSample.Web/Models/CustomerOrderContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.EntityFrameworkCore; diff --git a/samples/AspNetCore3xODataSample.Web/Models/EdmModelBuilder.cs b/samples/AspNetCore3xODataSample.Web/Models/EdmModelBuilder.cs index 9fa9080c25..b6e144eac9 100644 --- a/samples/AspNetCore3xODataSample.Web/Models/EdmModelBuilder.cs +++ b/samples/AspNetCore3xODataSample.Web/Models/EdmModelBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; using Microsoft.OData.Edm; @@ -24,4 +28,4 @@ public static IEdmModel GetEdmModel() } } -} \ No newline at end of file +} diff --git a/samples/AspNetCore3xODataSample.Web/Program.cs b/samples/AspNetCore3xODataSample.Web/Program.cs index 8368ae5f26..7aa097645f 100644 --- a/samples/AspNetCore3xODataSample.Web/Program.cs +++ b/samples/AspNetCore3xODataSample.Web/Program.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Hosting; diff --git a/samples/AspNetCore3xODataSample.Web/Startup.cs b/samples/AspNetCore3xODataSample.Web/Startup.cs index b8051e2e6b..c35dfcd152 100644 --- a/samples/AspNetCore3xODataSample.Web/Startup.cs +++ b/samples/AspNetCore3xODataSample.Web/Startup.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using AspNetCore3xODataSample.Web.Models; using Microsoft.AspNet.OData.Extensions; diff --git a/samples/AspNetCoreODataSample.Web/Controllers/CustomersController.cs b/samples/AspNetCoreODataSample.Web/Controllers/CustomersController.cs index c30cccbaf6..8753cadb9e 100644 --- a/samples/AspNetCoreODataSample.Web/Controllers/CustomersController.cs +++ b/samples/AspNetCoreODataSample.Web/Controllers/CustomersController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/samples/AspNetCoreODataSample.Web/Controllers/MoviesController.cs b/samples/AspNetCoreODataSample.Web/Controllers/MoviesController.cs index bdf2af60d2..4449b721b9 100644 --- a/samples/AspNetCoreODataSample.Web/Controllers/MoviesController.cs +++ b/samples/AspNetCoreODataSample.Web/Controllers/MoviesController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/samples/AspNetCoreODataSample.Web/Controllers/PeopleController.cs b/samples/AspNetCoreODataSample.Web/Controllers/PeopleController.cs index cf2848eed7..58902a17ba 100644 --- a/samples/AspNetCoreODataSample.Web/Controllers/PeopleController.cs +++ b/samples/AspNetCoreODataSample.Web/Controllers/PeopleController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using AspNetCoreODataSample.Web.Models; diff --git a/samples/AspNetCoreODataSample.Web/Models/CustomerOrderModel.cs b/samples/AspNetCoreODataSample.Web/Models/CustomerOrderModel.cs index fb9f1c1d23..de17bd5ea3 100644 --- a/samples/AspNetCoreODataSample.Web/Models/CustomerOrderModel.cs +++ b/samples/AspNetCoreODataSample.Web/Models/CustomerOrderModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/samples/AspNetCoreODataSample.Web/Models/EdmModelBuilder.cs b/samples/AspNetCoreODataSample.Web/Models/EdmModelBuilder.cs index 1a9c0c091c..467413771d 100644 --- a/samples/AspNetCoreODataSample.Web/Models/EdmModelBuilder.cs +++ b/samples/AspNetCoreODataSample.Web/Models/EdmModelBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; using Microsoft.OData.Edm; diff --git a/samples/AspNetCoreODataSample.Web/Models/Genre.cs b/samples/AspNetCoreODataSample.Web/Models/Genre.cs index 0036c433a7..b59ab7fd0e 100644 --- a/samples/AspNetCoreODataSample.Web/Models/Genre.cs +++ b/samples/AspNetCoreODataSample.Web/Models/Genre.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace AspNetCoreODataSample.Web.Models { diff --git a/samples/AspNetCoreODataSample.Web/Models/Level.cs b/samples/AspNetCoreODataSample.Web/Models/Level.cs index 50da049367..1c3b27de78 100644 --- a/samples/AspNetCoreODataSample.Web/Models/Level.cs +++ b/samples/AspNetCoreODataSample.Web/Models/Level.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Runtime.Serialization; diff --git a/samples/AspNetCoreODataSample.Web/Models/Movie.cs b/samples/AspNetCoreODataSample.Web/Models/Movie.cs index d584a37ac8..6ce6fcf0a3 100644 --- a/samples/AspNetCoreODataSample.Web/Models/Movie.cs +++ b/samples/AspNetCoreODataSample.Web/Models/Movie.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/samples/AspNetCoreODataSample.Web/Models/MovieContext.cs b/samples/AspNetCoreODataSample.Web/Models/MovieContext.cs index f76826a0a1..5af64f6690 100644 --- a/samples/AspNetCoreODataSample.Web/Models/MovieContext.cs +++ b/samples/AspNetCoreODataSample.Web/Models/MovieContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.EntityFrameworkCore; diff --git a/samples/AspNetCoreODataSample.Web/Models/MovieStar.cs b/samples/AspNetCoreODataSample.Web/Models/MovieStar.cs index 99893f548d..de8a2b60de 100644 --- a/samples/AspNetCoreODataSample.Web/Models/MovieStar.cs +++ b/samples/AspNetCoreODataSample.Web/Models/MovieStar.cs @@ -1,4 +1,11 @@ -namespace AspNetCoreODataSample.Web.Models +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +namespace AspNetCoreODataSample.Web.Models { public class MovieStar { @@ -10,4 +17,4 @@ public class MovieStar public string LastName { get; set; } } -} \ No newline at end of file +} diff --git a/samples/AspNetCoreODataSample.Web/Models/Person.cs b/samples/AspNetCoreODataSample.Web/Models/Person.cs index fbcee7242c..9130d9c6b7 100644 --- a/samples/AspNetCoreODataSample.Web/Models/Person.cs +++ b/samples/AspNetCoreODataSample.Web/Models/Person.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; diff --git a/samples/AspNetCoreODataSample.Web/Program.cs b/samples/AspNetCoreODataSample.Web/Program.cs index 4772a7368b..f3adf83994 100644 --- a/samples/AspNetCoreODataSample.Web/Program.cs +++ b/samples/AspNetCoreODataSample.Web/Program.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; diff --git a/samples/AspNetCoreODataSample.Web/Startup.cs b/samples/AspNetCoreODataSample.Web/Startup.cs index 6518f0198b..a2e41ad9d9 100644 --- a/samples/AspNetCoreODataSample.Web/Startup.cs +++ b/samples/AspNetCoreODataSample.Web/Startup.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; diff --git a/samples/AspNetODataSample.Web/App_Start/WebApiConfig.cs b/samples/AspNetODataSample.Web/App_Start/WebApiConfig.cs index 7a1355dc59..99d72a5e0a 100644 --- a/samples/AspNetODataSample.Web/App_Start/WebApiConfig.cs +++ b/samples/AspNetODataSample.Web/App_Start/WebApiConfig.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Web.Http; using AspNetODataSample.Web.Models; diff --git a/samples/AspNetODataSample.Web/Controllers/ODataOperationImportController.cs b/samples/AspNetODataSample.Web/Controllers/ODataOperationImportController.cs index 3f5c71079b..97d90bdda9 100644 --- a/samples/AspNetODataSample.Web/Controllers/ODataOperationImportController.cs +++ b/samples/AspNetODataSample.Web/Controllers/ODataOperationImportController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Web.Http; @@ -16,4 +20,4 @@ public IHttpActionResult RateByOrder(int order) return Ok($"In RateByOrder using Order = {order}"); } } -} \ No newline at end of file +} diff --git a/samples/AspNetODataSample.Web/Controllers/TodoItemsController.cs b/samples/AspNetODataSample.Web/Controllers/TodoItemsController.cs index 88848fdabb..ba4fd8a00d 100644 --- a/samples/AspNetODataSample.Web/Controllers/TodoItemsController.cs +++ b/samples/AspNetODataSample.Web/Controllers/TodoItemsController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Web.Http; @@ -45,4 +49,4 @@ public IHttpActionResult Post(TodoItem item) return Created(item); } } -} \ No newline at end of file +} diff --git a/samples/AspNetODataSample.Web/Global.asax.cs b/samples/AspNetODataSample.Web/Global.asax.cs index a75bb47339..570817d199 100644 --- a/samples/AspNetODataSample.Web/Global.asax.cs +++ b/samples/AspNetODataSample.Web/Global.asax.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Web.Http; diff --git a/samples/AspNetODataSample.Web/Models/DataSource.cs b/samples/AspNetODataSample.Web/Models/DataSource.cs index dda8357516..91d1e174db 100644 --- a/samples/AspNetODataSample.Web/Models/DataSource.cs +++ b/samples/AspNetODataSample.Web/Models/DataSource.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; @@ -42,4 +46,4 @@ public static IList GetTodoItems() return _items; } } -} \ No newline at end of file +} diff --git a/samples/AspNetODataSample.Web/Models/EdmModelBuilder.cs b/samples/AspNetODataSample.Web/Models/EdmModelBuilder.cs index 26c65f3553..bd0553bc43 100644 --- a/samples/AspNetODataSample.Web/Models/EdmModelBuilder.cs +++ b/samples/AspNetODataSample.Web/Models/EdmModelBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; using Microsoft.OData.Edm; @@ -26,4 +30,4 @@ public static IEdmModel GetEdmModel() return _model; } } -} \ No newline at end of file +} diff --git a/samples/AspNetODataSample.Web/Models/TodoItem.cs b/samples/AspNetODataSample.Web/Models/TodoItem.cs index a694c28eaa..ecb91e9c44 100644 --- a/samples/AspNetODataSample.Web/Models/TodoItem.cs +++ b/samples/AspNetODataSample.Web/Models/TodoItem.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace AspNetODataSample.Web.Models { @@ -9,4 +13,4 @@ public class TodoItem public string Name { get; set; } public bool IsComplete { get; set; } } -} \ No newline at end of file +} diff --git a/samples/AspNetODataSample.Web/Models/TodoItemContext.cs b/samples/AspNetODataSample.Web/Models/TodoItemContext.cs index 98831347e1..e658caa153 100644 --- a/samples/AspNetODataSample.Web/Models/TodoItemContext.cs +++ b/samples/AspNetODataSample.Web/Models/TodoItemContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Data.Entity; @@ -9,4 +13,4 @@ public class TodoItemContext : DbContext { public DbSet TodoItems { get; set; } } -} \ No newline at end of file +} diff --git a/samples/AspNetODataSample.Web/Properties/AssemblyInfo.cs b/samples/AspNetODataSample.Web/Properties/AssemblyInfo.cs index 6c6e473732..67f61cde26 100644 --- a/samples/AspNetODataSample.Web/Properties/AssemblyInfo.cs +++ b/samples/AspNetODataSample.Web/Properties/AssemblyInfo.cs @@ -1,4 +1,11 @@ -using System.Reflection; +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -10,7 +17,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("AspNetODataSample.Web")] -[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyCopyright("Copyright © 2018")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/src/CommonAssemblyInfo.cs b/src/CommonAssemblyInfo.cs index 522a341f32..d9467db637 100644 --- a/src/CommonAssemblyInfo.cs +++ b/src/CommonAssemblyInfo.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Reflection; diff --git a/src/GlobalSuppressions.cs b/src/GlobalSuppressions.cs index ccb18befdd..1558193e78 100644 --- a/src/GlobalSuppressions.cs +++ b/src/GlobalSuppressions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.CodeAnalysis; diff --git a/src/Microsoft.AspNet.OData.Shared/Batch/ODataBatchContent.cs b/src/Microsoft.AspNet.OData.Shared/Batch/ODataBatchContent.cs index ee8abb0e8f..d3238655e0 100644 --- a/src/Microsoft.AspNet.OData.Shared/Batch/ODataBatchContent.cs +++ b/src/Microsoft.AspNet.OData.Shared/Batch/ODataBatchContent.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -60,4 +64,4 @@ private async Task WriteToResponseMessageAsync(IODataResponseMessage responseMes await writer.WriteEndBatchAsync(); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Batch/ODataBatchHandler.cs b/src/Microsoft.AspNet.OData.Shared/Batch/ODataBatchHandler.cs index af04043da0..fd84167352 100644 --- a/src/Microsoft.AspNet.OData.Shared/Batch/ODataBatchHandler.cs +++ b/src/Microsoft.AspNet.OData.Shared/Batch/ODataBatchHandler.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Interfaces; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/ActionConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/ActionConfiguration.cs index 4d117676e8..fbe1975ee1 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/ActionConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/ActionConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/ActionOnDeleteAttribute.cs b/src/Microsoft.AspNet.OData.Shared/Builder/ActionOnDeleteAttribute.cs index 7de1e0b302..f27cb02028 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/ActionOnDeleteAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/ActionOnDeleteAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/AutoExpandAttribute.cs b/src/Microsoft.AspNet.OData.Shared/Builder/AutoExpandAttribute.cs index dfa4159679..ccc4b34356 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/AutoExpandAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/AutoExpandAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/BindableOperationFinder.cs b/src/Microsoft.AspNet.OData.Shared/Builder/BindableOperationFinder.cs index bc1bcab5a4..85cac5803e 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/BindableOperationFinder.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/BindableOperationFinder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/BindingParameterConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/BindingParameterConfiguration.cs index e14b343518..9f75f1ba52 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/BindingParameterConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/BindingParameterConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/BindingPathConfigurationOfTStructuralType.cs b/src/Microsoft.AspNet.OData.Shared/Builder/BindingPathConfigurationOfTStructuralType.cs index ebd9a9f733..ab39b7ef12 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/BindingPathConfigurationOfTStructuralType.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/BindingPathConfigurationOfTStructuralType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/BindingPathHelper.cs b/src/Microsoft.AspNet.OData.Shared/Builder/BindingPathHelper.cs index 3fe7eb64a6..60da3fc64d 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/BindingPathHelper.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/BindingPathHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/CapabilitiesNavigationType.cs b/src/Microsoft.AspNet.OData.Shared/Builder/CapabilitiesNavigationType.cs index 7aa60add38..a0205ebba3 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/CapabilitiesNavigationType.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/CapabilitiesNavigationType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Builder { @@ -23,4 +27,4 @@ internal enum CapabilitiesNavigationType /// None } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/CapabilitiesVocabularyConstants.cs b/src/Microsoft.AspNet.OData.Shared/Builder/CapabilitiesVocabularyConstants.cs index 0a4f19ad9f..e1b0c55111 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/CapabilitiesVocabularyConstants.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/CapabilitiesVocabularyConstants.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Builder { diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/CapabilitiesVocabularyExtensionMethods.cs b/src/Microsoft.AspNet.OData.Shared/Builder/CapabilitiesVocabularyExtensionMethods.cs index df75bb3867..36e5c6a20d 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/CapabilitiesVocabularyExtensionMethods.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/CapabilitiesVocabularyExtensionMethods.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/CollectionPropertyConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/CollectionPropertyConfiguration.cs index 18eb976e8e..06d40326eb 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/CollectionPropertyConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/CollectionPropertyConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Reflection; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/CollectionTypeConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/CollectionTypeConfiguration.cs index 8c86672ec2..67c92ddbdc 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/CollectionTypeConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/CollectionTypeConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Globalization; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/ComplexPropertyConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/ComplexPropertyConfiguration.cs index e2034f0dd5..39f5439d86 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/ComplexPropertyConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/ComplexPropertyConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Reflection; @@ -74,4 +78,4 @@ public ComplexPropertyConfiguration HasDerivedTypeConstraint() return this; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/ComplexTypeConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/ComplexTypeConfiguration.cs index ead59e4b9e..0fde2a585c 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/ComplexTypeConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/ComplexTypeConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/ComplexTypeConfigurationOfTComplexType.cs b/src/Microsoft.AspNet.OData.Shared/Builder/ComplexTypeConfigurationOfTComplexType.cs index 88e3d39b24..200ac639ad 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/ComplexTypeConfigurationOfTComplexType.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/ComplexTypeConfigurationOfTComplexType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/ContainedAttribute.cs b/src/Microsoft.AspNet.OData.Shared/Builder/ContainedAttribute.cs index 1a12515f80..a237c9fa72 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/ContainedAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/ContainedAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/ContainmentPathBuilder.cs b/src/Microsoft.AspNet.OData.Shared/Builder/ContainmentPathBuilder.cs index 0d76f38b92..07862bf96c 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/ContainmentPathBuilder.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/ContainmentPathBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Diagnostics.Contracts; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/AbstractEntityTypeDiscoveryConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/AbstractEntityTypeDiscoveryConvention.cs index 809520dff3..559388f47f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/AbstractEntityTypeDiscoveryConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/AbstractEntityTypeDiscoveryConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Builder.Conventions { diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/AbstractTypeDiscoveryConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/AbstractTypeDiscoveryConvention.cs index 40c984aeb5..ff97a93db4 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/AbstractTypeDiscoveryConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/AbstractTypeDiscoveryConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Builder.Conventions { diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/ActionLinkGenerationConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/ActionLinkGenerationConvention.cs index 554b1837fc..0e83286a65 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/ActionLinkGenerationConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/ActionLinkGenerationConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/AssociationSetDiscoveryConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/AssociationSetDiscoveryConvention.cs index f3732a22a6..80fa0ac84a 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/AssociationSetDiscoveryConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/AssociationSetDiscoveryConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ActionOnDeleteAttributeConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ActionOnDeleteAttributeConvention.cs index 3d556fcbdc..ef252528c3 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ActionOnDeleteAttributeConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ActionOnDeleteAttributeConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/AttributeConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/AttributeConvention.cs index fba65b6eab..21646d1278 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/AttributeConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/AttributeConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/AttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/AttributeEdmPropertyConvention.cs index ef3348c992..f49ff696fd 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/AttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/AttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/AttributeEdmTypeConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/AttributeEdmTypeConvention.cs index f4ac7acea8..6cf65266ac 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/AttributeEdmTypeConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/AttributeEdmTypeConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/AutoExpandAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/AutoExpandAttributeEdmPropertyConvention.cs index a5ef2e7263..b93e991f61 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/AutoExpandAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/AutoExpandAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/AutoExpandAttributeEdmTypeConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/AutoExpandAttributeEdmTypeConvention.cs index ab4ec21c76..21a6c9042a 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/AutoExpandAttributeEdmTypeConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/AutoExpandAttributeEdmTypeConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ColumnAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ColumnAttributeEdmPropertyConvention.cs index 799be114f7..28a1dd6705 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ColumnAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ColumnAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel.DataAnnotations.Schema; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ComplexTypeAttributeConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ComplexTypeAttributeConvention.cs index 7ec7f93fe3..75013de5f2 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ComplexTypeAttributeConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ComplexTypeAttributeConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel.DataAnnotations.Schema; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ConcurrencyCheckAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ConcurrencyCheckAttributeEdmPropertyConvention.cs index cbea8b615d..f1a08547e1 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ConcurrencyCheckAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ConcurrencyCheckAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel.DataAnnotations; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/CountAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/CountAttributeEdmPropertyConvention.cs index 8828782c8b..641d5aa649 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/CountAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/CountAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/CountAttributeEdmTypeConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/CountAttributeEdmTypeConvention.cs index 27c4762c8a..dba23d1945 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/CountAttributeEdmTypeConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/CountAttributeEdmTypeConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/DataContractAttributeEdmTypeConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/DataContractAttributeEdmTypeConvention.cs index 642581dded..690d1b25f6 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/DataContractAttributeEdmTypeConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/DataContractAttributeEdmTypeConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/DataContractAttributeEnumTypeConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/DataContractAttributeEnumTypeConvention.cs index 1cc236c1a2..a614f16a44 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/DataContractAttributeEnumTypeConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/DataContractAttributeEnumTypeConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/DataMemberAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/DataMemberAttributeEdmPropertyConvention.cs index 2269869685..3487b75f43 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/DataMemberAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/DataMemberAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/DefaultValueAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/DefaultValueAttributeEdmPropertyConvention.cs index 17c17378a7..7ff0c6b15c 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/DefaultValueAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/DefaultValueAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/DerivedTypeConstraintAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/DerivedTypeConstraintAttributeEdmPropertyConvention.cs index bbdcec7a4e..f93ac0b052 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/DerivedTypeConstraintAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/DerivedTypeConstraintAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ExpandAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ExpandAttributeEdmPropertyConvention.cs index 427fdb04a9..3e46aceecd 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ExpandAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ExpandAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ExpandAttributeEdmTypeConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ExpandAttributeEdmTypeConvention.cs index 29d4816340..7852714d0e 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ExpandAttributeEdmTypeConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ExpandAttributeEdmTypeConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/FilterAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/FilterAttributeEdmPropertyConvention.cs index ad67cdc41f..9221e9703a 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/FilterAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/FilterAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/FilterAttributeEdmTypeConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/FilterAttributeEdmTypeConvention.cs index 54a28c2fee..62d4921d52 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/FilterAttributeEdmTypeConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/FilterAttributeEdmTypeConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ForeignKeyAttributeConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ForeignKeyAttributeConvention.cs index 7ded2e39f4..8b0384ea8f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ForeignKeyAttributeConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/ForeignKeyAttributeConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/IgnoreDataMemberAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/IgnoreDataMemberAttributeEdmPropertyConvention.cs index 21e9a6db85..5b75c5caf1 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/IgnoreDataMemberAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/IgnoreDataMemberAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/KeyAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/KeyAttributeEdmPropertyConvention.cs index 745c1e6f7d..84bd20023e 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/KeyAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/KeyAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel.DataAnnotations; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/MaxLengthAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/MaxLengthAttributeEdmPropertyConvention.cs index d897a1624b..d230e4a42d 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/MaxLengthAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/MaxLengthAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel.DataAnnotations; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/MediaTypeAttributeConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/MediaTypeAttributeConvention.cs index 31027691bd..c16a16cf80 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/MediaTypeAttributeConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/MediaTypeAttributeConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NonFilterableAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NonFilterableAttributeEdmPropertyConvention.cs index 5a891bca42..638aa3a5cb 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NonFilterableAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NonFilterableAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotCountableAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotCountableAttributeEdmPropertyConvention.cs index 5c6d6816e0..18b66d6345 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotCountableAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotCountableAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; @@ -30,4 +34,4 @@ public override void Apply(PropertyConfiguration edmProperty, } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotExpandableAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotExpandableAttributeEdmPropertyConvention.cs index 920574c34f..7f070bfae3 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotExpandableAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotExpandableAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotFilterableAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotFilterableAttributeEdmPropertyConvention.cs index cdf5d32d91..2c1ef42914 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotFilterableAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotFilterableAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotMappedAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotMappedAttributeEdmPropertyConvention.cs index 2b2b189107..46198d2ec0 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotMappedAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotMappedAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotNavigableAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotNavigableAttributeEdmPropertyConvention.cs index e972a1d967..e98bda77f7 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotNavigableAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotNavigableAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotSortableAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotSortableAttributeEdmPropertyConvention.cs index e4c03230a8..bbd6be210f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotSortableAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/NotSortableAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/OrderByAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/OrderByAttributeEdmPropertyConvention.cs index a50e02da01..0bce099695 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/OrderByAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/OrderByAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/OrderByAttributeEdmTypeConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/OrderByAttributeEdmTypeConvention.cs index f508456c41..2d447635f8 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/OrderByAttributeEdmTypeConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/OrderByAttributeEdmTypeConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/PageAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/PageAttributeEdmPropertyConvention.cs index 6952ee8e43..b8c4cb7538 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/PageAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/PageAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/PageAttributeEdmTypeConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/PageAttributeEdmTypeConvention.cs index d6e7523aa8..61f174db57 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/PageAttributeEdmTypeConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/PageAttributeEdmTypeConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/RequiredAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/RequiredAttributeEdmPropertyConvention.cs index dfc86ccefb..6637ccdee1 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/RequiredAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/RequiredAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel.DataAnnotations; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/SelectAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/SelectAttributeEdmPropertyConvention.cs index 6115b08af7..33279c206b 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/SelectAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/SelectAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/SelectAttributeEdmTypeConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/SelectAttributeEdmTypeConvention.cs index 7a4a7427f4..1eb446275f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/SelectAttributeEdmTypeConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/SelectAttributeEdmTypeConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/TimestampAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/TimestampAttributeEdmPropertyConvention.cs index 044e64c10b..1d07b95c2e 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/TimestampAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/TimestampAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/UnsortableAttributeEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/UnsortableAttributeEdmPropertyConvention.cs index e077686aab..7190b7276c 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/UnsortableAttributeEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/Attributes/UnsortableAttributeEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/ConventionsHelpers.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/ConventionsHelpers.cs index 21a4194424..a67090b7ab 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/ConventionsHelpers.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/ConventionsHelpers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/EntityKeyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/EntityKeyConvention.cs index 14703f3010..8d28e64676 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/EntityKeyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/EntityKeyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/EntityTypeConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/EntityTypeConvention.cs index 0188c81e3b..a00db3b6ab 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/EntityTypeConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/EntityTypeConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Builder.Conventions { diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/ForeignKeyDiscoveryConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/ForeignKeyDiscoveryConvention.cs index 3eabb7bd73..a6d9ced2fd 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/ForeignKeyDiscoveryConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/ForeignKeyDiscoveryConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/FunctionLinkGenerationConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/FunctionLinkGenerationConvention.cs index e16e04376f..13faabccad 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/FunctionLinkGenerationConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/FunctionLinkGenerationConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/IConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/IConvention.cs index a4788afb54..b34e0cd979 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/IConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/IConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.CodeAnalysis; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/IEdmPropertyConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/IEdmPropertyConvention.cs index 8b8c69b526..f5602d9f83 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/IEdmPropertyConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/IEdmPropertyConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Builder.Conventions { diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/IEdmPropertyConventionOfTPropertyConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/IEdmPropertyConventionOfTPropertyConfiguration.cs index 7072c3bf97..ca6dadece7 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/IEdmPropertyConventionOfTPropertyConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/IEdmPropertyConventionOfTPropertyConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Builder.Conventions { diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/IEdmTypeConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/IEdmTypeConvention.cs index c5ff8cf56a..ffa0e51841 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/IEdmTypeConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/IEdmTypeConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Builder.Conventions { diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/INavigationSourceConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/INavigationSourceConvention.cs index b94728f57f..027c04b4a0 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/INavigationSourceConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/INavigationSourceConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Builder.Conventions { diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/IOperationConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/IOperationConvention.cs index 4a7aa0ad7e..8cb7fcc498 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/IOperationConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/IOperationConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Builder.Conventions { diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/NavigationLinksGenerationConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/NavigationLinksGenerationConvention.cs index ea6a56d03e..d1d34ab8b8 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/NavigationLinksGenerationConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/NavigationLinksGenerationConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/SelfLinksGenerationConvention.cs b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/SelfLinksGenerationConvention.cs index 2ba44eea76..4bb62b74cb 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/SelfLinksGenerationConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/Conventions/SelfLinksGenerationConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/DecimalPropertyConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/DecimalPropertyConfiguration.cs index e271844535..23bc7a2647 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/DecimalPropertyConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/DecimalPropertyConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Reflection; @@ -26,4 +30,4 @@ public DecimalPropertyConfiguration(PropertyInfo property, StructuralTypeConfigu /// public int? Scale { get; set; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/DerivedTypeConstraintAttribute.cs b/src/Microsoft.AspNet.OData.Shared/Builder/DerivedTypeConstraintAttribute.cs index f24a5ebb6b..62da93cb78 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/DerivedTypeConstraintAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/DerivedTypeConstraintAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using System; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/DerivedTypeConstraintConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/DerivedTypeConstraintConfiguration.cs index ae0a6bd410..a892e1c2e0 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/DerivedTypeConstraintConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/DerivedTypeConstraintConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/DynamicPropertyDictionaryAnnotation.cs b/src/Microsoft.AspNet.OData.Shared/Builder/DynamicPropertyDictionaryAnnotation.cs index 5daafd88f8..cc1e566606 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/DynamicPropertyDictionaryAnnotation.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/DynamicPropertyDictionaryAnnotation.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Reflection; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/EdmModelHelperMethods.cs b/src/Microsoft.AspNet.OData.Shared/Builder/EdmModelHelperMethods.cs index a161d93110..8337a6faa2 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/EdmModelHelperMethods.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/EdmModelHelperMethods.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/EdmTypeBuilder.cs b/src/Microsoft.AspNet.OData.Shared/Builder/EdmTypeBuilder.cs index af528225fd..c07c04b857 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/EdmTypeBuilder.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/EdmTypeBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -18,7 +22,7 @@ namespace Microsoft.AspNet.OData.Builder /// /// builds 's from 's. /// - [SuppressMessage("Microsoft.Maintainability", "CA1506:AvoidExcessiveClassCoupling", Justification = "Class coupling acceptable")] + [SuppressMessage("Microsoft.Maintainability", "CA1506:AvoidExcessiveClassCoupling", Justification = "Class coupling acceptable")] internal class EdmTypeBuilder { private readonly List _configurations; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/EdmTypeConfigurationExtensions.cs b/src/Microsoft.AspNet.OData.Shared/Builder/EdmTypeConfigurationExtensions.cs index ab05bf4d82..80607330e6 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/EdmTypeConfigurationExtensions.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/EdmTypeConfigurationExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Diagnostics.Contracts; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/EdmTypeMap.cs b/src/Microsoft.AspNet.OData.Shared/Builder/EdmTypeMap.cs index 92b3cf705a..e25af27610 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/EdmTypeMap.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/EdmTypeMap.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/EntityCollectionConfigurationOfTEntityType.cs b/src/Microsoft.AspNet.OData.Shared/Builder/EntityCollectionConfigurationOfTEntityType.cs index 0759c821ff..191bdf3e31 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/EntityCollectionConfigurationOfTEntityType.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/EntityCollectionConfigurationOfTEntityType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Diagnostics.Contracts; @@ -44,4 +48,4 @@ public FunctionConfiguration Function(string name) return configuration; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/EntitySetConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/EntitySetConfiguration.cs index e79faa5c35..11c3e49c69 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/EntitySetConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/EntitySetConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/EntitySetConfigurationOfTEntityType.cs b/src/Microsoft.AspNet.OData.Shared/Builder/EntitySetConfigurationOfTEntityType.cs index a2c91ee1e6..926093960a 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/EntitySetConfigurationOfTEntityType.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/EntitySetConfigurationOfTEntityType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/EntityTypeConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/EntityTypeConfiguration.cs index 4caef94c0d..0f34918c2b 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/EntityTypeConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/EntityTypeConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/EntityTypeConfigurationOfTEntityType.cs b/src/Microsoft.AspNet.OData.Shared/Builder/EntityTypeConfigurationOfTEntityType.cs index e6cd007f9c..fcf3492c55 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/EntityTypeConfigurationOfTEntityType.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/EntityTypeConfigurationOfTEntityType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/EnumMemberConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/EnumMemberConfiguration.cs index c9509c0098..6d8e10b870 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/EnumMemberConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/EnumMemberConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.Contracts; @@ -75,4 +79,4 @@ public string Name /// The default value is true public bool AddedExplicitly { get; set; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/EnumPropertyConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/EnumPropertyConfiguration.cs index 0ed2eba4ff..e4cb9fd992 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/EnumPropertyConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/EnumPropertyConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Reflection; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/EnumTypeConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/EnumTypeConfiguration.cs index 48279da3d9..f31ff1661a 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/EnumTypeConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/EnumTypeConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/EnumTypeConfigurationOfTEnumType.cs b/src/Microsoft.AspNet.OData.Shared/Builder/EnumTypeConfigurationOfTEnumType.cs index 881b392b66..14520d30be 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/EnumTypeConfigurationOfTEnumType.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/EnumTypeConfigurationOfTEnumType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -93,4 +97,4 @@ public EnumMemberConfiguration Member(TEnumType enumMember) return _configuration.AddMember((Enum)(object)enumMember); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/FunctionConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/FunctionConfiguration.cs index 382895585c..ca6489e696 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/FunctionConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/FunctionConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/IEdmTypeConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/IEdmTypeConfiguration.cs index 7f76ce1bec..ec53f655e9 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/IEdmTypeConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/IEdmTypeConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/IODataInstanceAnnotationContainer.cs b/src/Microsoft.AspNet.OData.Shared/Builder/IODataInstanceAnnotationContainer.cs index b6118ac630..619e1023b5 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/IODataInstanceAnnotationContainer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/IODataInstanceAnnotationContainer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/InstanceAnnotationContainerAnnotation.cs b/src/Microsoft.AspNet.OData.Shared/Builder/InstanceAnnotationContainerAnnotation.cs index 87638c87e5..4ec2cd4199 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/InstanceAnnotationContainerAnnotation.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/InstanceAnnotationContainerAnnotation.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Reflection; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/LengthPropertyConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/LengthPropertyConfiguration.cs index 2e646468a8..668f9778da 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/LengthPropertyConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/LengthPropertyConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Reflection; @@ -26,4 +30,4 @@ public LengthPropertyConfiguration(PropertyInfo property, StructuralTypeConfigur /// public int? MaxLength { get; set; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/LinkGenerationHelpers.cs b/src/Microsoft.AspNet.OData.Shared/Builder/LinkGenerationHelpers.cs index 07deb35170..c4d4b109e9 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/LinkGenerationHelpers.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/LinkGenerationHelpers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/LowerCamelCaser.cs b/src/Microsoft.AspNet.OData.Shared/Builder/LowerCamelCaser.cs index 9bd1b4ed96..cd34c71c72 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/LowerCamelCaser.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/LowerCamelCaser.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/MediaTypeAttribute.cs b/src/Microsoft.AspNet.OData.Shared/Builder/MediaTypeAttribute.cs index fb91b33f31..bf54a33b8b 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/MediaTypeAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/MediaTypeAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/NameResolverOptions.cs b/src/Microsoft.AspNet.OData.Shared/Builder/NameResolverOptions.cs index 41305f8d82..16cfec6128 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/NameResolverOptions.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/NameResolverOptions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/NavigationLinkBuilder.cs b/src/Microsoft.AspNet.OData.Shared/Builder/NavigationLinkBuilder.cs index 1b125e48e1..e53409cf1d 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/NavigationLinkBuilder.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/NavigationLinkBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/NavigationPropertyBindingConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/NavigationPropertyBindingConfiguration.cs index 0124591ea7..467ddc2291 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/NavigationPropertyBindingConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/NavigationPropertyBindingConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Reflection; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/NavigationPropertyBindingOption.cs b/src/Microsoft.AspNet.OData.Shared/Builder/NavigationPropertyBindingOption.cs index 3962997cd2..5aec0bfdea 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/NavigationPropertyBindingOption.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/NavigationPropertyBindingOption.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Builder { diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/NavigationPropertyConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/NavigationPropertyConfiguration.cs index 415cc6f8ea..60173b5d27 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/NavigationPropertyConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/NavigationPropertyConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/NavigationPropertyExtensions.cs b/src/Microsoft.AspNet.OData.Shared/Builder/NavigationPropertyExtensions.cs index 2c26940630..3595351699 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/NavigationPropertyExtensions.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/NavigationPropertyExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/NavigationSourceAndAnnotations.cs b/src/Microsoft.AspNet.OData.Shared/Builder/NavigationSourceAndAnnotations.cs index 56873ba6bf..caec384501 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/NavigationSourceAndAnnotations.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/NavigationSourceAndAnnotations.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/NavigationSourceConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/NavigationSourceConfiguration.cs index 8dc530a2d2..5cdfbcc39d 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/NavigationSourceConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/NavigationSourceConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/NavigationSourceConfigurationOfTEntityType.cs b/src/Microsoft.AspNet.OData.Shared/Builder/NavigationSourceConfigurationOfTEntityType.cs index 98cc80bc09..41fb480b8f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/NavigationSourceConfigurationOfTEntityType.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/NavigationSourceConfigurationOfTEntityType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/NavigationSourceLinkBuilderAnnotation.cs b/src/Microsoft.AspNet.OData.Shared/Builder/NavigationSourceLinkBuilderAnnotation.cs index b2f4ed9319..f65834550b 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/NavigationSourceLinkBuilderAnnotation.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/NavigationSourceLinkBuilderAnnotation.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/NavigationSourceUrlAnnotation.cs b/src/Microsoft.AspNet.OData.Shared/Builder/NavigationSourceUrlAnnotation.cs index 14e9190096..5631d3a3cc 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/NavigationSourceUrlAnnotation.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/NavigationSourceUrlAnnotation.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Builder { diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/NonBindingParameterConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/NonBindingParameterConfiguration.cs index 30a315985e..d84be338e0 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/NonBindingParameterConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/NonBindingParameterConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Builder { diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/NullableEnumTypeConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/NullableEnumTypeConfiguration.cs index 74c0285163..b86b5a3efa 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/NullableEnumTypeConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/NullableEnumTypeConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/ODataConventionModelBuilder.cs b/src/Microsoft.AspNet.OData.Shared/Builder/ODataConventionModelBuilder.cs index 2d8d2a0d65..ff65fa77d1 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/ODataConventionModelBuilder.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/ODataConventionModelBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/ODataConventionModelBuilderExtensions.cs b/src/Microsoft.AspNet.OData.Shared/Builder/ODataConventionModelBuilderExtensions.cs index 154cd790ce..49cfc39c33 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/ODataConventionModelBuilderExtensions.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/ODataConventionModelBuilderExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.ComponentModel; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/ODataInstanceAnnotationContainer.cs b/src/Microsoft.AspNet.OData.Shared/Builder/ODataInstanceAnnotationContainer.cs index 7c74c8057e..7b57e51dab 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/ODataInstanceAnnotationContainer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/ODataInstanceAnnotationContainer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/ODataModelBuilder.cs b/src/Microsoft.AspNet.OData.Shared/Builder/ODataModelBuilder.cs index 7a8244d481..fe30942e0d 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/ODataModelBuilder.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/ODataModelBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/OperationConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/OperationConfiguration.cs index 59e7f564c7..10cd67f2e2 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/OperationConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/OperationConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/OperationKind.cs b/src/Microsoft.AspNet.OData.Shared/Builder/OperationKind.cs index 89ff963425..0f9f597ada 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/OperationKind.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/OperationKind.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Builder { diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/OperationLinkBuilder.cs b/src/Microsoft.AspNet.OData.Shared/Builder/OperationLinkBuilder.cs index 9f72f40c12..5702ea306e 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/OperationLinkBuilder.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/OperationLinkBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/OperationTitleAnnotation.cs b/src/Microsoft.AspNet.OData.Shared/Builder/OperationTitleAnnotation.cs index c2638dbc17..b87082534f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/OperationTitleAnnotation.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/OperationTitleAnnotation.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Builder { diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/ParameterConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/ParameterConfiguration.cs index 0a37702edd..9cdd4828cf 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/ParameterConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/ParameterConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/PrecisionPropertyConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/PrecisionPropertyConfiguration.cs index 0a68dc143f..d6981a02da 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/PrecisionPropertyConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/PrecisionPropertyConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Reflection; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/PrimitivePropertyConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/PrimitivePropertyConfiguration.cs index ae3562f249..71d16dc2bd 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/PrimitivePropertyConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/PrimitivePropertyConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Reflection; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/PrimitivePropertyConfigurationExtensions.cs b/src/Microsoft.AspNet.OData.Shared/Builder/PrimitivePropertyConfigurationExtensions.cs index 300a3dba9d..ca10ece232 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/PrimitivePropertyConfigurationExtensions.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/PrimitivePropertyConfigurationExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/PrimitiveTypeConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/PrimitiveTypeConfiguration.cs index 7d6124e8c0..37f7f0258b 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/PrimitiveTypeConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/PrimitiveTypeConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/PropertyConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/PropertyConfiguration.cs index caf9667fb0..d266cfd6f3 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/PropertyConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/PropertyConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/PropertyKind.cs b/src/Microsoft.AspNet.OData.Shared/Builder/PropertyKind.cs index 5fe6aeaad7..fe8455c47d 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/PropertyKind.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/PropertyKind.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Builder { @@ -44,4 +48,3 @@ public enum PropertyKind InstanceAnnotations = 6 } } - diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/PropertyPairSelectorVisitor.cs b/src/Microsoft.AspNet.OData.Shared/Builder/PropertyPairSelectorVisitor.cs index ae1d2520db..b69008487f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/PropertyPairSelectorVisitor.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/PropertyPairSelectorVisitor.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/PropertySelectorVisitor.cs b/src/Microsoft.AspNet.OData.Shared/Builder/PropertySelectorVisitor.cs index 25896a8ab7..b1f4f9f187 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/PropertySelectorVisitor.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/PropertySelectorVisitor.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/QueryConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/QueryConfiguration.cs index cd25f01f6e..9892c26d47 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/QueryConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/QueryConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Query; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/ReturnedEntitySetAnnotation.cs b/src/Microsoft.AspNet.OData.Shared/Builder/ReturnedEntitySetAnnotation.cs index 1d715b7b62..1dbab004e7 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/ReturnedEntitySetAnnotation.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/ReturnedEntitySetAnnotation.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/SelfLinkBuilder.cs b/src/Microsoft.AspNet.OData.Shared/Builder/SelfLinkBuilder.cs index b5311e5e5e..13ff4a0c42 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/SelfLinkBuilder.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/SelfLinkBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/SingletonAttribute.cs b/src/Microsoft.AspNet.OData.Shared/Builder/SingletonAttribute.cs index 2b741d8931..10a47228ae 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/SingletonAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/SingletonAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/SingletonConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/SingletonConfiguration.cs index 77f82ed69a..1021b97532 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/SingletonConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/SingletonConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/SingletonConfigurationOfTEntityType.cs b/src/Microsoft.AspNet.OData.Shared/Builder/SingletonConfigurationOfTEntityType.cs index 990e8a63e7..2105e83a76 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/SingletonConfigurationOfTEntityType.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/SingletonConfigurationOfTEntityType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/StructuralPropertyConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/StructuralPropertyConfiguration.cs index f31d7a13b9..245c29cbd1 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/StructuralPropertyConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/StructuralPropertyConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Reflection; using Microsoft.AspNet.OData.Formatter; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/StructuralTypeConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Builder/StructuralTypeConfiguration.cs index e8bb0609a8..92ae38c776 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/StructuralTypeConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/StructuralTypeConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Builder/StructuralTypeConfigurationOfTStructuralType.cs b/src/Microsoft.AspNet.OData.Shared/Builder/StructuralTypeConfigurationOfTStructuralType.cs index e56ecf369d..85004b50e8 100644 --- a/src/Microsoft.AspNet.OData.Shared/Builder/StructuralTypeConfigurationOfTStructuralType.cs +++ b/src/Microsoft.AspNet.OData.Shared/Builder/StructuralTypeConfigurationOfTStructuralType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/src/Microsoft.AspNet.OData.Shared/ClrEnumMemberAnnotation.cs b/src/Microsoft.AspNet.OData.Shared/ClrEnumMemberAnnotation.cs index c5d7454463..79fa25168b 100644 --- a/src/Microsoft.AspNet.OData.Shared/ClrEnumMemberAnnotation.cs +++ b/src/Microsoft.AspNet.OData.Shared/ClrEnumMemberAnnotation.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/ClrPropertyInfoAnnotation.cs b/src/Microsoft.AspNet.OData.Shared/ClrPropertyInfoAnnotation.cs index 51dfc22ae7..d3440898da 100644 --- a/src/Microsoft.AspNet.OData.Shared/ClrPropertyInfoAnnotation.cs +++ b/src/Microsoft.AspNet.OData.Shared/ClrPropertyInfoAnnotation.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Reflection; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/ClrTypeAnnotation.cs b/src/Microsoft.AspNet.OData.Shared/ClrTypeAnnotation.cs index f41bd4b1a7..3ce6a0050c 100644 --- a/src/Microsoft.AspNet.OData.Shared/ClrTypeAnnotation.cs +++ b/src/Microsoft.AspNet.OData.Shared/ClrTypeAnnotation.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/Common/CollectionExtensions.cs b/src/Microsoft.AspNet.OData.Shared/Common/CollectionExtensions.cs index b81e25ee92..72b17ab4f4 100644 --- a/src/Microsoft.AspNet.OData.Shared/Common/CollectionExtensions.cs +++ b/src/Microsoft.AspNet.OData.Shared/Common/CollectionExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Common/CommonWebApiResources.Designer.cs b/src/Microsoft.AspNet.OData.Shared/Common/CommonWebApiResources.Designer.cs index c55047b47f..fb9e223fff 100644 --- a/src/Microsoft.AspNet.OData.Shared/Common/CommonWebApiResources.Designer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Common/CommonWebApiResources.Designer.cs @@ -1,4 +1,4 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 diff --git a/src/Microsoft.AspNet.OData.Shared/Common/Error.cs b/src/Microsoft.AspNet.OData.Shared/Common/Error.cs index 004c0178ed..31c2285e9f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Common/Error.cs +++ b/src/Microsoft.AspNet.OData.Shared/Common/Error.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Common/ListWrapperCollection.cs b/src/Microsoft.AspNet.OData.Shared/Common/ListWrapperCollection.cs index 16fba86adf..144f22c55a 100644 --- a/src/Microsoft.AspNet.OData.Shared/Common/ListWrapperCollection.cs +++ b/src/Microsoft.AspNet.OData.Shared/Common/ListWrapperCollection.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/src/Microsoft.AspNet.OData.Shared/Common/PropertyHelper.cs b/src/Microsoft.AspNet.OData.Shared/Common/PropertyHelper.cs index 5dd6b41ac1..3e8d784a36 100644 --- a/src/Microsoft.AspNet.OData.Shared/Common/PropertyHelper.cs +++ b/src/Microsoft.AspNet.OData.Shared/Common/PropertyHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Concurrent; diff --git a/src/Microsoft.AspNet.OData.Shared/Common/SRResources.Designer.cs b/src/Microsoft.AspNet.OData.Shared/Common/SRResources.Designer.cs index 3c53dad32a..f034a86b8f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Common/SRResources.Designer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Common/SRResources.Designer.cs @@ -1,4 +1,4 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 diff --git a/src/Microsoft.AspNet.OData.Shared/Common/TaskHelpers.cs b/src/Microsoft.AspNet.OData.Shared/Common/TaskHelpers.cs index c2b34cdcc1..29dcc2e14f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Common/TaskHelpers.cs +++ b/src/Microsoft.AspNet.OData.Shared/Common/TaskHelpers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Threading.Tasks; diff --git a/src/Microsoft.AspNet.OData.Shared/Common/TaskHelpersExtensions.cs b/src/Microsoft.AspNet.OData.Shared/Common/TaskHelpersExtensions.cs index 544248a510..be032cba9b 100644 --- a/src/Microsoft.AspNet.OData.Shared/Common/TaskHelpersExtensions.cs +++ b/src/Microsoft.AspNet.OData.Shared/Common/TaskHelpersExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.CodeAnalysis; using System.Threading.Tasks; diff --git a/src/Microsoft.AspNet.OData.Shared/CompatibilityOptions.cs b/src/Microsoft.AspNet.OData.Shared/CompatibilityOptions.cs index d0044de0d6..75c79df7db 100644 --- a/src/Microsoft.AspNet.OData.Shared/CompatibilityOptions.cs +++ b/src/Microsoft.AspNet.OData.Shared/CompatibilityOptions.cs @@ -1,5 +1,10 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + using System; namespace Microsoft.AspNet.OData diff --git a/src/Microsoft.AspNet.OData.Shared/CompiledPropertyAccessor.cs b/src/Microsoft.AspNet.OData.Shared/CompiledPropertyAccessor.cs index 4fb8630e50..c805035ec2 100644 --- a/src/Microsoft.AspNet.OData.Shared/CompiledPropertyAccessor.cs +++ b/src/Microsoft.AspNet.OData.Shared/CompiledPropertyAccessor.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq.Expressions; diff --git a/src/Microsoft.AspNet.OData.Shared/ConcurrencyPropertiesAnnotation.cs b/src/Microsoft.AspNet.OData.Shared/ConcurrencyPropertiesAnnotation.cs index c41e85c977..2cc18feaa1 100644 --- a/src/Microsoft.AspNet.OData.Shared/ConcurrencyPropertiesAnnotation.cs +++ b/src/Microsoft.AspNet.OData.Shared/ConcurrencyPropertiesAnnotation.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Concurrent; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/ContentIdHelpers.cs b/src/Microsoft.AspNet.OData.Shared/ContentIdHelpers.cs index 1ce4054680..d1f98e77ae 100644 --- a/src/Microsoft.AspNet.OData.Shared/ContentIdHelpers.cs +++ b/src/Microsoft.AspNet.OData.Shared/ContentIdHelpers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -83,4 +87,4 @@ private static bool IsContentIdCharacter(char c) } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/CustomAggregateMethodAnnotation.cs b/src/Microsoft.AspNet.OData.Shared/CustomAggregateMethodAnnotation.cs index e510840e3e..7f4a20b735 100644 --- a/src/Microsoft.AspNet.OData.Shared/CustomAggregateMethodAnnotation.cs +++ b/src/Microsoft.AspNet.OData.Shared/CustomAggregateMethodAnnotation.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/DefaultContainerBuilder.cs b/src/Microsoft.AspNet.OData.Shared/DefaultContainerBuilder.cs index 3a78c02427..d7c9022fd1 100644 --- a/src/Microsoft.AspNet.OData.Shared/DefaultContainerBuilder.cs +++ b/src/Microsoft.AspNet.OData.Shared/DefaultContainerBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Reflection; diff --git a/src/Microsoft.AspNet.OData.Shared/Delta.cs b/src/Microsoft.AspNet.OData.Shared/Delta.cs index 7675def9ae..14cf33e774 100644 --- a/src/Microsoft.AspNet.OData.Shared/Delta.cs +++ b/src/Microsoft.AspNet.OData.Shared/Delta.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -95,4 +99,4 @@ public override bool TryGetMember(GetMemberBinder binder, out object result) /// public abstract IEnumerable GetUnchangedPropertyNames(); } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/DeltaOfTStructuralType.cs b/src/Microsoft.AspNet.OData.Shared/DeltaOfTStructuralType.cs index 64c5830fbd..f70cce911a 100644 --- a/src/Microsoft.AspNet.OData.Shared/DeltaOfTStructuralType.cs +++ b/src/Microsoft.AspNet.OData.Shared/DeltaOfTStructuralType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Concurrent; diff --git a/src/Microsoft.AspNet.OData.Shared/ETagMessageHandler.cs b/src/Microsoft.AspNet.OData.Shared/ETagMessageHandler.cs index 003071384c..e60f8f5b55 100644 --- a/src/Microsoft.AspNet.OData.Shared/ETagMessageHandler.cs +++ b/src/Microsoft.AspNet.OData.Shared/ETagMessageHandler.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Diagnostics.Contracts; diff --git a/src/Microsoft.AspNet.OData.Shared/EdmChangedObjectCollection.cs b/src/Microsoft.AspNet.OData.Shared/EdmChangedObjectCollection.cs index 1af4915c28..26f2851eea 100644 --- a/src/Microsoft.AspNet.OData.Shared/EdmChangedObjectCollection.cs +++ b/src/Microsoft.AspNet.OData.Shared/EdmChangedObjectCollection.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Collections.ObjectModel; @@ -58,4 +62,4 @@ private void Initialize(IEdmEntityType entityType) _edmTypeReference = new EdmCollectionTypeReference(_edmType); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/EdmComplexCollectionObject.cs b/src/Microsoft.AspNet.OData.Shared/EdmComplexCollectionObject.cs index ab322a61eb..222a26e7f0 100644 --- a/src/Microsoft.AspNet.OData.Shared/EdmComplexCollectionObject.cs +++ b/src/Microsoft.AspNet.OData.Shared/EdmComplexCollectionObject.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/src/Microsoft.AspNet.OData.Shared/EdmComplexObject.cs b/src/Microsoft.AspNet.OData.Shared/EdmComplexObject.cs index a7ee0a6a66..f20034df69 100644 --- a/src/Microsoft.AspNet.OData.Shared/EdmComplexObject.cs +++ b/src/Microsoft.AspNet.OData.Shared/EdmComplexObject.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/EdmDeltaCollectionType.cs b/src/Microsoft.AspNet.OData.Shared/EdmDeltaCollectionType.cs index 638d083532..e7f8aeac05 100644 --- a/src/Microsoft.AspNet.OData.Shared/EdmDeltaCollectionType.cs +++ b/src/Microsoft.AspNet.OData.Shared/EdmDeltaCollectionType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.OData.Edm; @@ -40,4 +44,4 @@ public IEdmTypeReference ElementType } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/EdmDeltaComplexObject.cs b/src/Microsoft.AspNet.OData.Shared/EdmDeltaComplexObject.cs index e5fd531c5f..12be9fcf21 100644 --- a/src/Microsoft.AspNet.OData.Shared/EdmDeltaComplexObject.cs +++ b/src/Microsoft.AspNet.OData.Shared/EdmDeltaComplexObject.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.OData.Edm; @@ -41,4 +45,4 @@ public EdmDeltaComplexObject(IEdmComplexType edmType, bool isNullable) { } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/EdmDeltaDeletedEntityObject.cs b/src/Microsoft.AspNet.OData.Shared/EdmDeltaDeletedEntityObject.cs index 25494d74ca..bc9326d13f 100644 --- a/src/Microsoft.AspNet.OData.Shared/EdmDeltaDeletedEntityObject.cs +++ b/src/Microsoft.AspNet.OData.Shared/EdmDeltaDeletedEntityObject.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.Contracts; diff --git a/src/Microsoft.AspNet.OData.Shared/EdmDeltaDeletedLink.cs b/src/Microsoft.AspNet.OData.Shared/EdmDeltaDeletedLink.cs index ba64398e0d..df81698dfc 100644 --- a/src/Microsoft.AspNet.OData.Shared/EdmDeltaDeletedLink.cs +++ b/src/Microsoft.AspNet.OData.Shared/EdmDeltaDeletedLink.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.Contracts; @@ -97,4 +101,4 @@ public EdmDeltaEntityKind DeltaKind } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/EdmDeltaEntityKind.cs b/src/Microsoft.AspNet.OData.Shared/EdmDeltaEntityKind.cs index 627d3cc422..22b88ee658 100644 --- a/src/Microsoft.AspNet.OData.Shared/EdmDeltaEntityKind.cs +++ b/src/Microsoft.AspNet.OData.Shared/EdmDeltaEntityKind.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData { @@ -33,4 +37,4 @@ public enum EdmDeltaEntityKind /// Unknown = 4 } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/EdmDeltaEntityObject.cs b/src/Microsoft.AspNet.OData.Shared/EdmDeltaEntityObject.cs index 8c0d0bdd40..e90a72ffaf 100644 --- a/src/Microsoft.AspNet.OData.Shared/EdmDeltaEntityObject.cs +++ b/src/Microsoft.AspNet.OData.Shared/EdmDeltaEntityObject.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.Contracts; @@ -71,4 +75,4 @@ public IEdmNavigationSource NavigationSource } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/EdmDeltaLink.cs b/src/Microsoft.AspNet.OData.Shared/EdmDeltaLink.cs index 75d750c7e9..2d329f4b21 100644 --- a/src/Microsoft.AspNet.OData.Shared/EdmDeltaLink.cs +++ b/src/Microsoft.AspNet.OData.Shared/EdmDeltaLink.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.Contracts; @@ -97,4 +101,4 @@ public EdmDeltaEntityKind DeltaKind } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/EdmDeltaType.cs b/src/Microsoft.AspNet.OData.Shared/EdmDeltaType.cs index c787b3d3ae..56a567c3c4 100644 --- a/src/Microsoft.AspNet.OData.Shared/EdmDeltaType.cs +++ b/src/Microsoft.AspNet.OData.Shared/EdmDeltaType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/EdmEntityCollectionObject.cs b/src/Microsoft.AspNet.OData.Shared/EdmEntityCollectionObject.cs index 5370a91bbe..43ac44c869 100644 --- a/src/Microsoft.AspNet.OData.Shared/EdmEntityCollectionObject.cs +++ b/src/Microsoft.AspNet.OData.Shared/EdmEntityCollectionObject.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/src/Microsoft.AspNet.OData.Shared/EdmEntityObject.cs b/src/Microsoft.AspNet.OData.Shared/EdmEntityObject.cs index bd5cd4ccd0..d0f436fa02 100644 --- a/src/Microsoft.AspNet.OData.Shared/EdmEntityObject.cs +++ b/src/Microsoft.AspNet.OData.Shared/EdmEntityObject.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/EdmEnumObject.cs b/src/Microsoft.AspNet.OData.Shared/EdmEnumObject.cs index bb32316e32..df4a3a6cff 100644 --- a/src/Microsoft.AspNet.OData.Shared/EdmEnumObject.cs +++ b/src/Microsoft.AspNet.OData.Shared/EdmEnumObject.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; @@ -68,4 +72,4 @@ public IEdmTypeReference GetEdmType() return new EdmEnumTypeReference(_edmType as IEdmEnumType, IsNullable); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/EdmEnumObjectCollection.cs b/src/Microsoft.AspNet.OData.Shared/EdmEnumObjectCollection.cs index ff7f8e0d7c..cdab9f1a66 100644 --- a/src/Microsoft.AspNet.OData.Shared/EdmEnumObjectCollection.cs +++ b/src/Microsoft.AspNet.OData.Shared/EdmEnumObjectCollection.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/src/Microsoft.AspNet.OData.Shared/EdmModelExtensions.cs b/src/Microsoft.AspNet.OData.Shared/EdmModelExtensions.cs index 36e57f0678..02ef163879 100644 --- a/src/Microsoft.AspNet.OData.Shared/EdmModelExtensions.cs +++ b/src/Microsoft.AspNet.OData.Shared/EdmModelExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.ComponentModel; using System.Diagnostics.CodeAnalysis; diff --git a/src/Microsoft.AspNet.OData.Shared/EdmStructuredObject.cs b/src/Microsoft.AspNet.OData.Shared/EdmStructuredObject.cs index b902532bf2..0355462163 100644 --- a/src/Microsoft.AspNet.OData.Shared/EdmStructuredObject.cs +++ b/src/Microsoft.AspNet.OData.Shared/EdmStructuredObject.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/EdmTypeExtensions.cs b/src/Microsoft.AspNet.OData.Shared/EdmTypeExtensions.cs index cd4cb7c314..568dfb263b 100644 --- a/src/Microsoft.AspNet.OData.Shared/EdmTypeExtensions.cs +++ b/src/Microsoft.AspNet.OData.Shared/EdmTypeExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.OData.Edm; @@ -39,4 +43,4 @@ public static bool IsDeltaResource(this IEdmObject resource) return (resource is EdmDeltaEntityObject || resource is EdmDeltaComplexObject); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/EnableQueryAttribute.cs b/src/Microsoft.AspNet.OData.Shared/EnableQueryAttribute.cs index a8bb7cf8fb..4611156f19 100644 --- a/src/Microsoft.AspNet.OData.Shared/EnableQueryAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/EnableQueryAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; @@ -778,4 +782,4 @@ private static bool ContainsAutoSelectExpandProperty( return false; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/ExpressionHelperMethods.cs b/src/Microsoft.AspNet.OData.Shared/ExpressionHelperMethods.cs index 8b79e4db12..df5c027968 100644 --- a/src/Microsoft.AspNet.OData.Shared/ExpressionHelperMethods.cs +++ b/src/Microsoft.AspNet.OData.Shared/ExpressionHelperMethods.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/src/Microsoft.AspNet.OData.Shared/ExpressionHelpers.cs b/src/Microsoft.AspNet.OData.Shared/ExpressionHelpers.cs index b26bc2a6bc..99752d3d3e 100644 --- a/src/Microsoft.AspNet.OData.Shared/ExpressionHelpers.cs +++ b/src/Microsoft.AspNet.OData.Shared/ExpressionHelpers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/src/Microsoft.AspNet.OData.Shared/Extensions/ContainerBuilderExtensions.cs b/src/Microsoft.AspNet.OData.Shared/Extensions/ContainerBuilderExtensions.cs index 6a6294fd2a..49053940c0 100644 --- a/src/Microsoft.AspNet.OData.Shared/Extensions/ContainerBuilderExtensions.cs +++ b/src/Microsoft.AspNet.OData.Shared/Extensions/ContainerBuilderExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/Microsoft.AspNet.OData.Shared/FastPropertyAccessor.cs b/src/Microsoft.AspNet.OData.Shared/FastPropertyAccessor.cs index 01791e3508..33926c685f 100644 --- a/src/Microsoft.AspNet.OData.Shared/FastPropertyAccessor.cs +++ b/src/Microsoft.AspNet.OData.Shared/FastPropertyAccessor.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Reflection; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/ClrTypeCache.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/ClrTypeCache.cs index d70dce0751..b864c394b3 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/ClrTypeCache.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/ClrTypeCache.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Concurrent; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/DefaultODataETagHandler.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/DefaultODataETagHandler.cs index 9ffc54e96b..4a942faee5 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/DefaultODataETagHandler.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/DefaultODataETagHandler.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/CollectionDeserializationHelpers.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/CollectionDeserializationHelpers.cs index 59bbccfc02..53fdece31f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/CollectionDeserializationHelpers.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/CollectionDeserializationHelpers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/DefaultODataDeserializerProvider.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/DefaultODataDeserializerProvider.cs index cab4a6f838..fd25f376da 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/DefaultODataDeserializerProvider.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/DefaultODataDeserializerProvider.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/DeserializationHelpers.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/DeserializationHelpers.cs index a50c4938fe..e0a5912738 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/DeserializationHelpers.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/DeserializationHelpers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/EnumDeserializationHelpers.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/EnumDeserializationHelpers.cs index 88eccdbdcd..9c3fda6ba9 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/EnumDeserializationHelpers.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/EnumDeserializationHelpers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel.DataAnnotations; @@ -44,4 +48,4 @@ public static object ConvertEnumValue(object value, Type type) return Enum.Parse(enumType, enumValue.Value); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataActionPayloadDeserializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataActionPayloadDeserializer.cs index 870a178e16..737449aead 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataActionPayloadDeserializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataActionPayloadDeserializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; @@ -310,4 +314,4 @@ private static void ProcessResourceSet(object feed, IEdmCollectionTypeReference } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataCollectionDeserializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataCollectionDeserializer.cs index 16bf33758f..3de3fabe08 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataCollectionDeserializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataCollectionDeserializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataDeserializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataDeserializer.cs index fe90feb2c2..a167a088d7 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataDeserializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataDeserializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Threading.Tasks; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataDeserializerContext.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataDeserializerContext.cs index 494bfdfe6c..75d5506a71 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataDeserializerContext.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataDeserializerContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Interfaces; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataDeserializerProvider.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataDeserializerProvider.cs index 1a7e17a2b4..9e7c3ec021 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataDeserializerProvider.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataDeserializerProvider.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataEdmTypeDeserializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataEdmTypeDeserializer.cs index 14a4c6f4bc..9a2d3cac9f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataEdmTypeDeserializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataEdmTypeDeserializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.OData; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataEntityReferenceLinkBase.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataEntityReferenceLinkBase.cs index eff07d138a..1fd669a07c 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataEntityReferenceLinkBase.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataEntityReferenceLinkBase.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataEntityReferenceLinkDeserializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataEntityReferenceLinkDeserializer.cs index ecf6fb3446..0b92e4b23a 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataEntityReferenceLinkDeserializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataEntityReferenceLinkDeserializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataEnumDeserializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataEnumDeserializer.cs index 061a0ae5a1..fb7a6b13ee 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataEnumDeserializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataEnumDeserializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.Contracts; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataItemBase.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataItemBase.cs index 8860176bbe..25f6805f67 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataItemBase.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataItemBase.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataNestedResourceInfoWrapper.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataNestedResourceInfoWrapper.cs index 5dc286af5a..3d7a5d5d24 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataNestedResourceInfoWrapper.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataNestedResourceInfoWrapper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.OData; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataPrimitiveDeserializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataPrimitiveDeserializer.cs index cddfbb4ea1..af3e8d78f0 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataPrimitiveDeserializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataPrimitiveDeserializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.Contracts; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataReaderExtensions.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataReaderExtensions.cs index e86b4bcf3a..d2cc2b3427 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataReaderExtensions.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataReaderExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Diagnostics.Contracts; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataResourceDeserializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataResourceDeserializer.cs index 290b21771b..612681fa44 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataResourceDeserializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataResourceDeserializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataResourceSetDeserializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataResourceSetDeserializer.cs index b0d180f590..1fe34b9bc0 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataResourceSetDeserializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataResourceSetDeserializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataResourceSetWrapper.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataResourceSetWrapper.cs index 7c7e4b80b0..4305b4312f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataResourceSetWrapper.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataResourceSetWrapper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.OData; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataResourceWrapper.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataResourceWrapper.cs index f78be998a6..0500d972b9 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataResourceWrapper.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Deserialization/ODataResourceWrapper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.OData; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/ETag.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/ETag.cs index fb77643637..885eea8f3f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/ETag.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/ETag.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/ETagOfTEntity.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/ETagOfTEntity.cs index 7385e9ce60..3ec0e0036f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/ETagOfTEntity.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/ETagOfTEntity.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/EdmLibHelpers.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/EdmLibHelpers.cs index 7a907d1887..3abb9b19a3 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/EdmLibHelpers.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/EdmLibHelpers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/EdmObjectHelper.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/EdmObjectHelper.cs index bbf0fd96c9..0e4509c6e3 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/EdmObjectHelper.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/EdmObjectHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections; using System.Diagnostics.Contracts; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/EdmPrimitiveHelpers.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/EdmPrimitiveHelpers.cs index b93c16ddfc..f99982ce33 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/EdmPrimitiveHelpers.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/EdmPrimitiveHelpers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel.DataAnnotations; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/EdmTypeReferenceEqualityComparer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/EdmTypeReferenceEqualityComparer.cs index f502275efa..8b7bf9d35e 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/EdmTypeReferenceEqualityComparer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/EdmTypeReferenceEqualityComparer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Diagnostics.Contracts; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/IETagHandler.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/IETagHandler.cs index 4e98d05874..564650a0f4 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/IETagHandler.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/IETagHandler.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataBinaryValueMediaTypeMapping.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataBinaryValueMediaTypeMapping.cs index ab02aec3ae..cbab5ba8c8 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataBinaryValueMediaTypeMapping.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataBinaryValueMediaTypeMapping.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData.Edm; using Microsoft.OData.UriParser; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataCountMediaTypeMapping.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataCountMediaTypeMapping.cs index 5ff4597ad7..d7114fd40f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataCountMediaTypeMapping.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataCountMediaTypeMapping.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using Microsoft.OData.UriParser; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataEnumValueMediaTypeMapping.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataEnumValueMediaTypeMapping.cs index 3527518300..1fe73617be 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataEnumValueMediaTypeMapping.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataEnumValueMediaTypeMapping.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData.Edm; using Microsoft.OData.UriParser; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataInputFormatterHelper.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataInputFormatterHelper.cs index 3ccc9a0341..8ecd8ed6ce 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataInputFormatterHelper.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataInputFormatterHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataMediaTypes.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataMediaTypes.cs index 3dbc4523d6..8496e956a0 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataMediaTypes.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataMediaTypes.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataMessageWrapper.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataMessageWrapper.cs index 16dc5406bd..d8e41b08d9 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataMessageWrapper.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataMessageWrapper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -168,4 +172,4 @@ protected void Dispose(bool disposing) } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataMetadataLevel.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataMetadataLevel.cs index 1cde7a780b..a33df4ae34 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataMetadataLevel.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataMetadataLevel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Formatter { diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataModelBinderConverter.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataModelBinderConverter.cs index d4790ff028..ac70bbd32d 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataModelBinderConverter.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataModelBinderConverter.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataOutputFormatterHelper.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataOutputFormatterHelper.cs index 8b12a249c2..d59728abe4 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataOutputFormatterHelper.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataOutputFormatterHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataPrimitiveValueMediaTypeMapping.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataPrimitiveValueMediaTypeMapping.cs index 4b0696c346..d4567da66f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataPrimitiveValueMediaTypeMapping.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataPrimitiveValueMediaTypeMapping.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData.Edm; using Microsoft.OData.UriParser; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataRawValueMediaTypeMapping.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataRawValueMediaTypeMapping.cs index 12d22cd695..7898c9df6d 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataRawValueMediaTypeMapping.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataRawValueMediaTypeMapping.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Net.Http; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataStreamMediaTypeMapping.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataStreamMediaTypeMapping.cs index aea4019a34..e7d605885b 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataStreamMediaTypeMapping.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataStreamMediaTypeMapping.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Formatter { diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataValueExtensions.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataValueExtensions.cs index 784fc9d77d..c24f3609b5 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/ODataValueExtensions.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/ODataValueExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/QueryStringMediaTypeMapping.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/QueryStringMediaTypeMapping.cs index 3de58c1fdf..1f77618159 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/QueryStringMediaTypeMapping.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/QueryStringMediaTypeMapping.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/DefaultODataSerializerProvider.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/DefaultODataSerializerProvider.cs index 3a863c676b..fcefb7c6fd 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/DefaultODataSerializerProvider.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/DefaultODataSerializerProvider.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/EntitySelfLinks.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/EntitySelfLinks.cs index a0c1fea720..e50da41329 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/EntitySelfLinks.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/EntitySelfLinks.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataCollectionSerializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataCollectionSerializer.cs index f38479fd12..c70ba79ff8 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataCollectionSerializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataCollectionSerializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataDeltaFeedSerializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataDeltaFeedSerializer.cs index 617b4bbff1..d041abeb41 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataDeltaFeedSerializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataDeltaFeedSerializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataEdmTypeSerializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataEdmTypeSerializer.cs index e3e5ffba1a..f1065cf86a 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataEdmTypeSerializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataEdmTypeSerializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.Contracts; using System.Threading.Tasks; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataEntityReferenceLinkSerializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataEntityReferenceLinkSerializer.cs index ab8593a850..8e95550ea6 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataEntityReferenceLinkSerializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataEntityReferenceLinkSerializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Runtime.CompilerServices; @@ -83,4 +87,4 @@ private ODataEntityReferenceLink GetEntityReferenceLink(object graph) return entityReferenceLink; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataEntityReferenceLinksSerializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataEntityReferenceLinksSerializer.cs index 8ea1ee3bc4..db5037db24 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataEntityReferenceLinksSerializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataEntityReferenceLinksSerializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataEnumSerializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataEnumSerializer.cs index d414b388c5..4d31927fce 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataEnumSerializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataEnumSerializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.Contracts; @@ -189,4 +193,4 @@ private static bool ShouldSuppressTypeNameSerialization(ODataMetadataLevel metad } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataErrorSerializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataErrorSerializer.cs index 33d3dffe18..95b9e7bc3b 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataErrorSerializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataErrorSerializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Runtime.Serialization; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataMetadataSerializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataMetadataSerializer.cs index 862b0e6a27..fb9f335031 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataMetadataSerializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataMetadataSerializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Threading.Tasks; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataPayloadKindHelper.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataPayloadKindHelper.cs index 840b3472ec..578233c3fb 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataPayloadKindHelper.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataPayloadKindHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.OData; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataPrimitiveSerializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataPrimitiveSerializer.cs index de7f9f78b3..9c20c83c00 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataPrimitiveSerializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataPrimitiveSerializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; #if NETFX // System.Data.Linq.Binary is only supported in the AspNet version. diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataRawValueSerializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataRawValueSerializer.cs index 9f5bc902ae..24171dd48e 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataRawValueSerializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataRawValueSerializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Threading.Tasks; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataResourceSerializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataResourceSerializer.cs index 02ffd1b8c8..722aa128d4 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataResourceSerializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataResourceSerializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Concurrent; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataResourceSetSerializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataResourceSetSerializer.cs index 98ba88f5eb..e8a9ef1084 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataResourceSetSerializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataResourceSetSerializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataResourceValueSerializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataResourceValueSerializer.cs index 0be29f7df0..8f1f1515a2 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataResourceValueSerializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataResourceValueSerializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataSerializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataSerializer.cs index ddbff2c5b5..d1773cc4ce 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataSerializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataSerializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Threading.Tasks; @@ -59,4 +63,4 @@ public virtual Task WriteObjectAsync(object graph, Type type, ODataMessageWriter return Task.Run(() => WriteObject(graph, type, messageWriter, writeContext)); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataSerializerContext.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataSerializerContext.cs index f98cfce09c..f72ee955b8 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataSerializerContext.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataSerializerContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataSerializerProvider.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataSerializerProvider.cs index a2d1089257..d6e5fc762e 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataSerializerProvider.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataSerializerProvider.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataSerializerProviderExtensions.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataSerializerProviderExtensions.cs index 38008b67b1..075316af83 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataSerializerProviderExtensions.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataSerializerProviderExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.Contracts; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataServiceDocumentSerializer.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataServiceDocumentSerializer.cs index b1392ce439..10bf24db2f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataServiceDocumentSerializer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/ODataServiceDocumentSerializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Runtime.Serialization; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/SelectExpandNode.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/SelectExpandNode.cs index 89b2aa8878..a11067de35 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/SelectExpandNode.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/SelectExpandNode.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/TypedEdmComplexObject.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/TypedEdmComplexObject.cs index 66a690fed1..caf70c2f2f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/TypedEdmComplexObject.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/TypedEdmComplexObject.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/TypedEdmEntityObject.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/TypedEdmEntityObject.cs index 0af48af2d5..a627a8f47c 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/TypedEdmEntityObject.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/TypedEdmEntityObject.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData.Edm; @@ -21,4 +25,4 @@ public TypedEdmEntityObject(object instance, IEdmEntityTypeReference edmType, IE { } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/TypedEdmStructuredObject.cs b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/TypedEdmStructuredObject.cs index 7ea75f1b69..1c7f1d32d6 100644 --- a/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/TypedEdmStructuredObject.cs +++ b/src/Microsoft.AspNet.OData.Shared/Formatter/Serialization/TypedEdmStructuredObject.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Concurrent; diff --git a/src/Microsoft.AspNet.OData.Shared/FunctionImportComparer.cs b/src/Microsoft.AspNet.OData.Shared/FunctionImportComparer.cs index 5fc44c2bfb..f4a50fbcc1 100644 --- a/src/Microsoft.AspNet.OData.Shared/FunctionImportComparer.cs +++ b/src/Microsoft.AspNet.OData.Shared/FunctionImportComparer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/GetNextPageHelper.cs b/src/Microsoft.AspNet.OData.Shared/GetNextPageHelper.cs index 85e45095e6..3135e2697b 100644 --- a/src/Microsoft.AspNet.OData.Shared/GetNextPageHelper.cs +++ b/src/Microsoft.AspNet.OData.Shared/GetNextPageHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/IDelta.cs b/src/Microsoft.AspNet.OData.Shared/IDelta.cs index 30f966dda8..d07c11ff36 100644 --- a/src/Microsoft.AspNet.OData.Shared/IDelta.cs +++ b/src/Microsoft.AspNet.OData.Shared/IDelta.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/IEdmChangedObject.cs b/src/Microsoft.AspNet.OData.Shared/IEdmChangedObject.cs index 6dc0b68552..2857744988 100644 --- a/src/Microsoft.AspNet.OData.Shared/IEdmChangedObject.cs +++ b/src/Microsoft.AspNet.OData.Shared/IEdmChangedObject.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData { @@ -15,4 +19,4 @@ public interface IEdmChangedObject : IEdmStructuredObject /// EdmDeltaEntityKind DeltaKind { get; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/IEdmComplexObject.cs b/src/Microsoft.AspNet.OData.Shared/IEdmComplexObject.cs index a91d9aceeb..4f1f74ce24 100644 --- a/src/Microsoft.AspNet.OData.Shared/IEdmComplexObject.cs +++ b/src/Microsoft.AspNet.OData.Shared/IEdmComplexObject.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/IEdmDeltaDeletedEntityObject.cs b/src/Microsoft.AspNet.OData.Shared/IEdmDeltaDeletedEntityObject.cs index ed673e5405..6723f353ff 100644 --- a/src/Microsoft.AspNet.OData.Shared/IEdmDeltaDeletedEntityObject.cs +++ b/src/Microsoft.AspNet.OData.Shared/IEdmDeltaDeletedEntityObject.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData; diff --git a/src/Microsoft.AspNet.OData.Shared/IEdmDeltaDeletedLink.cs b/src/Microsoft.AspNet.OData.Shared/IEdmDeltaDeletedLink.cs index e1734866d6..da20e9442a 100644 --- a/src/Microsoft.AspNet.OData.Shared/IEdmDeltaDeletedLink.cs +++ b/src/Microsoft.AspNet.OData.Shared/IEdmDeltaDeletedLink.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData { diff --git a/src/Microsoft.AspNet.OData.Shared/IEdmDeltaLink.cs b/src/Microsoft.AspNet.OData.Shared/IEdmDeltaLink.cs index a03f8af47c..69cc1dbaeb 100644 --- a/src/Microsoft.AspNet.OData.Shared/IEdmDeltaLink.cs +++ b/src/Microsoft.AspNet.OData.Shared/IEdmDeltaLink.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData { diff --git a/src/Microsoft.AspNet.OData.Shared/IEdmDeltaLinkBase.cs b/src/Microsoft.AspNet.OData.Shared/IEdmDeltaLinkBase.cs index dde7174cce..91259c9f42 100644 --- a/src/Microsoft.AspNet.OData.Shared/IEdmDeltaLinkBase.cs +++ b/src/Microsoft.AspNet.OData.Shared/IEdmDeltaLinkBase.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/src/Microsoft.AspNet.OData.Shared/IEdmEntityObject.cs b/src/Microsoft.AspNet.OData.Shared/IEdmEntityObject.cs index e1f7ee8a10..4411d0f299 100644 --- a/src/Microsoft.AspNet.OData.Shared/IEdmEntityObject.cs +++ b/src/Microsoft.AspNet.OData.Shared/IEdmEntityObject.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/IEdmEnumObject.cs b/src/Microsoft.AspNet.OData.Shared/IEdmEnumObject.cs index 7441ec5a30..beff4c2874 100644 --- a/src/Microsoft.AspNet.OData.Shared/IEdmEnumObject.cs +++ b/src/Microsoft.AspNet.OData.Shared/IEdmEnumObject.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.CodeAnalysis; diff --git a/src/Microsoft.AspNet.OData.Shared/IEdmObject.cs b/src/Microsoft.AspNet.OData.Shared/IEdmObject.cs index dd26d9f582..7e51e34282 100644 --- a/src/Microsoft.AspNet.OData.Shared/IEdmObject.cs +++ b/src/Microsoft.AspNet.OData.Shared/IEdmObject.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.CodeAnalysis; using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/IEdmStructuredObject.cs b/src/Microsoft.AspNet.OData.Shared/IEdmStructuredObject.cs index e4810ca198..fc199328e4 100644 --- a/src/Microsoft.AspNet.OData.Shared/IEdmStructuredObject.cs +++ b/src/Microsoft.AspNet.OData.Shared/IEdmStructuredObject.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.CodeAnalysis; using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/IPerRouteContainer.cs b/src/Microsoft.AspNet.OData.Shared/IPerRouteContainer.cs index 05ad3377bb..78a4e89393 100644 --- a/src/Microsoft.AspNet.OData.Shared/IPerRouteContainer.cs +++ b/src/Microsoft.AspNet.OData.Shared/IPerRouteContainer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.OData; diff --git a/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiActionDescriptor.cs b/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiActionDescriptor.cs index a6001ac03b..cba0b19131 100644 --- a/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiActionDescriptor.cs +++ b/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiActionDescriptor.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiActionMap.cs b/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiActionMap.cs index 4386499e70..8b09ea169c 100644 --- a/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiActionMap.cs +++ b/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiActionMap.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Interfaces { diff --git a/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiAssembliesResolver.cs b/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiAssembliesResolver.cs index 289035a8dd..ccda04f265 100644 --- a/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiAssembliesResolver.cs +++ b/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiAssembliesResolver.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Reflection; diff --git a/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiContext.cs b/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiContext.cs index 0406ca70e6..ef21e904bd 100644 --- a/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiContext.cs +++ b/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiControllerContext.cs b/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiControllerContext.cs index f5f07f244e..2afb0ab2a5 100644 --- a/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiControllerContext.cs +++ b/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiControllerContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Routing.Conventions; diff --git a/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiHeaders.cs b/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiHeaders.cs index 03e7523f24..8e95cc99bf 100644 --- a/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiHeaders.cs +++ b/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiHeaders.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiOptions.cs b/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiOptions.cs index 8e082dbe48..cd53a6527f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiOptions.cs +++ b/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiOptions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData; diff --git a/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiRequestMessage.cs b/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiRequestMessage.cs index 9a01c41f6a..76c17c186a 100644 --- a/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiRequestMessage.cs +++ b/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiRequestMessage.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiUrlHelper.cs b/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiUrlHelper.cs index a4c154642b..273c89f104 100644 --- a/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiUrlHelper.cs +++ b/src/Microsoft.AspNet.OData.Shared/Interfaces/IWebApiUrlHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Routing; diff --git a/src/Microsoft.AspNet.OData.Shared/MetadataController.cs b/src/Microsoft.AspNet.OData.Shared/MetadataController.cs index 857f706637..b75e803fe9 100644 --- a/src/Microsoft.AspNet.OData.Shared/MetadataController.cs +++ b/src/Microsoft.AspNet.OData.Shared/MetadataController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/NavigationPropertyQueryableConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/NavigationPropertyQueryableConfiguration.cs index dfdc4087e2..c932e998ad 100644 --- a/src/Microsoft.AspNet.OData.Shared/NavigationPropertyQueryableConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/NavigationPropertyQueryableConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; diff --git a/src/Microsoft.AspNet.OData.Shared/NavigationPropertyQueryableConfigurationAnnotation.cs b/src/Microsoft.AspNet.OData.Shared/NavigationPropertyQueryableConfigurationAnnotation.cs index 22086717cb..7b49d86aa3 100644 --- a/src/Microsoft.AspNet.OData.Shared/NavigationPropertyQueryableConfigurationAnnotation.cs +++ b/src/Microsoft.AspNet.OData.Shared/NavigationPropertyQueryableConfigurationAnnotation.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData { diff --git a/src/Microsoft.AspNet.OData.Shared/NonValidatingParameterBindingAttribute.cs b/src/Microsoft.AspNet.OData.Shared/NonValidatingParameterBindingAttribute.cs index 5e850be060..db5c851af7 100644 --- a/src/Microsoft.AspNet.OData.Shared/NonValidatingParameterBindingAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/NonValidatingParameterBindingAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData { diff --git a/src/Microsoft.AspNet.OData.Shared/NullEdmComplexObject.cs b/src/Microsoft.AspNet.OData.Shared/NullEdmComplexObject.cs index e864bb0d96..4e5102caad 100644 --- a/src/Microsoft.AspNet.OData.Shared/NullEdmComplexObject.cs +++ b/src/Microsoft.AspNet.OData.Shared/NullEdmComplexObject.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/ODataActionParameters.cs b/src/Microsoft.AspNet.OData.Shared/ODataActionParameters.cs index 0a082fa4bf..2e2d5048b3 100644 --- a/src/Microsoft.AspNet.OData.Shared/ODataActionParameters.cs +++ b/src/Microsoft.AspNet.OData.Shared/ODataActionParameters.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; @@ -16,4 +20,4 @@ namespace Microsoft.AspNet.OData public class ODataActionParameters : Dictionary { } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/ODataController.cs b/src/Microsoft.AspNet.OData.Shared/ODataController.cs index 02132e9bc7..1ce305c9f2 100644 --- a/src/Microsoft.AspNet.OData.Shared/ODataController.cs +++ b/src/Microsoft.AspNet.OData.Shared/ODataController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData { diff --git a/src/Microsoft.AspNet.OData.Shared/ODataNullValueMessageHandler.cs b/src/Microsoft.AspNet.OData.Shared/ODataNullValueMessageHandler.cs index a60d571dc3..561f00e574 100644 --- a/src/Microsoft.AspNet.OData.Shared/ODataNullValueMessageHandler.cs +++ b/src/Microsoft.AspNet.OData.Shared/ODataNullValueMessageHandler.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.ObjectModel; using System.Net; diff --git a/src/Microsoft.AspNet.OData.Shared/ODataQueryContext.cs b/src/Microsoft.AspNet.OData.Shared/ODataQueryContext.cs index e383f1691c..a34aacfee2 100644 --- a/src/Microsoft.AspNet.OData.Shared/ODataQueryContext.cs +++ b/src/Microsoft.AspNet.OData.Shared/ODataQueryContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/ODataQueryContextExtensions.cs b/src/Microsoft.AspNet.OData.Shared/ODataQueryContextExtensions.cs index 04f1e8f73a..9914221ec2 100644 --- a/src/Microsoft.AspNet.OData.Shared/ODataQueryContextExtensions.cs +++ b/src/Microsoft.AspNet.OData.Shared/ODataQueryContextExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using Microsoft.AspNet.OData.Query; @@ -48,4 +52,4 @@ public static SkipTokenQueryValidator GetSkipTokenQueryValidator(this ODataQuery return context.RequestContainer.GetRequiredService(); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/ODataQueryParameterBindingAttribute.cs b/src/Microsoft.AspNet.OData.Shared/ODataQueryParameterBindingAttribute.cs index 3aa5cfd598..b538ceaa58 100644 --- a/src/Microsoft.AspNet.OData.Shared/ODataQueryParameterBindingAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/ODataQueryParameterBindingAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.Contracts; diff --git a/src/Microsoft.AspNet.OData.Shared/ODataSwaggerConverter.cs b/src/Microsoft.AspNet.OData.Shared/ODataSwaggerConverter.cs index b345c68177..f6c18fbb1a 100644 --- a/src/Microsoft.AspNet.OData.Shared/ODataSwaggerConverter.cs +++ b/src/Microsoft.AspNet.OData.Shared/ODataSwaggerConverter.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/Microsoft.AspNet.OData.Shared/ODataSwaggerUtilities.cs b/src/Microsoft.AspNet.OData.Shared/ODataSwaggerUtilities.cs index 07f33e0a83..d91f075292 100644 --- a/src/Microsoft.AspNet.OData.Shared/ODataSwaggerUtilities.cs +++ b/src/Microsoft.AspNet.OData.Shared/ODataSwaggerUtilities.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.Contracts; diff --git a/src/Microsoft.AspNet.OData.Shared/ODataUntypedActionParameters.cs b/src/Microsoft.AspNet.OData.Shared/ODataUntypedActionParameters.cs index f64f15736e..599d4b8e94 100644 --- a/src/Microsoft.AspNet.OData.Shared/ODataUntypedActionParameters.cs +++ b/src/Microsoft.AspNet.OData.Shared/ODataUntypedActionParameters.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; diff --git a/src/Microsoft.AspNet.OData.Shared/ODataUriFunctions.cs b/src/Microsoft.AspNet.OData.Shared/ODataUriFunctions.cs index a7f599fe5a..77ab54d2b3 100644 --- a/src/Microsoft.AspNet.OData.Shared/ODataUriFunctions.cs +++ b/src/Microsoft.AspNet.OData.Shared/ODataUriFunctions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Reflection; diff --git a/src/Microsoft.AspNet.OData.Shared/PageResult.cs b/src/Microsoft.AspNet.OData.Shared/PageResult.cs index 409d5e1ba2..b3233471b9 100644 --- a/src/Microsoft.AspNet.OData.Shared/PageResult.cs +++ b/src/Microsoft.AspNet.OData.Shared/PageResult.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Runtime.Serialization; diff --git a/src/Microsoft.AspNet.OData.Shared/PageResultOfT.cs b/src/Microsoft.AspNet.OData.Shared/PageResultOfT.cs index 5f1e87d594..d19b7147f1 100644 --- a/src/Microsoft.AspNet.OData.Shared/PageResultOfT.cs +++ b/src/Microsoft.AspNet.OData.Shared/PageResultOfT.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; @@ -65,4 +69,4 @@ IEnumerator IEnumerable.GetEnumerator() return Items.GetEnumerator(); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/PerRouteContainerBase.cs b/src/Microsoft.AspNet.OData.Shared/PerRouteContainerBase.cs index bfc9bf855a..2b5bbee9b7 100644 --- a/src/Microsoft.AspNet.OData.Shared/PerRouteContainerBase.cs +++ b/src/Microsoft.AspNet.OData.Shared/PerRouteContainerBase.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/PropertyAccessor.cs b/src/Microsoft.AspNet.OData.Shared/PropertyAccessor.cs index 0d73a5826e..8b6ea43385 100644 --- a/src/Microsoft.AspNet.OData.Shared/PropertyAccessor.cs +++ b/src/Microsoft.AspNet.OData.Shared/PropertyAccessor.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Reflection; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/AllowedArithmeticOperators.cs b/src/Microsoft.AspNet.OData.Shared/Query/AllowedArithmeticOperators.cs index c0aecc2512..d2f26d0222 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/AllowedArithmeticOperators.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/AllowedArithmeticOperators.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/AllowedFunctions.cs b/src/Microsoft.AspNet.OData.Shared/Query/AllowedFunctions.cs index 1e17858acd..477036c517 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/AllowedFunctions.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/AllowedFunctions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; @@ -166,4 +170,4 @@ public enum AllowedFunctions /// AllFunctions = AllStringFunctions | AllDateTimeFunctions | AllMathFunctions | Cast | IsOf | Any | All } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Query/AllowedLogicalOperators.cs b/src/Microsoft.AspNet.OData.Shared/Query/AllowedLogicalOperators.cs index 44c19fba8f..860c22ef50 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/AllowedLogicalOperators.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/AllowedLogicalOperators.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/AllowedQueryOptions.cs b/src/Microsoft.AspNet.OData.Shared/Query/AllowedQueryOptions.cs index d17e22b202..32cd847633 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/AllowedQueryOptions.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/AllowedQueryOptions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/ApplyQueryOption.cs b/src/Microsoft.AspNet.OData.Shared/Query/ApplyQueryOption.cs index c63920c785..a65a817fb9 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/ApplyQueryOption.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/ApplyQueryOption.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.Contracts; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/CountAttribute.cs b/src/Microsoft.AspNet.OData.Shared/Query/CountAttribute.cs index 8330280384..91a83d5141 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/CountAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/CountAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/CountQueryOption.cs b/src/Microsoft.AspNet.OData.Shared/Query/CountQueryOption.cs index a2ce501a7c..401306f3a6 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/CountQueryOption.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/CountQueryOption.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/DefaultQuerySettings.cs b/src/Microsoft.AspNet.OData.Shared/Query/DefaultQuerySettings.cs index 67685a2826..89c57cb0f7 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/DefaultQuerySettings.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/DefaultQuerySettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/DefaultSkipTokenHandler.cs b/src/Microsoft.AspNet.OData.Shared/Query/DefaultSkipTokenHandler.cs index 3042610b49..c626748b8d 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/DefaultSkipTokenHandler.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/DefaultSkipTokenHandler.cs @@ -1,5 +1,10 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + using System; using System.Collections.Generic; using System.Diagnostics; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/ExpandAttribute.cs b/src/Microsoft.AspNet.OData.Shared/Query/ExpandAttribute.cs index 94195e181d..8e521d141f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/ExpandAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/ExpandAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/ExpandConfiguration.cs b/src/Microsoft.AspNet.OData.Shared/Query/ExpandConfiguration.cs index 3ea1dae5be..b6c457774b 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/ExpandConfiguration.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/ExpandConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Query { diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/AggregationBinder.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/AggregationBinder.cs index 8498cf2b7d..5a0d86cdb1 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/AggregationBinder.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/AggregationBinder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/AggregationPropertyContainer.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/AggregationPropertyContainer.cs index d34f990eb4..db85d6a4cb 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/AggregationPropertyContainer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/AggregationPropertyContainer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/ClrCanonicalFunctions.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/ClrCanonicalFunctions.cs index bbd1fd5cee..e3bf6cc945 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/ClrCanonicalFunctions.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/ClrCanonicalFunctions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/ClrSafeFunctions.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/ClrSafeFunctions.cs index b7e30c5ce0..38c2545a51 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/ClrSafeFunctions.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/ClrSafeFunctions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.Contracts; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/ComputeBinder.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/ComputeBinder.cs index 588b584568..5284075759 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/ComputeBinder.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/ComputeBinder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/DynamicTypeWrapper.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/DynamicTypeWrapper.cs index f9ab8c295a..ac1944191d 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/DynamicTypeWrapper.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/DynamicTypeWrapper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/DynamicTypeWrapperConverter.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/DynamicTypeWrapperConverter.cs index 6bf0bdc674..52fbd887d2 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/DynamicTypeWrapperConverter.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/DynamicTypeWrapperConverter.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.Contracts; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/ExpressionBinderBase.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/ExpressionBinderBase.cs index fb1756d2eb..698ccfa8c2 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/ExpressionBinderBase.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/ExpressionBinderBase.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/FilterBinder.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/FilterBinder.cs index ff3f2b5ca5..ec7d278dde 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/FilterBinder.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/FilterBinder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/IdentityPropertyMapper.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/IdentityPropertyMapper.cs index e9613912f8..03d663f334 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/IdentityPropertyMapper.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/IdentityPropertyMapper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Query.Expressions { diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/Linq2ObjectsComparisonMethods.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/Linq2ObjectsComparisonMethods.cs index d63417ef73..f8e3fbbce5 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/Linq2ObjectsComparisonMethods.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/Linq2ObjectsComparisonMethods.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Reflection; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/LinqParameterContainer.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/LinqParameterContainer.cs index cf63f9be96..5e89985375 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/LinqParameterContainer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/LinqParameterContainer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Concurrent; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/ModelContainer.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/ModelContainer.cs index 6d90862071..c36a8e8b15 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/ModelContainer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/ModelContainer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Concurrent; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/NamedPropertyExpression.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/NamedPropertyExpression.cs index 13190d0722..3742a2b0ca 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/NamedPropertyExpression.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/NamedPropertyExpression.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.Contracts; using System.Linq.Expressions; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/PropertyContainer.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/PropertyContainer.cs index 38b983ae9d..27af923a8e 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/PropertyContainer.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/PropertyContainer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/PropertyContainer.generated.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/PropertyContainer.generated.cs index 4faea28655..fd725ecd50 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/PropertyContainer.generated.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/PropertyContainer.generated.cs @@ -1,4 +1,11 @@ -// +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +// // This code was generated by a tool (PropertyContainer.generated.tt). // Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. @@ -1567,4 +1574,4 @@ public override void ToDictionaryCore(Dictionary dictionary, IPr }; } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandBinder.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandBinder.cs index ae8a3bae8f..1e83b186e5 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandBinder.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandBinder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandIncludedProperty.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandIncludedProperty.cs index 054b9c9213..3570f4df56 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandIncludedProperty.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandIncludedProperty.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Diagnostics.Contracts; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandPathExtensions.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandPathExtensions.cs index 6f47c916bd..4147ee8195 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandPathExtensions.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandPathExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandWrapper.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandWrapper.cs index bfabc93021..62b2898a96 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandWrapper.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandWrapper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandWrapperConverter.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandWrapperConverter.cs index 355754a222..a93fffce06 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandWrapperConverter.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandWrapperConverter.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.Contracts; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandWrapperOfT.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandWrapperOfT.cs index a12fe90dbb..d06afd4d55 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandWrapperOfT.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/SelectExpandWrapperOfT.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Newtonsoft.Json; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/TransformationBinderBase.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/TransformationBinderBase.cs index 19644c65b1..c5dda6175a 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/TransformationBinderBase.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/TransformationBinderBase.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.Contracts; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/UriFunctionsBinder.cs b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/UriFunctionsBinder.cs index d2674c696d..1d45e81c89 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Expressions/UriFunctionsBinder.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Expressions/UriFunctionsBinder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/FilterAttribute.cs b/src/Microsoft.AspNet.OData.Shared/Query/FilterAttribute.cs index 838e336a93..9418a7654d 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/FilterAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/FilterAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/FilterQueryOption.cs b/src/Microsoft.AspNet.OData.Shared/Query/FilterQueryOption.cs index a7e1fd5f38..e2df123b8c 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/FilterQueryOption.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/FilterQueryOption.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/HandleNullPropagationOption.cs b/src/Microsoft.AspNet.OData.Shared/Query/HandleNullPropagationOption.cs index 26a41cad36..d9622e15aa 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/HandleNullPropagationOption.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/HandleNullPropagationOption.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Query { @@ -25,4 +29,4 @@ public enum HandleNullPropagationOption /// False = 2 } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Query/HandleNullPropagationOptionHelper.cs b/src/Microsoft.AspNet.OData.Shared/Query/HandleNullPropagationOptionHelper.cs index 505176f48f..245efc6091 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/HandleNullPropagationOptionHelper.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/HandleNullPropagationOptionHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.Contracts; using System.Linq; @@ -109,4 +113,4 @@ internal enum DataSourceProviderKind /// EFCore, } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Query/ICountOptionCollection.cs b/src/Microsoft.AspNet.OData.Shared/Query/ICountOptionCollection.cs index 30e3267bad..36dea60a13 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/ICountOptionCollection.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/ICountOptionCollection.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/IODataQueryOptionsParser.cs b/src/Microsoft.AspNet.OData.Shared/Query/IODataQueryOptionsParser.cs index f5da4aefc5..b8e7ce4555 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/IODataQueryOptionsParser.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/IODataQueryOptionsParser.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.IO; using System.Threading.Tasks; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/IPropertyMapper.cs b/src/Microsoft.AspNet.OData.Shared/Query/IPropertyMapper.cs index ba665064a3..58c9e74e96 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/IPropertyMapper.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/IPropertyMapper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/ISelectExpandWrapper.cs b/src/Microsoft.AspNet.OData.Shared/Query/ISelectExpandWrapper.cs index 33e5cfe333..e89c4049ec 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/ISelectExpandWrapper.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/ISelectExpandWrapper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/ITruncatedCollection.cs b/src/Microsoft.AspNet.OData.Shared/Query/ITruncatedCollection.cs index a40f4e3084..7edcf2a941 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/ITruncatedCollection.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/ITruncatedCollection.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/ModelBoundQuerySettings.cs b/src/Microsoft.AspNet.OData.Shared/Query/ModelBoundQuerySettings.cs index b3cce60858..f1879c0e2c 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/ModelBoundQuerySettings.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/ModelBoundQuerySettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/NonFilterableAttribute.cs b/src/Microsoft.AspNet.OData.Shared/Query/NonFilterableAttribute.cs index a0fc52fb33..58dfa65234 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/NonFilterableAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/NonFilterableAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/NotCountableAttribute.cs b/src/Microsoft.AspNet.OData.Shared/Query/NotCountableAttribute.cs index e8c4df9916..818a126c12 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/NotCountableAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/NotCountableAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; @@ -13,4 +17,4 @@ namespace Microsoft.AspNet.OData.Query public sealed class NotCountableAttribute : Attribute { } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Query/NotExpandableAttribute.cs b/src/Microsoft.AspNet.OData.Shared/Query/NotExpandableAttribute.cs index c2bf0559c9..59638ef3be 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/NotExpandableAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/NotExpandableAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/NotFilterableAttribute.cs b/src/Microsoft.AspNet.OData.Shared/Query/NotFilterableAttribute.cs index bb56547472..a1a3e57127 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/NotFilterableAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/NotFilterableAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; @@ -13,4 +17,4 @@ namespace Microsoft.AspNet.OData.Query public sealed class NotFilterableAttribute : Attribute { } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Query/NotNavigableAttribute.cs b/src/Microsoft.AspNet.OData.Shared/Query/NotNavigableAttribute.cs index 1f0534be32..843938a253 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/NotNavigableAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/NotNavigableAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/NotSortableAttribute.cs b/src/Microsoft.AspNet.OData.Shared/Query/NotSortableAttribute.cs index ad915c4fb8..b84d689d18 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/NotSortableAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/NotSortableAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; @@ -13,4 +17,4 @@ namespace Microsoft.AspNet.OData.Query public sealed class NotSortableAttribute : Attribute { } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Query/ODataPathQueryBuilder.cs b/src/Microsoft.AspNet.OData.Shared/Query/ODataPathQueryBuilder.cs index b59d4dab7a..13b8aa860c 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/ODataPathQueryBuilder.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/ODataPathQueryBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/ODataQueryOptions.cs b/src/Microsoft.AspNet.OData.Shared/Query/ODataQueryOptions.cs index 13da5b7cfb..29d53cc8e5 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/ODataQueryOptions.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/ODataQueryOptions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/ODataQueryOptionsOfTEntity.cs b/src/Microsoft.AspNet.OData.Shared/Query/ODataQueryOptionsOfTEntity.cs index 57b2fa5440..4e6a7eb1a4 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/ODataQueryOptionsOfTEntity.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/ODataQueryOptionsOfTEntity.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Net.Http.Headers; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/ODataQueryOptionsParserFactory.cs b/src/Microsoft.AspNet.OData.Shared/Query/ODataQueryOptionsParserFactory.cs index b65c55e20c..3c523d2bef 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/ODataQueryOptionsParserFactory.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/ODataQueryOptionsParserFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/ODataQuerySettings.cs b/src/Microsoft.AspNet.OData.Shared/Query/ODataQuerySettings.cs index 7dd54179b8..032ba3a097 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/ODataQuerySettings.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/ODataQuerySettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/ODataRawQueryOptions.cs b/src/Microsoft.AspNet.OData.Shared/Query/ODataRawQueryOptions.cs index ac643c3391..1987d07dd2 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/ODataRawQueryOptions.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/ODataRawQueryOptions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Query { diff --git a/src/Microsoft.AspNet.OData.Shared/Query/ODataValidationSettings.cs b/src/Microsoft.AspNet.OData.Shared/Query/ODataValidationSettings.cs index 50b8090e85..f22212c896 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/ODataValidationSettings.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/ODataValidationSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.ObjectModel; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/OrderByAttribute.cs b/src/Microsoft.AspNet.OData.Shared/Query/OrderByAttribute.cs index ac64441de6..546b6c26ec 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/OrderByAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/OrderByAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/OrderByCountNode.cs b/src/Microsoft.AspNet.OData.Shared/Query/OrderByCountNode.cs index b1782f60d5..f906ba9ea7 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/OrderByCountNode.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/OrderByCountNode.cs @@ -1,5 +1,10 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + using Microsoft.AspNet.OData.Common; using Microsoft.OData.Edm; using Microsoft.OData.UriParser; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/OrderByItNode.cs b/src/Microsoft.AspNet.OData.Shared/Query/OrderByItNode.cs index c8b1255227..1cfdedd66e 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/OrderByItNode.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/OrderByItNode.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData.UriParser; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/OrderByNode.cs b/src/Microsoft.AspNet.OData.Shared/Query/OrderByNode.cs index 6b4f72c179..f6bb22ec63 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/OrderByNode.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/OrderByNode.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/OrderByOpenPropertyNode.cs b/src/Microsoft.AspNet.OData.Shared/Query/OrderByOpenPropertyNode.cs index a8c5c89f9b..c970dfe4bf 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/OrderByOpenPropertyNode.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/OrderByOpenPropertyNode.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.OData; @@ -45,4 +49,4 @@ public OrderByOpenPropertyNode(OrderByClause orderByClause) /// public string PropertyName { get; private set; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Query/OrderByPropertyNode.cs b/src/Microsoft.AspNet.OData.Shared/Query/OrderByPropertyNode.cs index 9865510bd8..6de79ed469 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/OrderByPropertyNode.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/OrderByPropertyNode.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.OData; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/OrderByQueryOption.cs b/src/Microsoft.AspNet.OData.Shared/Query/OrderByQueryOption.cs index e5b8ba1b3c..cbfa57ba30 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/OrderByQueryOption.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/OrderByQueryOption.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/PageAttribute.cs b/src/Microsoft.AspNet.OData.Shared/Query/PageAttribute.cs index fcda5924ee..834abb4081 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/PageAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/PageAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/ParameterAliasNodeTranslator.cs b/src/Microsoft.AspNet.OData.Shared/Query/ParameterAliasNodeTranslator.cs index b837ed640c..d05706d666 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/ParameterAliasNodeTranslator.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/ParameterAliasNodeTranslator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/PlainTextODataQueryOptionsParser.cs b/src/Microsoft.AspNet.OData.Shared/Query/PlainTextODataQueryOptionsParser.cs index 159e3c44fb..07d11bb364 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/PlainTextODataQueryOptionsParser.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/PlainTextODataQueryOptionsParser.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.IO; using System.Net.Http.Headers; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/QueryOptionSetting.cs b/src/Microsoft.AspNet.OData.Shared/Query/QueryOptionSetting.cs index bf51fc117e..179f98b4c4 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/QueryOptionSetting.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/QueryOptionSetting.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Query { diff --git a/src/Microsoft.AspNet.OData.Shared/Query/SelectAttribute.cs b/src/Microsoft.AspNet.OData.Shared/Query/SelectAttribute.cs index dbc4f4c3ef..a15fcbcde9 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/SelectAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/SelectAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/SelectExpandQueryOption.cs b/src/Microsoft.AspNet.OData.Shared/Query/SelectExpandQueryOption.cs index b380eb8bc3..030883cc2f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/SelectExpandQueryOption.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/SelectExpandQueryOption.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/SelectExpandType.cs b/src/Microsoft.AspNet.OData.Shared/Query/SelectExpandType.cs index 845f5e43fe..d3f3c8b611 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/SelectExpandType.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/SelectExpandType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Query { diff --git a/src/Microsoft.AspNet.OData.Shared/Query/SkipQueryOption.cs b/src/Microsoft.AspNet.OData.Shared/Query/SkipQueryOption.cs index 8372ccf537..1534d6ec6f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/SkipQueryOption.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/SkipQueryOption.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/SkipTokenHandler.cs b/src/Microsoft.AspNet.OData.Shared/Query/SkipTokenHandler.cs index cf4254f697..c68f5d1d7f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/SkipTokenHandler.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/SkipTokenHandler.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; @@ -38,4 +42,4 @@ public abstract class SkipTokenHandler /// URI for the NextPageLink. public abstract Uri GenerateNextPageLink(Uri baseUri, int pageSize, Object instance, ODataSerializerContext context); } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Query/SkipTokenQueryOption.cs b/src/Microsoft.AspNet.OData.Shared/Query/SkipTokenQueryOption.cs index cd08e2c96c..ac3898615b 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/SkipTokenQueryOption.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/SkipTokenQueryOption.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -121,4 +125,4 @@ public void Validate(ODataValidationSettings validationSettings) } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Query/TopQueryOption.cs b/src/Microsoft.AspNet.OData.Shared/Query/TopQueryOption.cs index a480dfab37..a91ac9ac21 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/TopQueryOption.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/TopQueryOption.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/TruncatedCollectionOfT.cs b/src/Microsoft.AspNet.OData.Shared/Query/TruncatedCollectionOfT.cs index c0e1041091..73dbc3c243 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/TruncatedCollectionOfT.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/TruncatedCollectionOfT.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/UnsortableAttribute.cs b/src/Microsoft.AspNet.OData.Shared/Query/UnsortableAttribute.cs index 0e81ed20db..3ab1389fc3 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/UnsortableAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/UnsortableAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Validators/CountQueryValidator.cs b/src/Microsoft.AspNet.OData.Shared/Query/Validators/CountQueryValidator.cs index cf2fd073da..e5ecefcd56 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Validators/CountQueryValidator.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Validators/CountQueryValidator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; @@ -84,4 +88,4 @@ internal static CountQueryValidator GetCountQueryValidator(ODataQueryContext con : context.RequestContainer.GetRequiredService(); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Validators/FilterQueryValidator.cs b/src/Microsoft.AspNet.OData.Shared/Query/Validators/FilterQueryValidator.cs index dec9d2931a..2732f897fa 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Validators/FilterQueryValidator.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Validators/FilterQueryValidator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; @@ -1070,4 +1074,4 @@ private static AllowedArithmeticOperators ToArithmeticOperator(BinaryOperatorNod return result; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Validators/ODataQueryValidator.cs b/src/Microsoft.AspNet.OData.Shared/Query/Validators/ODataQueryValidator.cs index ce907a7388..61d4298146 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Validators/ODataQueryValidator.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Validators/ODataQueryValidator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Validators/OrderByModelLimitationsValidator.cs b/src/Microsoft.AspNet.OData.Shared/Query/Validators/OrderByModelLimitationsValidator.cs index ac05bb5488..5a50b27911 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Validators/OrderByModelLimitationsValidator.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Validators/OrderByModelLimitationsValidator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.AspNet.OData.Formatter; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Validators/OrderByQueryValidator.cs b/src/Microsoft.AspNet.OData.Shared/Query/Validators/OrderByQueryValidator.cs index d26aca9e48..a554cc92b7 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Validators/OrderByQueryValidator.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Validators/OrderByQueryValidator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Validators/SelectExpandQueryValidator.cs b/src/Microsoft.AspNet.OData.Shared/Query/Validators/SelectExpandQueryValidator.cs index 278998e4ae..a0d620955e 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Validators/SelectExpandQueryValidator.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Validators/SelectExpandQueryValidator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Validators/SkipQueryValidator.cs b/src/Microsoft.AspNet.OData.Shared/Query/Validators/SkipQueryValidator.cs index 6a2c114698..7c213ade7e 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Validators/SkipQueryValidator.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Validators/SkipQueryValidator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Validators/SkipTokenQueryValidator.cs b/src/Microsoft.AspNet.OData.Shared/Query/Validators/SkipTokenQueryValidator.cs index be8d3db97d..fba21f52f5 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Validators/SkipTokenQueryValidator.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Validators/SkipTokenQueryValidator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Microsoft.AspNet.OData.Shared/Query/Validators/TopQueryValidator.cs b/src/Microsoft.AspNet.OData.Shared/Query/Validators/TopQueryValidator.cs index c5c0c64417..2d31fb1ebc 100644 --- a/src/Microsoft.AspNet.OData.Shared/Query/Validators/TopQueryValidator.cs +++ b/src/Microsoft.AspNet.OData.Shared/Query/Validators/TopQueryValidator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.AspNet.OData.Formatter; diff --git a/src/Microsoft.AspNet.OData.Shared/QueryHelpers.cs b/src/Microsoft.AspNet.OData.Shared/QueryHelpers.cs index c93fa22b1d..b8c5ed724a 100644 --- a/src/Microsoft.AspNet.OData.Shared/QueryHelpers.cs +++ b/src/Microsoft.AspNet.OData.Shared/QueryHelpers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/src/Microsoft.AspNet.OData.Shared/QueryableRestrictions.cs b/src/Microsoft.AspNet.OData.Shared/QueryableRestrictions.cs index e35171d2b1..1fd04092ee 100644 --- a/src/Microsoft.AspNet.OData.Shared/QueryableRestrictions.cs +++ b/src/Microsoft.AspNet.OData.Shared/QueryableRestrictions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; diff --git a/src/Microsoft.AspNet.OData.Shared/QueryableRestrictionsAnnotation.cs b/src/Microsoft.AspNet.OData.Shared/QueryableRestrictionsAnnotation.cs index 42a0d4b9e0..392c486ffe 100644 --- a/src/Microsoft.AspNet.OData.Shared/QueryableRestrictionsAnnotation.cs +++ b/src/Microsoft.AspNet.OData.Shared/QueryableRestrictionsAnnotation.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/RequestMethod.cs b/src/Microsoft.AspNet.OData.Shared/RequestMethod.cs index fc338be489..ddf9afcfa6 100644 --- a/src/Microsoft.AspNet.OData.Shared/RequestMethod.cs +++ b/src/Microsoft.AspNet.OData.Shared/RequestMethod.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData { diff --git a/src/Microsoft.AspNet.OData.Shared/RequestPreferenceHelpers.cs b/src/Microsoft.AspNet.OData.Shared/RequestPreferenceHelpers.cs index f3186fd24b..144ac4d620 100644 --- a/src/Microsoft.AspNet.OData.Shared/RequestPreferenceHelpers.cs +++ b/src/Microsoft.AspNet.OData.Shared/RequestPreferenceHelpers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/ResourceContext.cs b/src/Microsoft.AspNet.OData.Shared/ResourceContext.cs index bf587f6ab2..2950e17097 100644 --- a/src/Microsoft.AspNet.OData.Shared/ResourceContext.cs +++ b/src/Microsoft.AspNet.OData.Shared/ResourceContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/ResourceContextOfTStructuredType.cs b/src/Microsoft.AspNet.OData.Shared/ResourceContextOfTStructuredType.cs index 6f80d02906..82a3d8d41c 100644 --- a/src/Microsoft.AspNet.OData.Shared/ResourceContextOfTStructuredType.cs +++ b/src/Microsoft.AspNet.OData.Shared/ResourceContextOfTStructuredType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/src/Microsoft.AspNet.OData.Shared/ResourceSetContext.cs b/src/Microsoft.AspNet.OData.Shared/ResourceSetContext.cs index 4da796164f..e2c0e4f9d8 100644 --- a/src/Microsoft.AspNet.OData.Shared/ResourceSetContext.cs +++ b/src/Microsoft.AspNet.OData.Shared/ResourceSetContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Interfaces; using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/Results/ResultHelpers.cs b/src/Microsoft.AspNet.OData.Shared/Results/ResultHelpers.cs index 7c3db3aa73..53687fc3ab 100644 --- a/src/Microsoft.AspNet.OData.Shared/Results/ResultHelpers.cs +++ b/src/Microsoft.AspNet.OData.Shared/Results/ResultHelpers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/ActionMapExtensions.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/ActionMapExtensions.cs index 4cbea4104e..2fcb2d9d5c 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/ActionMapExtensions.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/ActionMapExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Interfaces; @@ -23,4 +27,4 @@ public static string FindMatchingAction(this IWebApiActionMap actionMap, params return null; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/ActionRoutingConvention.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/ActionRoutingConvention.cs index 784371d938..c4902c78bf 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/ActionRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/ActionRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using Microsoft.AspNet.OData.Interfaces; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/AttributeRoutingConvention.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/AttributeRoutingConvention.cs index e65409cf70..4aacdd9718 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/AttributeRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/AttributeRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/DynamicPropertyRoutingConvention.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/DynamicPropertyRoutingConvention.cs index bd933d7d30..a8f76ce259 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/DynamicPropertyRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/DynamicPropertyRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.CodeAnalysis; @@ -96,4 +100,4 @@ internal static string SelectActionImpl(ODataPath odataPath, IWebApiControllerCo return null; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/EntityRoutingConvention.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/EntityRoutingConvention.cs index 58e8d4cda1..13014736cd 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/EntityRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/EntityRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.Contracts; using System.Linq; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/EntitySetRoutingConvention.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/EntitySetRoutingConvention.cs index c287c506c5..4d85011cfe 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/EntitySetRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/EntitySetRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Interfaces; using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/FunctionRoutingConvention.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/FunctionRoutingConvention.cs index a32c3305c1..90d7c4192b 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/FunctionRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/FunctionRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.CodeAnalysis; using System.Linq; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/MetadataRoutingConvention.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/MetadataRoutingConvention.cs index 818e5448cb..5319c237fc 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/MetadataRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/MetadataRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.AspNet.OData.Interfaces; @@ -79,4 +83,4 @@ internal static string SelectActionImpl(ODataPath odataPath, IWebApiControllerCo return null; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/NavigationRoutingConvention.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/NavigationRoutingConvention.cs index 6b984ec86c..c2273693fb 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/NavigationRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/NavigationRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/NavigationSourceRoutingConvention.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/NavigationSourceRoutingConvention.cs index b853b96a1a..b485aca893 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/NavigationSourceRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/NavigationSourceRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using Microsoft.OData.UriParser; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/NestedPathsRoutingConvention.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/NestedPathsRoutingConvention.cs index ac351948ec..a582983078 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/NestedPathsRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/NestedPathsRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/OperationImportRoutingConvention.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/OperationImportRoutingConvention.cs index c20313b02d..5582082dce 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/OperationImportRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/OperationImportRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using Microsoft.AspNet.OData.Interfaces; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/PropertyRoutingConvention.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/PropertyRoutingConvention.cs index f8d5bc25cd..04ab44d36e 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/PropertyRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/PropertyRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/RefRoutingConvention.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/RefRoutingConvention.cs index 171b030eb4..e0ad45adb9 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/RefRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/RefRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; @@ -112,4 +116,4 @@ private static bool IsSupportedRequestMethod(ODataRequestMethod method) ODataRequestMethod.Get == method); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/RequestMethodExtensions.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/RequestMethodExtensions.cs index 7791bcd0d0..fcda951443 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/RequestMethodExtensions.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/RequestMethodExtensions.cs @@ -1,4 +1,11 @@ -using System; +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +using System; using System.Collections.Generic; using System.Linq; using Microsoft.AspNet.OData.Interfaces; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/RoutingConventionHelpers.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/RoutingConventionHelpers.cs index 0fedebbc22..2c5fd5ffa4 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/RoutingConventionHelpers.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/RoutingConventionHelpers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/SelectControllerResult.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/SelectControllerResult.cs index 090972440a..4a771fbf1c 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/SelectControllerResult.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/SelectControllerResult.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/SingletonRoutingConvention.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/SingletonRoutingConvention.cs index f77a48ddef..40c4b556c2 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/SingletonRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/SingletonRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Interfaces; using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/UnmappedRequestRoutingConvention.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/UnmappedRequestRoutingConvention.cs index f4b6448950..967f267510 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/UnmappedRequestRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Conventions/UnmappedRequestRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Interfaces; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/DefaultODataPathHandler.cs b/src/Microsoft.AspNet.OData.Shared/Routing/DefaultODataPathHandler.cs index a9d8393192..bcad356567 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/DefaultODataPathHandler.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/DefaultODataPathHandler.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/DefaultODataPathValidator.cs b/src/Microsoft.AspNet.OData.Shared/Routing/DefaultODataPathValidator.cs index 3b82f798d9..0a4ab53675 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/DefaultODataPathValidator.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/DefaultODataPathValidator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.AspNet.OData.Formatter; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/IODataPathHandler.cs b/src/Microsoft.AspNet.OData.Shared/Routing/IODataPathHandler.cs index 7eaaa46b2a..e658542b74 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/IODataPathHandler.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/IODataPathHandler.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.CodeAnalysis; @@ -35,4 +39,4 @@ public interface IODataPathHandler /// ODataUrlKeyDelimiter UrlKeyDelimiter { get; set; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/IODataPathTemplateHandler.cs b/src/Microsoft.AspNet.OData.Shared/Routing/IODataPathTemplateHandler.cs index 947070edaf..bee4938d7f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/IODataPathTemplateHandler.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/IODataPathTemplateHandler.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/KeyValueParser.cs b/src/Microsoft.AspNet.OData.Shared/Routing/KeyValueParser.cs index 06dac87269..e7635fe52f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/KeyValueParser.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/KeyValueParser.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/ODataOptionalParameter.cs b/src/Microsoft.AspNet.OData.Shared/Routing/ODataOptionalParameter.cs index 82431b2fc0..b54d80bec0 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/ODataOptionalParameter.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/ODataOptionalParameter.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.OData.Edm; @@ -23,4 +27,4 @@ public void Add(IEdmOptionalParameter parameter) _optionalParameters.Add(parameter); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/ODataParameterHelper.cs b/src/Microsoft.AspNet.OData.Shared/Routing/ODataParameterHelper.cs index 0d3d6660f6..eebd2aac78 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/ODataParameterHelper.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/ODataParameterHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/ODataParameterValue.cs b/src/Microsoft.AspNet.OData.Shared/Routing/ODataParameterValue.cs index 19e0f5b14d..f06bf36be9 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/ODataParameterValue.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/ODataParameterValue.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/ODataPath.cs b/src/Microsoft.AspNet.OData.Shared/Routing/ODataPath.cs index 0acf3a8c06..7a7eb799a1 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/ODataPath.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/ODataPath.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/ODataPathParameterBindingAttribute.cs b/src/Microsoft.AspNet.OData.Shared/Routing/ODataPathParameterBindingAttribute.cs index 5be9be4caa..55593fcfa0 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/ODataPathParameterBindingAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/ODataPathParameterBindingAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Routing { diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/ODataPathRouteConstraint.cs b/src/Microsoft.AspNet.OData.Shared/Routing/ODataPathRouteConstraint.cs index 2e9f11a6cf..fcd8577be8 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/ODataPathRouteConstraint.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/ODataPathRouteConstraint.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/ODataPathSegmentExtensions.cs b/src/Microsoft.AspNet.OData.Shared/Routing/ODataPathSegmentExtensions.cs index d9a5b64480..1ae4b8465f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/ODataPathSegmentExtensions.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/ODataPathSegmentExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/ODataPathSegmentHandler.cs b/src/Microsoft.AspNet.OData.Shared/Routing/ODataPathSegmentHandler.cs index 89f440eb48..d270e9d660 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/ODataPathSegmentHandler.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/ODataPathSegmentHandler.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/ODataPathSegmentTranslator.cs b/src/Microsoft.AspNet.OData.Shared/Routing/ODataPathSegmentTranslator.cs index 0637e63553..7c9834f8c2 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/ODataPathSegmentTranslator.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/ODataPathSegmentTranslator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Diagnostics.Contracts; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/ODataRoute.cs b/src/Microsoft.AspNet.OData.Shared/Routing/ODataRoute.cs index c10a9d5101..5c6258b31b 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/ODataRoute.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/ODataRoute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.Contracts; @@ -71,4 +75,4 @@ private static string UriEncode(string str) return escape; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/ODataRouteAttribute.cs b/src/Microsoft.AspNet.OData.Shared/Routing/ODataRouteAttribute.cs index f68f1694a8..58a177d558 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/ODataRouteAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/ODataRouteAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/ODataRouteConstants.cs b/src/Microsoft.AspNet.OData.Shared/Routing/ODataRouteConstants.cs index ef63fe81e7..0e05573f0f 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/ODataRouteConstants.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/ODataRouteConstants.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Routing { diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/ODataRoutePrefixAttribute.cs b/src/Microsoft.AspNet.OData.Shared/Routing/ODataRoutePrefixAttribute.cs index 54fd9bd3ad..28f847d237 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/ODataRoutePrefixAttribute.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/ODataRoutePrefixAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/ODataSegmentKinds.cs b/src/Microsoft.AspNet.OData.Shared/Routing/ODataSegmentKinds.cs index 215505b7dc..a3acb36b56 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/ODataSegmentKinds.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/ODataSegmentKinds.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Routing { diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/ODataVersionConstraint.cs b/src/Microsoft.AspNet.OData.Shared/Routing/ODataVersionConstraint.cs index ca9a36ddc3..6541dceb1d 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/ODataVersionConstraint.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/ODataVersionConstraint.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Template/DynamicSegmentTemplate.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Template/DynamicSegmentTemplate.cs index 87ceb198c0..da03080a4a 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Template/DynamicSegmentTemplate.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Template/DynamicSegmentTemplate.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Template/EntitySetSegmentTemplate.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Template/EntitySetSegmentTemplate.cs index 2ac3afbacd..345bfe6138 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Template/EntitySetSegmentTemplate.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Template/EntitySetSegmentTemplate.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Template/KeySegmentTemplate.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Template/KeySegmentTemplate.cs index 525ab9118f..1877f4bb0d 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Template/KeySegmentTemplate.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Template/KeySegmentTemplate.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Template/NavigationPropertyLinkSegmentTemplate.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Template/NavigationPropertyLinkSegmentTemplate.cs index d98f2a1001..3ae8f8e21e 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Template/NavigationPropertyLinkSegmentTemplate.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Template/NavigationPropertyLinkSegmentTemplate.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Template/NavigationPropertySegmentTemplate.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Template/NavigationPropertySegmentTemplate.cs index 70cb2ad92f..66f9492911 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Template/NavigationPropertySegmentTemplate.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Template/NavigationPropertySegmentTemplate.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Template/ODataPathSegmentTemplate.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Template/ODataPathSegmentTemplate.cs index 2abd4ba00b..eedaab4bb6 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Template/ODataPathSegmentTemplate.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Template/ODataPathSegmentTemplate.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.OData.UriParser; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Template/ODataPathSegmentTemplateOfT.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Template/ODataPathSegmentTemplateOfT.cs index 06c13caa02..0f1311e331 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Template/ODataPathSegmentTemplateOfT.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Template/ODataPathSegmentTemplateOfT.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.OData.UriParser; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Template/ODataPathSegmentTemplateTranslator.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Template/ODataPathSegmentTemplateTranslator.cs index 38d0bb8b57..357d6ddcdf 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Template/ODataPathSegmentTemplateTranslator.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Template/ODataPathSegmentTemplateTranslator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.OData; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Template/ODataPathTemplate.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Template/ODataPathTemplate.cs index 50452bde3d..2826af3cec 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Template/ODataPathTemplate.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Template/ODataPathTemplate.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Template/OperationImportSegmentTemplate.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Template/OperationImportSegmentTemplate.cs index 94deb63d54..4e9c493842 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Template/OperationImportSegmentTemplate.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Template/OperationImportSegmentTemplate.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Template/OperationSegmentTemplate.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Template/OperationSegmentTemplate.cs index d2d30cdb35..c95a4bb93e 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Template/OperationSegmentTemplate.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Template/OperationSegmentTemplate.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Template/PathTemplateSegmentTemplate.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Template/PathTemplateSegmentTemplate.cs index 95817a7df1..ff143cbb81 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Template/PathTemplateSegmentTemplate.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Template/PathTemplateSegmentTemplate.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Template/PropertySegmentTemplate.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Template/PropertySegmentTemplate.cs index ab38d6a3dd..02bcbd2b64 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Template/PropertySegmentTemplate.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Template/PropertySegmentTemplate.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Template/SingletonSegmentTemplate.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Template/SingletonSegmentTemplate.cs index f23f5dd5f8..208d94418d 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Template/SingletonSegmentTemplate.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Template/SingletonSegmentTemplate.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/Template/TypeSegmentTemplate.cs b/src/Microsoft.AspNet.OData.Shared/Routing/Template/TypeSegmentTemplate.cs index 85ce336de5..db1b5bda4c 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/Template/TypeSegmentTemplate.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/Template/TypeSegmentTemplate.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData.Shared/Routing/UnresolvedPathSegment.cs b/src/Microsoft.AspNet.OData.Shared/Routing/UnresolvedPathSegment.cs index e9e2e49c12..25f23a8715 100644 --- a/src/Microsoft.AspNet.OData.Shared/Routing/UnresolvedPathSegment.cs +++ b/src/Microsoft.AspNet.OData.Shared/Routing/UnresolvedPathSegment.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.OData.Edm; diff --git a/src/Microsoft.AspNet.OData.Shared/TimeZoneInfoHelper.cs b/src/Microsoft.AspNet.OData.Shared/TimeZoneInfoHelper.cs index 1c6e38925e..860896e644 100644 --- a/src/Microsoft.AspNet.OData.Shared/TimeZoneInfoHelper.cs +++ b/src/Microsoft.AspNet.OData.Shared/TimeZoneInfoHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/src/Microsoft.AspNet.OData.Shared/TypeHelper.cs b/src/Microsoft.AspNet.OData.Shared/TypeHelper.cs index 54ef2adfb7..39aeb90981 100644 --- a/src/Microsoft.AspNet.OData.Shared/TypeHelper.cs +++ b/src/Microsoft.AspNet.OData.Shared/TypeHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/TypedDelta.cs b/src/Microsoft.AspNet.OData.Shared/TypedDelta.cs index c0704162ac..9ee9b11a6c 100644 --- a/src/Microsoft.AspNet.OData.Shared/TypedDelta.cs +++ b/src/Microsoft.AspNet.OData.Shared/TypedDelta.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/src/Microsoft.AspNet.OData.Shared/UnqualifiedCallAndEnumPrefixFreeResolver.cs b/src/Microsoft.AspNet.OData.Shared/UnqualifiedCallAndEnumPrefixFreeResolver.cs index bb2083b5c4..ed9ae2eef6 100644 --- a/src/Microsoft.AspNet.OData.Shared/UnqualifiedCallAndEnumPrefixFreeResolver.cs +++ b/src/Microsoft.AspNet.OData.Shared/UnqualifiedCallAndEnumPrefixFreeResolver.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData.Shared/WebApiAssembliesResolver.cs b/src/Microsoft.AspNet.OData.Shared/WebApiAssembliesResolver.cs index 96de373233..b5fdf85d8d 100644 --- a/src/Microsoft.AspNet.OData.Shared/WebApiAssembliesResolver.cs +++ b/src/Microsoft.AspNet.OData.Shared/WebApiAssembliesResolver.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Interfaces; diff --git a/src/Microsoft.AspNet.OData/Adapters/WebApiActionDescriptor.cs b/src/Microsoft.AspNet.OData/Adapters/WebApiActionDescriptor.cs index b87c7e0d74..6cb29f7cd1 100644 --- a/src/Microsoft.AspNet.OData/Adapters/WebApiActionDescriptor.cs +++ b/src/Microsoft.AspNet.OData/Adapters/WebApiActionDescriptor.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData/Adapters/WebApiActionMap.cs b/src/Microsoft.AspNet.OData/Adapters/WebApiActionMap.cs index b9cd77dacb..33717781ea 100644 --- a/src/Microsoft.AspNet.OData/Adapters/WebApiActionMap.cs +++ b/src/Microsoft.AspNet.OData/Adapters/WebApiActionMap.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Web.Http.Controllers; diff --git a/src/Microsoft.AspNet.OData/Adapters/WebApiAssembliesResolver.cs b/src/Microsoft.AspNet.OData/Adapters/WebApiAssembliesResolver.cs index 0e1195f470..3ef38cf3ec 100644 --- a/src/Microsoft.AspNet.OData/Adapters/WebApiAssembliesResolver.cs +++ b/src/Microsoft.AspNet.OData/Adapters/WebApiAssembliesResolver.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Reflection; diff --git a/src/Microsoft.AspNet.OData/Adapters/WebApiContext.cs b/src/Microsoft.AspNet.OData/Adapters/WebApiContext.cs index 16c84d23c5..c77bd2dec8 100644 --- a/src/Microsoft.AspNet.OData/Adapters/WebApiContext.cs +++ b/src/Microsoft.AspNet.OData/Adapters/WebApiContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData/Adapters/WebApiControllerContext.cs b/src/Microsoft.AspNet.OData/Adapters/WebApiControllerContext.cs index 624fd44610..63870a699d 100644 --- a/src/Microsoft.AspNet.OData/Adapters/WebApiControllerContext.cs +++ b/src/Microsoft.AspNet.OData/Adapters/WebApiControllerContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Net.Http; diff --git a/src/Microsoft.AspNet.OData/Adapters/WebApiOptions.cs b/src/Microsoft.AspNet.OData/Adapters/WebApiOptions.cs index 8158c94407..b737f206a9 100644 --- a/src/Microsoft.AspNet.OData/Adapters/WebApiOptions.cs +++ b/src/Microsoft.AspNet.OData/Adapters/WebApiOptions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Web.Http; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData/Adapters/WebApiRequestHeaders.cs b/src/Microsoft.AspNet.OData/Adapters/WebApiRequestHeaders.cs index be6739858c..492f0eb4b3 100644 --- a/src/Microsoft.AspNet.OData/Adapters/WebApiRequestHeaders.cs +++ b/src/Microsoft.AspNet.OData/Adapters/WebApiRequestHeaders.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Net.Http.Headers; diff --git a/src/Microsoft.AspNet.OData/Adapters/WebApiRequestMessage.cs b/src/Microsoft.AspNet.OData/Adapters/WebApiRequestMessage.cs index e075bdb79a..86b2d3756c 100644 --- a/src/Microsoft.AspNet.OData/Adapters/WebApiRequestMessage.cs +++ b/src/Microsoft.AspNet.OData/Adapters/WebApiRequestMessage.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData/Adapters/WebApiUrlHelper.cs b/src/Microsoft.AspNet.OData/Adapters/WebApiUrlHelper.cs index 0b0c67ef4a..877de940c6 100644 --- a/src/Microsoft.AspNet.OData/Adapters/WebApiUrlHelper.cs +++ b/src/Microsoft.AspNet.OData/Adapters/WebApiUrlHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Web.Http.Routing; diff --git a/src/Microsoft.AspNet.OData/Batch/ChangeSetRequestItem.cs b/src/Microsoft.AspNet.OData/Batch/ChangeSetRequestItem.cs index 4c8a3772e3..516eb0fd74 100644 --- a/src/Microsoft.AspNet.OData/Batch/ChangeSetRequestItem.cs +++ b/src/Microsoft.AspNet.OData/Batch/ChangeSetRequestItem.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -120,4 +124,4 @@ internal static void DisposeResponses(List responses) } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData/Batch/ChangeSetResponseItem.cs b/src/Microsoft.AspNet.OData/Batch/ChangeSetResponseItem.cs index f0913151f7..1c371be917 100644 --- a/src/Microsoft.AspNet.OData/Batch/ChangeSetResponseItem.cs +++ b/src/Microsoft.AspNet.OData/Batch/ChangeSetResponseItem.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; @@ -94,4 +98,4 @@ protected override void Dispose(bool disposing) } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData/Batch/DefaultODataBatchHandler.cs b/src/Microsoft.AspNet.OData/Batch/DefaultODataBatchHandler.cs index 6c83bd05bd..c353b74df0 100644 --- a/src/Microsoft.AspNet.OData/Batch/DefaultODataBatchHandler.cs +++ b/src/Microsoft.AspNet.OData/Batch/DefaultODataBatchHandler.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -158,4 +162,4 @@ public virtual async Task> ParseBatchRequestsAsync( return requests; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData/Batch/LazyStreamContent.cs b/src/Microsoft.AspNet.OData/Batch/LazyStreamContent.cs index ff761d2035..dff21c788d 100644 --- a/src/Microsoft.AspNet.OData/Batch/LazyStreamContent.cs +++ b/src/Microsoft.AspNet.OData/Batch/LazyStreamContent.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.IO; @@ -43,4 +47,4 @@ protected override bool TryComputeLength(out long length) return false; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData/Batch/ODataBatchContent.cs b/src/Microsoft.AspNet.OData/Batch/ODataBatchContent.cs index ba5549d2ed..957f2e48c5 100644 --- a/src/Microsoft.AspNet.OData/Batch/ODataBatchContent.cs +++ b/src/Microsoft.AspNet.OData/Batch/ODataBatchContent.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData/Batch/ODataBatchHandler.cs b/src/Microsoft.AspNet.OData/Batch/ODataBatchHandler.cs index cbafe78421..ed88c12660 100644 --- a/src/Microsoft.AspNet.OData/Batch/ODataBatchHandler.cs +++ b/src/Microsoft.AspNet.OData/Batch/ODataBatchHandler.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -79,4 +83,4 @@ public virtual Uri GetBaseUri(HttpRequestMessage request) return request.GetODataBatchBaseUri(ODataRouteName); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData/Batch/ODataBatchHttpRequestMessageExtensions.cs b/src/Microsoft.AspNet.OData/Batch/ODataBatchHttpRequestMessageExtensions.cs index b42cafc1a8..9fb7a0eab3 100644 --- a/src/Microsoft.AspNet.OData/Batch/ODataBatchHttpRequestMessageExtensions.cs +++ b/src/Microsoft.AspNet.OData/Batch/ODataBatchHttpRequestMessageExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -297,4 +301,4 @@ internal static Uri GetODataBatchBaseUri(this HttpRequestMessage request, string } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData/Batch/ODataBatchReaderExtensions.cs b/src/Microsoft.AspNet.OData/Batch/ODataBatchReaderExtensions.cs index a686d3aafb..338ec0b673 100644 --- a/src/Microsoft.AspNet.OData/Batch/ODataBatchReaderExtensions.cs +++ b/src/Microsoft.AspNet.OData/Batch/ODataBatchReaderExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -190,4 +194,4 @@ private static async Task ReadOperationInternalAsync( return request; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData/Batch/ODataBatchRequestItem.cs b/src/Microsoft.AspNet.OData/Batch/ODataBatchRequestItem.cs index 7d13125efd..e60032c24d 100644 --- a/src/Microsoft.AspNet.OData/Batch/ODataBatchRequestItem.cs +++ b/src/Microsoft.AspNet.OData/Batch/ODataBatchRequestItem.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -99,4 +103,4 @@ public void Dispose() /// true to release both managed and unmanaged resources; false to release only unmanaged resources. protected abstract void Dispose(bool disposing); } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData/Batch/ODataBatchResponseItem.cs b/src/Microsoft.AspNet.OData/Batch/ODataBatchResponseItem.cs index 06195535e2..fb4dbc6d9b 100644 --- a/src/Microsoft.AspNet.OData/Batch/ODataBatchResponseItem.cs +++ b/src/Microsoft.AspNet.OData/Batch/ODataBatchResponseItem.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -146,4 +150,4 @@ internal virtual bool IsResponseSuccessful() /// true to release both managed and unmanaged resources; false to release only unmanaged resources. protected abstract void Dispose(bool disposing); } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData/Batch/ODataHttpContentExtensions.cs b/src/Microsoft.AspNet.OData/Batch/ODataHttpContentExtensions.cs index cf05428620..d02cf59ada 100644 --- a/src/Microsoft.AspNet.OData/Batch/ODataHttpContentExtensions.cs +++ b/src/Microsoft.AspNet.OData/Batch/ODataHttpContentExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel; @@ -56,4 +60,4 @@ public static async Task GetODataMessageReaderAsync(this Htt return oDataMessageReader; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData/Batch/OperationRequestItem.cs b/src/Microsoft.AspNet.OData/Batch/OperationRequestItem.cs index 3ea9d4fa8a..6129771c04 100644 --- a/src/Microsoft.AspNet.OData/Batch/OperationRequestItem.cs +++ b/src/Microsoft.AspNet.OData/Batch/OperationRequestItem.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -69,4 +73,4 @@ public override IEnumerable GetResourcesForDisposal() return Request.GetResourcesForDisposal(); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData/Batch/OperationResponseItem.cs b/src/Microsoft.AspNet.OData/Batch/OperationResponseItem.cs index 131e7c138b..9949e064da 100644 --- a/src/Microsoft.AspNet.OData/Batch/OperationResponseItem.cs +++ b/src/Microsoft.AspNet.OData/Batch/OperationResponseItem.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using System.Threading; @@ -66,4 +70,4 @@ protected override void Dispose(bool disposing) } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData/Batch/UnbufferedODataBatchHandler.cs b/src/Microsoft.AspNet.OData/Batch/UnbufferedODataBatchHandler.cs index 5ce3bba9e4..311d8d3388 100644 --- a/src/Microsoft.AspNet.OData/Batch/UnbufferedODataBatchHandler.cs +++ b/src/Microsoft.AspNet.OData/Batch/UnbufferedODataBatchHandler.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -196,4 +200,4 @@ public virtual async Task ExecuteChangeSetAsync(ODataBat return new ChangeSetResponseItem(changeSetResponse); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData/Builder/ODataConventionModelBuilder.cs b/src/Microsoft.AspNet.OData/Builder/ODataConventionModelBuilder.cs index 418681263c..96e0946cb1 100644 --- a/src/Microsoft.AspNet.OData/Builder/ODataConventionModelBuilder.cs +++ b/src/Microsoft.AspNet.OData/Builder/ODataConventionModelBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Web.Http; using System.Web.Http.Dispatcher; diff --git a/src/Microsoft.AspNet.OData/ETagMessageHandler.cs b/src/Microsoft.AspNet.OData/ETagMessageHandler.cs index e3b4c97b2e..150625994a 100644 --- a/src/Microsoft.AspNet.OData/ETagMessageHandler.cs +++ b/src/Microsoft.AspNet.OData/ETagMessageHandler.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using System.Net.Http.Headers; diff --git a/src/Microsoft.AspNet.OData/EnableQueryAttribute.cs b/src/Microsoft.AspNet.OData/EnableQueryAttribute.cs index c40d51a4ab..893605419c 100644 --- a/src/Microsoft.AspNet.OData/EnableQueryAttribute.cs +++ b/src/Microsoft.AspNet.OData/EnableQueryAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -195,4 +199,4 @@ public virtual IEdmModel GetModel(Type elementClrType, HttpRequestMessage reques return model; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData/Extensions/HttpActionDescriptorExtensions.cs b/src/Microsoft.AspNet.OData/Extensions/HttpActionDescriptorExtensions.cs index 4591903d05..96641d70fd 100644 --- a/src/Microsoft.AspNet.OData/Extensions/HttpActionDescriptorExtensions.cs +++ b/src/Microsoft.AspNet.OData/Extensions/HttpActionDescriptorExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel; diff --git a/src/Microsoft.AspNet.OData/Extensions/HttpConfigurationExtensions.cs b/src/Microsoft.AspNet.OData/Extensions/HttpConfigurationExtensions.cs index 9e2cf70ea5..1f05cd45fa 100644 --- a/src/Microsoft.AspNet.OData/Extensions/HttpConfigurationExtensions.cs +++ b/src/Microsoft.AspNet.OData/Extensions/HttpConfigurationExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData/Extensions/HttpErrorExtensions.cs b/src/Microsoft.AspNet.OData/Extensions/HttpErrorExtensions.cs index b50cb314ae..969bd1b1c1 100644 --- a/src/Microsoft.AspNet.OData/Extensions/HttpErrorExtensions.cs +++ b/src/Microsoft.AspNet.OData/Extensions/HttpErrorExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.ComponentModel; diff --git a/src/Microsoft.AspNet.OData/Extensions/HttpRequestMessageExtensions.cs b/src/Microsoft.AspNet.OData/Extensions/HttpRequestMessageExtensions.cs index 64ebbe0532..ca30940751 100644 --- a/src/Microsoft.AspNet.OData/Extensions/HttpRequestMessageExtensions.cs +++ b/src/Microsoft.AspNet.OData/Extensions/HttpRequestMessageExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData/Extensions/HttpRequestMessageProperties.cs b/src/Microsoft.AspNet.OData/Extensions/HttpRequestMessageProperties.cs index b4db1f5ab7..17851d1e03 100644 --- a/src/Microsoft.AspNet.OData/Extensions/HttpRequestMessageProperties.cs +++ b/src/Microsoft.AspNet.OData/Extensions/HttpRequestMessageProperties.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData/Extensions/UrlHelperExtensions.cs b/src/Microsoft.AspNet.OData/Extensions/UrlHelperExtensions.cs index 5a8019ed36..19c0475a12 100644 --- a/src/Microsoft.AspNet.OData/Extensions/UrlHelperExtensions.cs +++ b/src/Microsoft.AspNet.OData/Extensions/UrlHelperExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData/Formatter/Deserialization/DefaultODataDeserializerProvider.cs b/src/Microsoft.AspNet.OData/Formatter/Deserialization/DefaultODataDeserializerProvider.cs index 51ce178032..18f9d1fc94 100644 --- a/src/Microsoft.AspNet.OData/Formatter/Deserialization/DefaultODataDeserializerProvider.cs +++ b/src/Microsoft.AspNet.OData/Formatter/Deserialization/DefaultODataDeserializerProvider.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Net.Http; diff --git a/src/Microsoft.AspNet.OData/Formatter/Deserialization/ODataDeserializerContext.cs b/src/Microsoft.AspNet.OData/Formatter/Deserialization/ODataDeserializerContext.cs index 16ceeb06ed..e71283bba8 100644 --- a/src/Microsoft.AspNet.OData/Formatter/Deserialization/ODataDeserializerContext.cs +++ b/src/Microsoft.AspNet.OData/Formatter/Deserialization/ODataDeserializerContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using System.Web.Http.Controllers; diff --git a/src/Microsoft.AspNet.OData/Formatter/Deserialization/ODataDeserializerProvider.cs b/src/Microsoft.AspNet.OData/Formatter/Deserialization/ODataDeserializerProvider.cs index 963d135c93..b4582e6e55 100644 --- a/src/Microsoft.AspNet.OData/Formatter/Deserialization/ODataDeserializerProvider.cs +++ b/src/Microsoft.AspNet.OData/Formatter/Deserialization/ODataDeserializerProvider.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Net.Http; diff --git a/src/Microsoft.AspNet.OData/Formatter/ODataCountMediaTypeMapping.cs b/src/Microsoft.AspNet.OData/Formatter/ODataCountMediaTypeMapping.cs index effb51e6e8..62be694235 100644 --- a/src/Microsoft.AspNet.OData/Formatter/ODataCountMediaTypeMapping.cs +++ b/src/Microsoft.AspNet.OData/Formatter/ODataCountMediaTypeMapping.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using System.Net.Http.Formatting; diff --git a/src/Microsoft.AspNet.OData/Formatter/ODataMediaTypeFormatter.cs b/src/Microsoft.AspNet.OData/Formatter/ODataMediaTypeFormatter.cs index a9c0dd4dee..c274da5d8f 100644 --- a/src/Microsoft.AspNet.OData/Formatter/ODataMediaTypeFormatter.cs +++ b/src/Microsoft.AspNet.OData/Formatter/ODataMediaTypeFormatter.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -392,4 +396,4 @@ public static Uri GetDefaultBaseAddress(HttpRequestMessage request) return baseAddress[baseAddress.Length - 1] != '/' ? new Uri(baseAddress + '/') : new Uri(baseAddress); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData/Formatter/ODataMediaTypeFormatters.cs b/src/Microsoft.AspNet.OData/Formatter/ODataMediaTypeFormatters.cs index 5c1cbdd6cb..7e41709b2f 100644 --- a/src/Microsoft.AspNet.OData/Formatter/ODataMediaTypeFormatters.cs +++ b/src/Microsoft.AspNet.OData/Formatter/ODataMediaTypeFormatters.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Net.Http.Formatting; diff --git a/src/Microsoft.AspNet.OData/Formatter/ODataModelBinderProvider.cs b/src/Microsoft.AspNet.OData/Formatter/ODataModelBinderProvider.cs index 74d50f24d5..90606f0494 100644 --- a/src/Microsoft.AspNet.OData/Formatter/ODataModelBinderProvider.cs +++ b/src/Microsoft.AspNet.OData/Formatter/ODataModelBinderProvider.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel.DataAnnotations; diff --git a/src/Microsoft.AspNet.OData/Formatter/ODataRawValueMediaTypeMapping.cs b/src/Microsoft.AspNet.OData/Formatter/ODataRawValueMediaTypeMapping.cs index 9d1e134784..1912978145 100644 --- a/src/Microsoft.AspNet.OData/Formatter/ODataRawValueMediaTypeMapping.cs +++ b/src/Microsoft.AspNet.OData/Formatter/ODataRawValueMediaTypeMapping.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using System.Net.Http.Formatting; diff --git a/src/Microsoft.AspNet.OData/Formatter/ODataStreamMediaTypeMapping.cs b/src/Microsoft.AspNet.OData/Formatter/ODataStreamMediaTypeMapping.cs index f45ddde865..a1c54a636d 100644 --- a/src/Microsoft.AspNet.OData/Formatter/ODataStreamMediaTypeMapping.cs +++ b/src/Microsoft.AspNet.OData/Formatter/ODataStreamMediaTypeMapping.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using System.Net.Http.Formatting; diff --git a/src/Microsoft.AspNet.OData/Formatter/QueryStringMediaTypeMapping.cs b/src/Microsoft.AspNet.OData/Formatter/QueryStringMediaTypeMapping.cs index 3469479365..98cea0889f 100644 --- a/src/Microsoft.AspNet.OData/Formatter/QueryStringMediaTypeMapping.cs +++ b/src/Microsoft.AspNet.OData/Formatter/QueryStringMediaTypeMapping.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Net.Http; diff --git a/src/Microsoft.AspNet.OData/Formatter/Serialization/DefaultODataSerializerProvider.cs b/src/Microsoft.AspNet.OData/Formatter/Serialization/DefaultODataSerializerProvider.cs index 158de73965..0f7f434ab7 100644 --- a/src/Microsoft.AspNet.OData/Formatter/Serialization/DefaultODataSerializerProvider.cs +++ b/src/Microsoft.AspNet.OData/Formatter/Serialization/DefaultODataSerializerProvider.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Net.Http; diff --git a/src/Microsoft.AspNet.OData/Formatter/Serialization/ODataErrorSerializer.cs b/src/Microsoft.AspNet.OData/Formatter/Serialization/ODataErrorSerializer.cs index 3d20d70e37..2a828d4779 100644 --- a/src/Microsoft.AspNet.OData/Formatter/Serialization/ODataErrorSerializer.cs +++ b/src/Microsoft.AspNet.OData/Formatter/Serialization/ODataErrorSerializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Web.Http; using Microsoft.AspNet.OData.Extensions; diff --git a/src/Microsoft.AspNet.OData/Formatter/Serialization/ODataSerializerContext.cs b/src/Microsoft.AspNet.OData/Formatter/Serialization/ODataSerializerContext.cs index 78bb92f55c..386f57586b 100644 --- a/src/Microsoft.AspNet.OData/Formatter/Serialization/ODataSerializerContext.cs +++ b/src/Microsoft.AspNet.OData/Formatter/Serialization/ODataSerializerContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using System.Web.Http.Controllers; diff --git a/src/Microsoft.AspNet.OData/Formatter/Serialization/ODataSerializerProvider.cs b/src/Microsoft.AspNet.OData/Formatter/Serialization/ODataSerializerProvider.cs index 0506d43a1c..06d112c003 100644 --- a/src/Microsoft.AspNet.OData/Formatter/Serialization/ODataSerializerProvider.cs +++ b/src/Microsoft.AspNet.OData/Formatter/Serialization/ODataSerializerProvider.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Net.Http; diff --git a/src/Microsoft.AspNet.OData/FromODataUriAttribute.cs b/src/Microsoft.AspNet.OData/FromODataUriAttribute.cs index e471bbf805..51edbda157 100644 --- a/src/Microsoft.AspNet.OData/FromODataUriAttribute.cs +++ b/src/Microsoft.AspNet.OData/FromODataUriAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData/GetNextPageHelper.cs b/src/Microsoft.AspNet.OData/GetNextPageHelper.cs index fdf77fe483..45a7de7d9c 100644 --- a/src/Microsoft.AspNet.OData/GetNextPageHelper.cs +++ b/src/Microsoft.AspNet.OData/GetNextPageHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.Contracts; diff --git a/src/Microsoft.AspNet.OData/GlobalSuppressions.cs b/src/Microsoft.AspNet.OData/GlobalSuppressions.cs index bebd2a6b5b..dbceffe86f 100644 --- a/src/Microsoft.AspNet.OData/GlobalSuppressions.cs +++ b/src/Microsoft.AspNet.OData/GlobalSuppressions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.CodeAnalysis; diff --git a/src/Microsoft.AspNet.OData/HttpRequestScope.cs b/src/Microsoft.AspNet.OData/HttpRequestScope.cs index 7717cfae39..7e34d9f46c 100644 --- a/src/Microsoft.AspNet.OData/HttpRequestScope.cs +++ b/src/Microsoft.AspNet.OData/HttpRequestScope.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; diff --git a/src/Microsoft.AspNet.OData/NonValidatingParameterBindingAttribute.cs b/src/Microsoft.AspNet.OData/NonValidatingParameterBindingAttribute.cs index f3c165ed9e..d2947c5e08 100644 --- a/src/Microsoft.AspNet.OData/NonValidatingParameterBindingAttribute.cs +++ b/src/Microsoft.AspNet.OData/NonValidatingParameterBindingAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData/ODataController.cs b/src/Microsoft.AspNet.OData/ODataController.cs index 34d6bbd99e..bbdcd80870 100644 --- a/src/Microsoft.AspNet.OData/ODataController.cs +++ b/src/Microsoft.AspNet.OData/ODataController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Web.Http; using System.Web.Http.Description; diff --git a/src/Microsoft.AspNet.OData/ODataFormattingAttribute.cs b/src/Microsoft.AspNet.OData/ODataFormattingAttribute.cs index 52112eddd9..a132335722 100644 --- a/src/Microsoft.AspNet.OData/ODataFormattingAttribute.cs +++ b/src/Microsoft.AspNet.OData/ODataFormattingAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData/ODataMessageWrapperHelper.cs b/src/Microsoft.AspNet.OData/ODataMessageWrapperHelper.cs index 8e954dd882..21397448ef 100644 --- a/src/Microsoft.AspNet.OData/ODataMessageWrapperHelper.cs +++ b/src/Microsoft.AspNet.OData/ODataMessageWrapperHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData/ODataNullValueMessageHandler.cs b/src/Microsoft.AspNet.OData/ODataNullValueMessageHandler.cs index b6ce56fc0a..6ae28c34db 100644 --- a/src/Microsoft.AspNet.OData/ODataNullValueMessageHandler.cs +++ b/src/Microsoft.AspNet.OData/ODataNullValueMessageHandler.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net; using System.Net.Http; diff --git a/src/Microsoft.AspNet.OData/ODataQueryParameterBindingAttribute.cs b/src/Microsoft.AspNet.OData/ODataQueryParameterBindingAttribute.cs index 559d05fe54..ff5da85c8b 100644 --- a/src/Microsoft.AspNet.OData/ODataQueryParameterBindingAttribute.cs +++ b/src/Microsoft.AspNet.OData/ODataQueryParameterBindingAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/Microsoft.AspNet.OData/ODataRoutingAttribute.cs b/src/Microsoft.AspNet.OData/ODataRoutingAttribute.cs index 58f4970dec..132d296330 100644 --- a/src/Microsoft.AspNet.OData/ODataRoutingAttribute.cs +++ b/src/Microsoft.AspNet.OData/ODataRoutingAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.Contracts; @@ -48,4 +52,4 @@ public void Initialize(HttpControllerSettings controllerSettings, HttpController services.Insert(typeof(ValueProviderFactory), 0, new ODataValueProviderFactory()); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData/PerRequestActionValueBinder.cs b/src/Microsoft.AspNet.OData/PerRequestActionValueBinder.cs index af8ff66d1a..bcda9e5805 100644 --- a/src/Microsoft.AspNet.OData/PerRequestActionValueBinder.cs +++ b/src/Microsoft.AspNet.OData/PerRequestActionValueBinder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.Contracts; using System.Web.Http.Controllers; diff --git a/src/Microsoft.AspNet.OData/PerRequestContentNegotiator.cs b/src/Microsoft.AspNet.OData/PerRequestContentNegotiator.cs index e72d6419fe..04473a476a 100644 --- a/src/Microsoft.AspNet.OData/PerRequestContentNegotiator.cs +++ b/src/Microsoft.AspNet.OData/PerRequestContentNegotiator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData/PerRequestParameterBinding.cs b/src/Microsoft.AspNet.OData/PerRequestParameterBinding.cs index 553e6a7078..320d92f709 100644 --- a/src/Microsoft.AspNet.OData/PerRequestParameterBinding.cs +++ b/src/Microsoft.AspNet.OData/PerRequestParameterBinding.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Diagnostics.Contracts; diff --git a/src/Microsoft.AspNet.OData/PerRouteContainer.cs b/src/Microsoft.AspNet.OData/PerRouteContainer.cs index 502de2ec2f..8f118bfc16 100644 --- a/src/Microsoft.AspNet.OData/PerRouteContainer.cs +++ b/src/Microsoft.AspNet.OData/PerRouteContainer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Concurrent; diff --git a/src/Microsoft.AspNet.OData/Properties/AssemblyInfo.cs b/src/Microsoft.AspNet.OData/Properties/AssemblyInfo.cs index 9520935151..4bd46c88f7 100644 --- a/src/Microsoft.AspNet.OData/Properties/AssemblyInfo.cs +++ b/src/Microsoft.AspNet.OData/Properties/AssemblyInfo.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Reflection; using System.Runtime.CompilerServices; diff --git a/src/Microsoft.AspNet.OData/Query/ODataQueryOptions.cs b/src/Microsoft.AspNet.OData/Query/ODataQueryOptions.cs index 77d66d7185..d7ea0e6fa2 100644 --- a/src/Microsoft.AspNet.OData/Query/ODataQueryOptions.cs +++ b/src/Microsoft.AspNet.OData/Query/ODataQueryOptions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.Contracts; using System.Net.Http; diff --git a/src/Microsoft.AspNet.OData/Query/ODataQueryOptionsOfTEntity.cs b/src/Microsoft.AspNet.OData/Query/ODataQueryOptionsOfTEntity.cs index 682fe44c8d..60382e9c69 100644 --- a/src/Microsoft.AspNet.OData/Query/ODataQueryOptionsOfTEntity.cs +++ b/src/Microsoft.AspNet.OData/Query/ODataQueryOptionsOfTEntity.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNet.OData/Query/PlainTextODataQueryOptionsParser.cs b/src/Microsoft.AspNet.OData/Query/PlainTextODataQueryOptionsParser.cs index 0641e397fa..f33f64fb22 100644 --- a/src/Microsoft.AspNet.OData/Query/PlainTextODataQueryOptionsParser.cs +++ b/src/Microsoft.AspNet.OData/Query/PlainTextODataQueryOptionsParser.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/Microsoft.AspNet.OData/Query/QueryFilterProvider.cs b/src/Microsoft.AspNet.OData/Query/QueryFilterProvider.cs index e11ce94009..ae9c1b462e 100644 --- a/src/Microsoft.AspNet.OData/Query/QueryFilterProvider.cs +++ b/src/Microsoft.AspNet.OData/Query/QueryFilterProvider.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/src/Microsoft.AspNet.OData/ResourceContext.cs b/src/Microsoft.AspNet.OData/ResourceContext.cs index b467ff7b5a..81e32fcf22 100644 --- a/src/Microsoft.AspNet.OData/ResourceContext.cs +++ b/src/Microsoft.AspNet.OData/ResourceContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using System.Web.Http.Routing; diff --git a/src/Microsoft.AspNet.OData/ResourceSetContext.cs b/src/Microsoft.AspNet.OData/ResourceSetContext.cs index 0ad2118ea0..70ffe8a22d 100644 --- a/src/Microsoft.AspNet.OData/ResourceSetContext.cs +++ b/src/Microsoft.AspNet.OData/ResourceSetContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections; using System.Net.Http; diff --git a/src/Microsoft.AspNet.OData/Results/CreatedODataResult.cs b/src/Microsoft.AspNet.OData/Results/CreatedODataResult.cs index a2030a7660..4f563b1696 100644 --- a/src/Microsoft.AspNet.OData/Results/CreatedODataResult.cs +++ b/src/Microsoft.AspNet.OData/Results/CreatedODataResult.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData/Results/ResultHelpers.cs b/src/Microsoft.AspNet.OData/Results/ResultHelpers.cs index d77e88a95c..b252a447a8 100644 --- a/src/Microsoft.AspNet.OData/Results/ResultHelpers.cs +++ b/src/Microsoft.AspNet.OData/Results/ResultHelpers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Net; diff --git a/src/Microsoft.AspNet.OData/Results/UpdatedODataResult.cs b/src/Microsoft.AspNet.OData/Results/UpdatedODataResult.cs index d9a5b5c6ab..dd9f4ef4ed 100644 --- a/src/Microsoft.AspNet.OData/Results/UpdatedODataResult.cs +++ b/src/Microsoft.AspNet.OData/Results/UpdatedODataResult.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData/Routing/Conventions/ActionRoutingConvention.cs b/src/Microsoft.AspNet.OData/Routing/Conventions/ActionRoutingConvention.cs index bb75d7467e..3fe1d77c26 100644 --- a/src/Microsoft.AspNet.OData/Routing/Conventions/ActionRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData/Routing/Conventions/ActionRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Web.Http.Controllers; diff --git a/src/Microsoft.AspNet.OData/Routing/Conventions/AttributeRoutingConvention.cs b/src/Microsoft.AspNet.OData/Routing/Conventions/AttributeRoutingConvention.cs index d3742c4249..313268b4bb 100644 --- a/src/Microsoft.AspNet.OData/Routing/Conventions/AttributeRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData/Routing/Conventions/AttributeRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData/Routing/Conventions/DynamicPropertyRoutingConvention.cs b/src/Microsoft.AspNet.OData/Routing/Conventions/DynamicPropertyRoutingConvention.cs index e3c0a91230..cbe9c15adc 100644 --- a/src/Microsoft.AspNet.OData/Routing/Conventions/DynamicPropertyRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData/Routing/Conventions/DynamicPropertyRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.CodeAnalysis; using System.Linq; @@ -26,4 +30,4 @@ public override string SelectAction(ODataPath odataPath, HttpControllerContext c new WebApiActionMap(actionMap)); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData/Routing/Conventions/EntityRoutingConvention.cs b/src/Microsoft.AspNet.OData/Routing/Conventions/EntityRoutingConvention.cs index 253cf0cc5d..438251b082 100644 --- a/src/Microsoft.AspNet.OData/Routing/Conventions/EntityRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData/Routing/Conventions/EntityRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Web.Http.Controllers; diff --git a/src/Microsoft.AspNet.OData/Routing/Conventions/EntitySetRoutingConvention.cs b/src/Microsoft.AspNet.OData/Routing/Conventions/EntitySetRoutingConvention.cs index f7a5c8dc9a..b3e34b32c7 100644 --- a/src/Microsoft.AspNet.OData/Routing/Conventions/EntitySetRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData/Routing/Conventions/EntitySetRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Web.Http.Controllers; diff --git a/src/Microsoft.AspNet.OData/Routing/Conventions/FunctionRoutingConvention.cs b/src/Microsoft.AspNet.OData/Routing/Conventions/FunctionRoutingConvention.cs index 380e0de7c6..cddbe60d69 100644 --- a/src/Microsoft.AspNet.OData/Routing/Conventions/FunctionRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData/Routing/Conventions/FunctionRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.CodeAnalysis; using System.Linq; diff --git a/src/Microsoft.AspNet.OData/Routing/Conventions/IODataRoutingConvention.cs b/src/Microsoft.AspNet.OData/Routing/Conventions/IODataRoutingConvention.cs index 7cc67baa1e..0e9e1920fe 100644 --- a/src/Microsoft.AspNet.OData/Routing/Conventions/IODataRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData/Routing/Conventions/IODataRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.CodeAnalysis; using System.Linq; @@ -32,4 +36,4 @@ public interface IODataRoutingConvention [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "odata", Justification = "odata is spelled correctly")] string SelectAction(ODataPath odataPath, HttpControllerContext controllerContext, ILookup actionMap); } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData/Routing/Conventions/MetadataRoutingConvention.cs b/src/Microsoft.AspNet.OData/Routing/Conventions/MetadataRoutingConvention.cs index 54aa07170f..32ef17eb1b 100644 --- a/src/Microsoft.AspNet.OData/Routing/Conventions/MetadataRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData/Routing/Conventions/MetadataRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Net.Http; @@ -68,4 +72,4 @@ public string SelectAction(ODataPath odataPath, HttpControllerContext controller new WebApiActionMap(actionMap)); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData/Routing/Conventions/NavigationRoutingConvention.cs b/src/Microsoft.AspNet.OData/Routing/Conventions/NavigationRoutingConvention.cs index 6321f56e2e..b040bb0153 100644 --- a/src/Microsoft.AspNet.OData/Routing/Conventions/NavigationRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData/Routing/Conventions/NavigationRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Web.Http.Controllers; diff --git a/src/Microsoft.AspNet.OData/Routing/Conventions/NavigationSourceRoutingConvention.cs b/src/Microsoft.AspNet.OData/Routing/Conventions/NavigationSourceRoutingConvention.cs index c34d857615..853f3e3c52 100644 --- a/src/Microsoft.AspNet.OData/Routing/Conventions/NavigationSourceRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData/Routing/Conventions/NavigationSourceRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/src/Microsoft.AspNet.OData/Routing/Conventions/ODataRoutingConventions.cs b/src/Microsoft.AspNet.OData/Routing/Conventions/ODataRoutingConventions.cs index 2969f99865..4db3647584 100644 --- a/src/Microsoft.AspNet.OData/Routing/Conventions/ODataRoutingConventions.cs +++ b/src/Microsoft.AspNet.OData/Routing/Conventions/ODataRoutingConventions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Web.Http; @@ -61,4 +65,4 @@ public static IList CreateDefault() }; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData/Routing/Conventions/OperationImportRoutingConvention.cs b/src/Microsoft.AspNet.OData/Routing/Conventions/OperationImportRoutingConvention.cs index d80829b079..3b672c9261 100644 --- a/src/Microsoft.AspNet.OData/Routing/Conventions/OperationImportRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData/Routing/Conventions/OperationImportRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.CodeAnalysis; using System.Linq; diff --git a/src/Microsoft.AspNet.OData/Routing/Conventions/PropertyRoutingConvention.cs b/src/Microsoft.AspNet.OData/Routing/Conventions/PropertyRoutingConvention.cs index 9106aeef75..a8dba30fe0 100644 --- a/src/Microsoft.AspNet.OData/Routing/Conventions/PropertyRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData/Routing/Conventions/PropertyRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Web.Http.Controllers; diff --git a/src/Microsoft.AspNet.OData/Routing/Conventions/RefRoutingConvention.cs b/src/Microsoft.AspNet.OData/Routing/Conventions/RefRoutingConvention.cs index b90766a4a9..f27742ee04 100644 --- a/src/Microsoft.AspNet.OData/Routing/Conventions/RefRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData/Routing/Conventions/RefRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Web.Http.Controllers; @@ -23,4 +27,4 @@ public override string SelectAction(ODataPath odataPath, HttpControllerContext c new WebApiActionMap(actionMap)); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData/Routing/Conventions/SingletonRoutingConvention.cs b/src/Microsoft.AspNet.OData/Routing/Conventions/SingletonRoutingConvention.cs index 8a34078eff..4342c1e413 100644 --- a/src/Microsoft.AspNet.OData/Routing/Conventions/SingletonRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData/Routing/Conventions/SingletonRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Web.Http.Controllers; diff --git a/src/Microsoft.AspNet.OData/Routing/Conventions/UnmappedRequestRoutingConvention.cs b/src/Microsoft.AspNet.OData/Routing/Conventions/UnmappedRequestRoutingConvention.cs index 042310e1ee..0a3c8819c5 100644 --- a/src/Microsoft.AspNet.OData/Routing/Conventions/UnmappedRequestRoutingConvention.cs +++ b/src/Microsoft.AspNet.OData/Routing/Conventions/UnmappedRequestRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Web.Http.Controllers; diff --git a/src/Microsoft.AspNet.OData/Routing/ODataActionSelector.cs b/src/Microsoft.AspNet.OData/Routing/ODataActionSelector.cs index 7ffc59c5a9..97ed3d8f2e 100644 --- a/src/Microsoft.AspNet.OData/Routing/ODataActionSelector.cs +++ b/src/Microsoft.AspNet.OData/Routing/ODataActionSelector.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData/Routing/ODataPathParameterBindingAttribute.cs b/src/Microsoft.AspNet.OData/Routing/ODataPathParameterBindingAttribute.cs index dd8cb290c1..3c3c2341e4 100644 --- a/src/Microsoft.AspNet.OData/Routing/ODataPathParameterBindingAttribute.cs +++ b/src/Microsoft.AspNet.OData/Routing/ODataPathParameterBindingAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Net.Http; diff --git a/src/Microsoft.AspNet.OData/Routing/ODataPathRouteConstraint.cs b/src/Microsoft.AspNet.OData/Routing/ODataPathRouteConstraint.cs index a44ce688f8..952f627cb1 100644 --- a/src/Microsoft.AspNet.OData/Routing/ODataPathRouteConstraint.cs +++ b/src/Microsoft.AspNet.OData/Routing/ODataPathRouteConstraint.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNet.OData/Routing/ODataRoute.cs b/src/Microsoft.AspNet.OData/Routing/ODataRoute.cs index 305f8e1f5a..6ff0521f22 100644 --- a/src/Microsoft.AspNet.OData/Routing/ODataRoute.cs +++ b/src/Microsoft.AspNet.OData/Routing/ODataRoute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -158,4 +162,4 @@ internal HttpVirtualPathData GenerateLinkDirectly(string odataPath) return new HttpVirtualPathData(this, link); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.OData/Routing/ODataValueProviderFactory.cs b/src/Microsoft.AspNet.OData/Routing/ODataValueProviderFactory.cs index bacd3aa7d6..4ded99772e 100644 --- a/src/Microsoft.AspNet.OData/Routing/ODataValueProviderFactory.cs +++ b/src/Microsoft.AspNet.OData/Routing/ODataValueProviderFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Globalization; diff --git a/src/Microsoft.AspNet.OData/Routing/ODataVersionConstraint.cs b/src/Microsoft.AspNet.OData/Routing/ODataVersionConstraint.cs index cf67ab47e0..2012b11d94 100644 --- a/src/Microsoft.AspNet.OData/Routing/ODataVersionConstraint.cs +++ b/src/Microsoft.AspNet.OData/Routing/ODataVersionConstraint.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/src/Microsoft.AspNetCore.OData/Adapters/WebApiActionDescriptor.cs b/src/Microsoft.AspNetCore.OData/Adapters/WebApiActionDescriptor.cs index 9fb779f406..964d6febcf 100644 --- a/src/Microsoft.AspNetCore.OData/Adapters/WebApiActionDescriptor.cs +++ b/src/Microsoft.AspNetCore.OData/Adapters/WebApiActionDescriptor.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNetCore.OData/Adapters/WebApiActionMap.cs b/src/Microsoft.AspNetCore.OData/Adapters/WebApiActionMap.cs index 1cd5dfc3db..c726b81885 100644 --- a/src/Microsoft.AspNetCore.OData/Adapters/WebApiActionMap.cs +++ b/src/Microsoft.AspNetCore.OData/Adapters/WebApiActionMap.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNetCore.OData/Adapters/WebApiAssembliesResolver.cs b/src/Microsoft.AspNetCore.OData/Adapters/WebApiAssembliesResolver.cs index 253815c9a3..41f66d9028 100644 --- a/src/Microsoft.AspNetCore.OData/Adapters/WebApiAssembliesResolver.cs +++ b/src/Microsoft.AspNetCore.OData/Adapters/WebApiAssembliesResolver.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNetCore.OData/Adapters/WebApiContext.cs b/src/Microsoft.AspNetCore.OData/Adapters/WebApiContext.cs index 7b013021ec..8534de3028 100644 --- a/src/Microsoft.AspNetCore.OData/Adapters/WebApiContext.cs +++ b/src/Microsoft.AspNetCore.OData/Adapters/WebApiContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNetCore.OData/Adapters/WebApiControllerContext.cs b/src/Microsoft.AspNetCore.OData/Adapters/WebApiControllerContext.cs index b89d135d7c..d6f3d7e049 100644 --- a/src/Microsoft.AspNetCore.OData/Adapters/WebApiControllerContext.cs +++ b/src/Microsoft.AspNetCore.OData/Adapters/WebApiControllerContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNetCore.OData/Adapters/WebApiOptions.cs b/src/Microsoft.AspNetCore.OData/Adapters/WebApiOptions.cs index 6586a6df8f..00864bef67 100644 --- a/src/Microsoft.AspNetCore.OData/Adapters/WebApiOptions.cs +++ b/src/Microsoft.AspNetCore.OData/Adapters/WebApiOptions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.AspNet.OData.Interfaces; diff --git a/src/Microsoft.AspNetCore.OData/Adapters/WebApiRequestHeaders.cs b/src/Microsoft.AspNetCore.OData/Adapters/WebApiRequestHeaders.cs index 012703f271..2661183066 100644 --- a/src/Microsoft.AspNetCore.OData/Adapters/WebApiRequestHeaders.cs +++ b/src/Microsoft.AspNetCore.OData/Adapters/WebApiRequestHeaders.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/src/Microsoft.AspNetCore.OData/Adapters/WebApiRequestMessage.cs b/src/Microsoft.AspNetCore.OData/Adapters/WebApiRequestMessage.cs index 7e6e93d081..37ed871d57 100644 --- a/src/Microsoft.AspNetCore.OData/Adapters/WebApiRequestMessage.cs +++ b/src/Microsoft.AspNetCore.OData/Adapters/WebApiRequestMessage.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNetCore.OData/Adapters/WebApiUrlHelper.cs b/src/Microsoft.AspNetCore.OData/Adapters/WebApiUrlHelper.cs index 43618fffe6..9b84800ce0 100644 --- a/src/Microsoft.AspNetCore.OData/Adapters/WebApiUrlHelper.cs +++ b/src/Microsoft.AspNetCore.OData/Adapters/WebApiUrlHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNetCore.OData/Batch/ChangeSetRequestItem.cs b/src/Microsoft.AspNetCore.OData/Batch/ChangeSetRequestItem.cs index e8becc8c57..09991f698b 100644 --- a/src/Microsoft.AspNetCore.OData/Batch/ChangeSetRequestItem.cs +++ b/src/Microsoft.AspNetCore.OData/Batch/ChangeSetRequestItem.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Threading.Tasks; @@ -68,4 +72,4 @@ public override async Task SendRequestAsync(RequestDeleg return new ChangeSetResponseItem(responseContexts); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Batch/ChangeSetResponseItem.cs b/src/Microsoft.AspNetCore.OData/Batch/ChangeSetResponseItem.cs index 0b4d1619d3..f607b9ac1f 100644 --- a/src/Microsoft.AspNetCore.OData/Batch/ChangeSetResponseItem.cs +++ b/src/Microsoft.AspNetCore.OData/Batch/ChangeSetResponseItem.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; @@ -79,4 +83,4 @@ internal override bool IsResponseSuccessful() return Contexts.All(c => c.Response.IsSuccessStatusCode()); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Batch/DefaultODataBatchHandler.cs b/src/Microsoft.AspNetCore.OData/Batch/DefaultODataBatchHandler.cs index ec2821edd7..de7da25058 100644 --- a/src/Microsoft.AspNetCore.OData/Batch/DefaultODataBatchHandler.cs +++ b/src/Microsoft.AspNetCore.OData/Batch/DefaultODataBatchHandler.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -134,4 +138,4 @@ public virtual async Task> ParseBatchRequestsAsync( return requests; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Batch/HttpRequestExtensions.cs b/src/Microsoft.AspNetCore.OData/Batch/HttpRequestExtensions.cs index e27e8828e7..e907ae500c 100644 --- a/src/Microsoft.AspNetCore.OData/Batch/HttpRequestExtensions.cs +++ b/src/Microsoft.AspNetCore.OData/Batch/HttpRequestExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel; @@ -93,4 +97,4 @@ public static void CopyBatchRequestProperties(this HttpRequest subRequest, HttpR } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Batch/ODataBatchContent.cs b/src/Microsoft.AspNetCore.OData/Batch/ODataBatchContent.cs index 0935925a30..571e055f41 100644 --- a/src/Microsoft.AspNetCore.OData/Batch/ODataBatchContent.cs +++ b/src/Microsoft.AspNetCore.OData/Batch/ODataBatchContent.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -72,4 +76,4 @@ public Task SerializeToStreamAsync(Stream stream) return WriteToResponseMessageAsync(responseMessage); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Batch/ODataBatchHandler.cs b/src/Microsoft.AspNetCore.OData/Batch/ODataBatchHandler.cs index f02dd6b5b1..d1bd7f985c 100644 --- a/src/Microsoft.AspNetCore.OData/Batch/ODataBatchHandler.cs +++ b/src/Microsoft.AspNetCore.OData/Batch/ODataBatchHandler.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -79,4 +83,4 @@ public virtual Uri GetBaseUri(HttpRequest request) return request.GetODataBatchBaseUri(ODataRouteName, ODataRoute); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Batch/ODataBatchHttpRequestMessageExtensions.cs b/src/Microsoft.AspNetCore.OData/Batch/ODataBatchHttpRequestMessageExtensions.cs index 874bbf445c..b5fa57bdf3 100644 --- a/src/Microsoft.AspNetCore.OData/Batch/ODataBatchHttpRequestMessageExtensions.cs +++ b/src/Microsoft.AspNetCore.OData/Batch/ODataBatchHttpRequestMessageExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNetCore.OData/Batch/ODataBatchMiddleware.cs b/src/Microsoft.AspNetCore.OData/Batch/ODataBatchMiddleware.cs index 4e295fdd9e..7aa5323db7 100644 --- a/src/Microsoft.AspNetCore.OData/Batch/ODataBatchMiddleware.cs +++ b/src/Microsoft.AspNetCore.OData/Batch/ODataBatchMiddleware.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Threading.Tasks; diff --git a/src/Microsoft.AspNetCore.OData/Batch/ODataBatchPathMapping.cs b/src/Microsoft.AspNetCore.OData/Batch/ODataBatchPathMapping.cs index 3beaf094e7..72b38caf66 100644 --- a/src/Microsoft.AspNetCore.OData/Batch/ODataBatchPathMapping.cs +++ b/src/Microsoft.AspNetCore.OData/Batch/ODataBatchPathMapping.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNetCore.OData/Batch/ODataBatchReaderExtensions.cs b/src/Microsoft.AspNetCore.OData/Batch/ODataBatchReaderExtensions.cs index e054e0fa57..4c12694a16 100644 --- a/src/Microsoft.AspNetCore.OData/Batch/ODataBatchReaderExtensions.cs +++ b/src/Microsoft.AspNetCore.OData/Batch/ODataBatchReaderExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -393,4 +397,4 @@ private static IEnumerable SplitPreferences(string preferences) } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Batch/ODataBatchRequestItem.cs b/src/Microsoft.AspNetCore.OData/Batch/ODataBatchRequestItem.cs index 188788b41c..d895965bd4 100644 --- a/src/Microsoft.AspNetCore.OData/Batch/ODataBatchRequestItem.cs +++ b/src/Microsoft.AspNetCore.OData/Batch/ODataBatchRequestItem.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -93,4 +97,4 @@ private static void AddLocationHeaderToMapping( /// A . public abstract Task SendRequestAsync(RequestDelegate handler); } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Batch/ODataBatchResponseItem.cs b/src/Microsoft.AspNetCore.OData/Batch/ODataBatchResponseItem.cs index 09cec3f994..30da741d33 100644 --- a/src/Microsoft.AspNetCore.OData/Batch/ODataBatchResponseItem.cs +++ b/src/Microsoft.AspNetCore.OData/Batch/ODataBatchResponseItem.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNetCore.OData/Batch/ODataBatchStream.cs b/src/Microsoft.AspNetCore.OData/Batch/ODataBatchStream.cs index b6e2326058..43ef7f26b5 100644 --- a/src/Microsoft.AspNetCore.OData/Batch/ODataBatchStream.cs +++ b/src/Microsoft.AspNetCore.OData/Batch/ODataBatchStream.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.IO; using System.Threading.Tasks; @@ -50,4 +54,4 @@ public override void Close() { } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Batch/OperationRequestItem.cs b/src/Microsoft.AspNetCore.OData/Batch/OperationRequestItem.cs index c5cc1262b8..525b7c33bf 100644 --- a/src/Microsoft.AspNetCore.OData/Batch/OperationRequestItem.cs +++ b/src/Microsoft.AspNetCore.OData/Batch/OperationRequestItem.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Threading.Tasks; using Microsoft.AspNet.OData.Common; @@ -47,4 +51,4 @@ public override async Task SendRequestAsync(RequestDeleg return new OperationResponseItem(Context); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Batch/OperationResponseItem.cs b/src/Microsoft.AspNetCore.OData/Batch/OperationResponseItem.cs index 896a508ff0..335d30bb60 100644 --- a/src/Microsoft.AspNetCore.OData/Batch/OperationResponseItem.cs +++ b/src/Microsoft.AspNetCore.OData/Batch/OperationResponseItem.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Threading.Tasks; using Microsoft.AspNet.OData.Common; @@ -56,4 +60,4 @@ internal override bool IsResponseSuccessful() return Context.Response.IsSuccessStatusCode(); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Batch/UnbufferedODataBatchHandler.cs b/src/Microsoft.AspNetCore.OData/Batch/UnbufferedODataBatchHandler.cs index 3d08c775c6..4ff47b4043 100644 --- a/src/Microsoft.AspNetCore.OData/Batch/UnbufferedODataBatchHandler.cs +++ b/src/Microsoft.AspNetCore.OData/Batch/UnbufferedODataBatchHandler.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -166,4 +170,4 @@ public virtual async Task ExecuteChangeSetAsync(ODataBat return new ChangeSetResponseItem(changeSetResponse); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Builder/ODataConventionModelBuilder.cs b/src/Microsoft.AspNetCore.OData/Builder/ODataConventionModelBuilder.cs index 1cb243cdc2..49e22c817d 100644 --- a/src/Microsoft.AspNetCore.OData/Builder/ODataConventionModelBuilder.cs +++ b/src/Microsoft.AspNetCore.OData/Builder/ODataConventionModelBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Adapters; diff --git a/src/Microsoft.AspNetCore.OData/ETagMessageHandler.cs b/src/Microsoft.AspNetCore.OData/ETagMessageHandler.cs index 66cac21f03..c05dd454ef 100644 --- a/src/Microsoft.AspNetCore.OData/ETagMessageHandler.cs +++ b/src/Microsoft.AspNetCore.OData/ETagMessageHandler.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Net.Http.Headers; diff --git a/src/Microsoft.AspNetCore.OData/EnableNestedPathsAttribute.cs b/src/Microsoft.AspNetCore.OData/EnableNestedPathsAttribute.cs index 72bb20b531..437966d0e7 100644 --- a/src/Microsoft.AspNetCore.OData/EnableNestedPathsAttribute.cs +++ b/src/Microsoft.AspNetCore.OData/EnableNestedPathsAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/src/Microsoft.AspNetCore.OData/EnableQueryAttribute.cs b/src/Microsoft.AspNetCore.OData/EnableQueryAttribute.cs index bb1a463f0a..480fc975d8 100644 --- a/src/Microsoft.AspNetCore.OData/EnableQueryAttribute.cs +++ b/src/Microsoft.AspNetCore.OData/EnableQueryAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -434,4 +438,4 @@ private class RequestQueryData public ODataQueryOptions ProcessedQueryOptions { get; set; } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Extensions/ActionDescriptorExtensions.cs b/src/Microsoft.AspNetCore.OData/Extensions/ActionDescriptorExtensions.cs index b89211fba1..1f1d8578d4 100644 --- a/src/Microsoft.AspNetCore.OData/Extensions/ActionDescriptorExtensions.cs +++ b/src/Microsoft.AspNetCore.OData/Extensions/ActionDescriptorExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel; diff --git a/src/Microsoft.AspNetCore.OData/Extensions/Endpoint/ODataEndpointBuilderExtensions.cs b/src/Microsoft.AspNetCore.OData/Extensions/Endpoint/ODataEndpointBuilderExtensions.cs index 9d2f36ccd1..9acb537884 100644 --- a/src/Microsoft.AspNetCore.OData/Extensions/Endpoint/ODataEndpointBuilderExtensions.cs +++ b/src/Microsoft.AspNetCore.OData/Extensions/Endpoint/ODataEndpointBuilderExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETSTANDARD2_0 using System; diff --git a/src/Microsoft.AspNetCore.OData/Extensions/Endpoint/ODataEndpointLinkGenerator.cs b/src/Microsoft.AspNetCore.OData/Extensions/Endpoint/ODataEndpointLinkGenerator.cs index e05c0aff93..e0e2e7bf3b 100644 --- a/src/Microsoft.AspNetCore.OData/Extensions/Endpoint/ODataEndpointLinkGenerator.cs +++ b/src/Microsoft.AspNetCore.OData/Extensions/Endpoint/ODataEndpointLinkGenerator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETSTANDARD2_0 using System; diff --git a/src/Microsoft.AspNetCore.OData/Extensions/Endpoint/ODataEndpointPattern.cs b/src/Microsoft.AspNetCore.OData/Extensions/Endpoint/ODataEndpointPattern.cs index ea992c216a..a91a4864b0 100644 --- a/src/Microsoft.AspNetCore.OData/Extensions/Endpoint/ODataEndpointPattern.cs +++ b/src/Microsoft.AspNetCore.OData/Extensions/Endpoint/ODataEndpointPattern.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETSTANDARD2_0 using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNetCore.OData/Extensions/Endpoint/ODataEndpointRouteValueTransformer.cs b/src/Microsoft.AspNetCore.OData/Extensions/Endpoint/ODataEndpointRouteValueTransformer.cs index e6a4c1b8eb..f83b886fb5 100644 --- a/src/Microsoft.AspNetCore.OData/Extensions/Endpoint/ODataEndpointRouteValueTransformer.cs +++ b/src/Microsoft.AspNetCore.OData/Extensions/Endpoint/ODataEndpointRouteValueTransformer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETSTANDARD2_0 using System; diff --git a/src/Microsoft.AspNetCore.OData/Extensions/Endpoint/ODataEndpointSelectorPolicy.cs b/src/Microsoft.AspNetCore.OData/Extensions/Endpoint/ODataEndpointSelectorPolicy.cs index dd5d1a408b..430fe05fe5 100644 --- a/src/Microsoft.AspNetCore.OData/Extensions/Endpoint/ODataEndpointSelectorPolicy.cs +++ b/src/Microsoft.AspNetCore.OData/Extensions/Endpoint/ODataEndpointSelectorPolicy.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETSTANDARD2_0 using System.Collections.Generic; diff --git a/src/Microsoft.AspNetCore.OData/Extensions/HttpContextExtensions.cs b/src/Microsoft.AspNetCore.OData/Extensions/HttpContextExtensions.cs index 573de8140d..82f9b2da2d 100644 --- a/src/Microsoft.AspNetCore.OData/Extensions/HttpContextExtensions.cs +++ b/src/Microsoft.AspNetCore.OData/Extensions/HttpContextExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.AspNet.OData.Formatter; @@ -95,4 +99,4 @@ public static IETagHandler GetETagHandler(this HttpContext httpContext) return httpContext.RequestServices.GetRequiredService(); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Extensions/HttpRequestExtensions.cs b/src/Microsoft.AspNetCore.OData/Extensions/HttpRequestExtensions.cs index 5127082ff8..2ebc3d8ff5 100644 --- a/src/Microsoft.AspNetCore.OData/Extensions/HttpRequestExtensions.cs +++ b/src/Microsoft.AspNetCore.OData/Extensions/HttpRequestExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -524,4 +528,4 @@ private static IServiceScope CreateRequestScope(this HttpRequest request, string return scope; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Extensions/HttpResponseExtensions.cs b/src/Microsoft.AspNetCore.OData/Extensions/HttpResponseExtensions.cs index 9993a959ef..2d15f19cb1 100644 --- a/src/Microsoft.AspNetCore.OData/Extensions/HttpResponseExtensions.cs +++ b/src/Microsoft.AspNetCore.OData/Extensions/HttpResponseExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNetCore.Http; @@ -20,4 +24,4 @@ public static bool IsSuccessStatusCode(this HttpResponse response) return response?.StatusCode >= 200 && response.StatusCode < 300; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Extensions/ODataApplicationBuilderExtensions.cs b/src/Microsoft.AspNetCore.OData/Extensions/ODataApplicationBuilderExtensions.cs index c9f75ca3da..c1138ef8fa 100644 --- a/src/Microsoft.AspNetCore.OData/Extensions/ODataApplicationBuilderExtensions.cs +++ b/src/Microsoft.AspNetCore.OData/Extensions/ODataApplicationBuilderExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Batch; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNetCore.OData/Extensions/ODataRouteBuilderExtensions.cs b/src/Microsoft.AspNetCore.OData/Extensions/ODataRouteBuilderExtensions.cs index fad53b0a37..8d84bcf30e 100644 --- a/src/Microsoft.AspNetCore.OData/Extensions/ODataRouteBuilderExtensions.cs +++ b/src/Microsoft.AspNetCore.OData/Extensions/ODataRouteBuilderExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNetCore.OData/Extensions/ODataServiceCollectionExtensions.cs b/src/Microsoft.AspNetCore.OData/Extensions/ODataServiceCollectionExtensions.cs index 0fbad56a80..a69ce647c2 100644 --- a/src/Microsoft.AspNetCore.OData/Extensions/ODataServiceCollectionExtensions.cs +++ b/src/Microsoft.AspNetCore.OData/Extensions/ODataServiceCollectionExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/src/Microsoft.AspNetCore.OData/Extensions/ODataServiceProviderConfigExtenions.cs b/src/Microsoft.AspNetCore.OData/Extensions/ODataServiceProviderConfigExtenions.cs index 605c5f76e6..7819a3f68d 100644 --- a/src/Microsoft.AspNetCore.OData/Extensions/ODataServiceProviderConfigExtenions.cs +++ b/src/Microsoft.AspNetCore.OData/Extensions/ODataServiceProviderConfigExtenions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNetCore.OData/Extensions/SerializableErrorExtensions.cs b/src/Microsoft.AspNetCore.OData/Extensions/SerializableErrorExtensions.cs index c23065518a..c0faab0d67 100644 --- a/src/Microsoft.AspNetCore.OData/Extensions/SerializableErrorExtensions.cs +++ b/src/Microsoft.AspNetCore.OData/Extensions/SerializableErrorExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNetCore.OData/Extensions/UrlHelperExtensions.cs b/src/Microsoft.AspNetCore.OData/Extensions/UrlHelperExtensions.cs index 0c9790dbc4..e36aacdf33 100644 --- a/src/Microsoft.AspNetCore.OData/Extensions/UrlHelperExtensions.cs +++ b/src/Microsoft.AspNetCore.OData/Extensions/UrlHelperExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNetCore.OData/Formatter/Deserialization/DefaultODataDeserializerProvider.cs b/src/Microsoft.AspNetCore.OData/Formatter/Deserialization/DefaultODataDeserializerProvider.cs index 82183b6658..1ade18b575 100644 --- a/src/Microsoft.AspNetCore.OData/Formatter/Deserialization/DefaultODataDeserializerProvider.cs +++ b/src/Microsoft.AspNetCore.OData/Formatter/Deserialization/DefaultODataDeserializerProvider.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Extensions; diff --git a/src/Microsoft.AspNetCore.OData/Formatter/Deserialization/ODataDeserializerContext.cs b/src/Microsoft.AspNetCore.OData/Formatter/Deserialization/ODataDeserializerContext.cs index 0106cfba72..0b89fbebd9 100644 --- a/src/Microsoft.AspNetCore.OData/Formatter/Deserialization/ODataDeserializerContext.cs +++ b/src/Microsoft.AspNetCore.OData/Formatter/Deserialization/ODataDeserializerContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Adapters; using Microsoft.AspNet.OData.Extensions; diff --git a/src/Microsoft.AspNetCore.OData/Formatter/Deserialization/ODataDeserializerProvider.cs b/src/Microsoft.AspNetCore.OData/Formatter/Deserialization/ODataDeserializerProvider.cs index 1fcb9202cc..f6dd6b5642 100644 --- a/src/Microsoft.AspNetCore.OData/Formatter/Deserialization/ODataDeserializerProvider.cs +++ b/src/Microsoft.AspNetCore.OData/Formatter/Deserialization/ODataDeserializerProvider.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNetCore.Http; diff --git a/src/Microsoft.AspNetCore.OData/Formatter/IMediaTypeMappingCollection.cs b/src/Microsoft.AspNetCore.OData/Formatter/IMediaTypeMappingCollection.cs index 736c9667f2..a84650cc47 100644 --- a/src/Microsoft.AspNetCore.OData/Formatter/IMediaTypeMappingCollection.cs +++ b/src/Microsoft.AspNetCore.OData/Formatter/IMediaTypeMappingCollection.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/src/Microsoft.AspNetCore.OData/Formatter/MediaTypeMapping.cs b/src/Microsoft.AspNetCore.OData/Formatter/MediaTypeMapping.cs index 9fd2631cad..389df22194 100644 --- a/src/Microsoft.AspNetCore.OData/Formatter/MediaTypeMapping.cs +++ b/src/Microsoft.AspNetCore.OData/Formatter/MediaTypeMapping.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http.Headers; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNetCore.OData/Formatter/ODataCountMediaTypeMapping.cs b/src/Microsoft.AspNetCore.OData/Formatter/ODataCountMediaTypeMapping.cs index b0e7768113..d9d24926a2 100644 --- a/src/Microsoft.AspNetCore.OData/Formatter/ODataCountMediaTypeMapping.cs +++ b/src/Microsoft.AspNetCore.OData/Formatter/ODataCountMediaTypeMapping.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.AspNet.OData.Extensions; diff --git a/src/Microsoft.AspNetCore.OData/Formatter/ODataInputFormatter.cs b/src/Microsoft.AspNetCore.OData/Formatter/ODataInputFormatter.cs index a1c45332dd..2418186209 100644 --- a/src/Microsoft.AspNetCore.OData/Formatter/ODataInputFormatter.cs +++ b/src/Microsoft.AspNetCore.OData/Formatter/ODataInputFormatter.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -238,4 +242,4 @@ internal static ODataVersion GetODataResponseVersion(HttpRequest request) ODataVersionConstraint.DefaultODataVersion; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Formatter/ODataInputFormatterFactory.cs b/src/Microsoft.AspNetCore.OData/Formatter/ODataInputFormatterFactory.cs index 2b1a09c8f8..2a639a4040 100644 --- a/src/Microsoft.AspNetCore.OData/Formatter/ODataInputFormatterFactory.cs +++ b/src/Microsoft.AspNetCore.OData/Formatter/ODataInputFormatterFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Text; diff --git a/src/Microsoft.AspNetCore.OData/Formatter/ODataModelBinder.cs b/src/Microsoft.AspNetCore.OData/Formatter/ODataModelBinder.cs index 15936f7925..8d2dcdc646 100644 --- a/src/Microsoft.AspNetCore.OData/Formatter/ODataModelBinder.cs +++ b/src/Microsoft.AspNetCore.OData/Formatter/ODataModelBinder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel.DataAnnotations; diff --git a/src/Microsoft.AspNetCore.OData/Formatter/ODataOutputFormatter.cs b/src/Microsoft.AspNetCore.OData/Formatter/ODataOutputFormatter.cs index 84e608ada5..b427bebb71 100644 --- a/src/Microsoft.AspNetCore.OData/Formatter/ODataOutputFormatter.cs +++ b/src/Microsoft.AspNetCore.OData/Formatter/ODataOutputFormatter.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -473,4 +477,4 @@ public override string ToString() return this.stream.ToString(); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Formatter/ODataOutputFormatterFactory.cs b/src/Microsoft.AspNetCore.OData/Formatter/ODataOutputFormatterFactory.cs index 8b15b58b04..af9bb037d9 100644 --- a/src/Microsoft.AspNetCore.OData/Formatter/ODataOutputFormatterFactory.cs +++ b/src/Microsoft.AspNetCore.OData/Formatter/ODataOutputFormatterFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Text; diff --git a/src/Microsoft.AspNetCore.OData/Formatter/ODataRawValueMediaTypeMapping.cs b/src/Microsoft.AspNetCore.OData/Formatter/ODataRawValueMediaTypeMapping.cs index 71ce897bc5..c402048397 100644 --- a/src/Microsoft.AspNetCore.OData/Formatter/ODataRawValueMediaTypeMapping.cs +++ b/src/Microsoft.AspNetCore.OData/Formatter/ODataRawValueMediaTypeMapping.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.AspNet.OData.Extensions; diff --git a/src/Microsoft.AspNetCore.OData/Formatter/ODataStreamMediaTypeMapping.cs b/src/Microsoft.AspNetCore.OData/Formatter/ODataStreamMediaTypeMapping.cs index ed6cb77e25..96d2326d78 100644 --- a/src/Microsoft.AspNetCore.OData/Formatter/ODataStreamMediaTypeMapping.cs +++ b/src/Microsoft.AspNetCore.OData/Formatter/ODataStreamMediaTypeMapping.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.AspNet.OData.Extensions; diff --git a/src/Microsoft.AspNetCore.OData/Formatter/QueryStringMediaTypeMapping.cs b/src/Microsoft.AspNetCore.OData/Formatter/QueryStringMediaTypeMapping.cs index dd4bc13a97..e316ce953a 100644 --- a/src/Microsoft.AspNetCore.OData/Formatter/QueryStringMediaTypeMapping.cs +++ b/src/Microsoft.AspNetCore.OData/Formatter/QueryStringMediaTypeMapping.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/src/Microsoft.AspNetCore.OData/Formatter/Serialization/DefaultODataSerializerProvider.cs b/src/Microsoft.AspNetCore.OData/Formatter/Serialization/DefaultODataSerializerProvider.cs index d17afbad1e..2877dc4d76 100644 --- a/src/Microsoft.AspNetCore.OData/Formatter/Serialization/DefaultODataSerializerProvider.cs +++ b/src/Microsoft.AspNetCore.OData/Formatter/Serialization/DefaultODataSerializerProvider.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Extensions; diff --git a/src/Microsoft.AspNetCore.OData/Formatter/Serialization/ODataErrorSerializer.cs b/src/Microsoft.AspNetCore.OData/Formatter/Serialization/ODataErrorSerializer.cs index 1fae777f30..707b507b12 100644 --- a/src/Microsoft.AspNetCore.OData/Formatter/Serialization/ODataErrorSerializer.cs +++ b/src/Microsoft.AspNetCore.OData/Formatter/Serialization/ODataErrorSerializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Extensions; using Microsoft.AspNetCore.Mvc; diff --git a/src/Microsoft.AspNetCore.OData/Formatter/Serialization/ODataSerializerContext.cs b/src/Microsoft.AspNetCore.OData/Formatter/Serialization/ODataSerializerContext.cs index 21bf0e6209..4aece06197 100644 --- a/src/Microsoft.AspNetCore.OData/Formatter/Serialization/ODataSerializerContext.cs +++ b/src/Microsoft.AspNetCore.OData/Formatter/Serialization/ODataSerializerContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Adapters; using Microsoft.AspNet.OData.Extensions; diff --git a/src/Microsoft.AspNetCore.OData/Formatter/Serialization/ODataSerializerProvider.cs b/src/Microsoft.AspNetCore.OData/Formatter/Serialization/ODataSerializerProvider.cs index 4047ad996e..5a27f59623 100644 --- a/src/Microsoft.AspNetCore.OData/Formatter/Serialization/ODataSerializerProvider.cs +++ b/src/Microsoft.AspNetCore.OData/Formatter/Serialization/ODataSerializerProvider.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNetCore.Http; diff --git a/src/Microsoft.AspNetCore.OData/FromODataUriAttribute.cs b/src/Microsoft.AspNetCore.OData/FromODataUriAttribute.cs index 664f9b9a23..69feb02b92 100644 --- a/src/Microsoft.AspNetCore.OData/FromODataUriAttribute.cs +++ b/src/Microsoft.AspNetCore.OData/FromODataUriAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Formatter; diff --git a/src/Microsoft.AspNetCore.OData/GetNextPageHelper.cs b/src/Microsoft.AspNetCore.OData/GetNextPageHelper.cs index 4520b25a9d..aa1b017278 100644 --- a/src/Microsoft.AspNetCore.OData/GetNextPageHelper.cs +++ b/src/Microsoft.AspNetCore.OData/GetNextPageHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNetCore.OData/HttpRequestScope.cs b/src/Microsoft.AspNetCore.OData/HttpRequestScope.cs index 85b1ca8709..a61a520620 100644 --- a/src/Microsoft.AspNetCore.OData/HttpRequestScope.cs +++ b/src/Microsoft.AspNetCore.OData/HttpRequestScope.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNetCore.Http; diff --git a/src/Microsoft.AspNetCore.OData/Interfaces/IODataBatchFeature.cs b/src/Microsoft.AspNetCore.OData/Interfaces/IODataBatchFeature.cs index caea855716..bec8e93085 100644 --- a/src/Microsoft.AspNetCore.OData/Interfaces/IODataBatchFeature.cs +++ b/src/Microsoft.AspNetCore.OData/Interfaces/IODataBatchFeature.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNetCore.OData/Interfaces/IODataCoreBuilder.cs b/src/Microsoft.AspNetCore.OData/Interfaces/IODataCoreBuilder.cs index 46a840b265..eac955f25f 100644 --- a/src/Microsoft.AspNetCore.OData/Interfaces/IODataCoreBuilder.cs +++ b/src/Microsoft.AspNetCore.OData/Interfaces/IODataCoreBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.Extensions.DependencyInjection; diff --git a/src/Microsoft.AspNetCore.OData/Interfaces/IODataFeature.cs b/src/Microsoft.AspNetCore.OData/Interfaces/IODataFeature.cs index 801a17ad72..3d4e00ea0f 100644 --- a/src/Microsoft.AspNetCore.OData/Interfaces/IODataFeature.cs +++ b/src/Microsoft.AspNetCore.OData/Interfaces/IODataFeature.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNetCore.OData/NonValidatingParameterBindingAttribute.cs b/src/Microsoft.AspNetCore.OData/NonValidatingParameterBindingAttribute.cs index a72736d1fb..02148cc867 100644 --- a/src/Microsoft.AspNetCore.OData/NonValidatingParameterBindingAttribute.cs +++ b/src/Microsoft.AspNetCore.OData/NonValidatingParameterBindingAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNetCore.Mvc.ModelBinding.Validation; diff --git a/src/Microsoft.AspNetCore.OData/ODataBatchFeature.cs b/src/Microsoft.AspNetCore.OData/ODataBatchFeature.cs index 215b3057b8..3cb4d4f090 100644 --- a/src/Microsoft.AspNetCore.OData/ODataBatchFeature.cs +++ b/src/Microsoft.AspNetCore.OData/ODataBatchFeature.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNetCore.OData/ODataController.cs b/src/Microsoft.AspNetCore.OData/ODataController.cs index c59374c8c6..81f474a7c4 100644 --- a/src/Microsoft.AspNetCore.OData/ODataController.cs +++ b/src/Microsoft.AspNetCore.OData/ODataController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.AspNet.OData.Results; diff --git a/src/Microsoft.AspNetCore.OData/ODataFeature.cs b/src/Microsoft.AspNetCore.OData/ODataFeature.cs index 225389920b..7fb2add0f9 100644 --- a/src/Microsoft.AspNetCore.OData/ODataFeature.cs +++ b/src/Microsoft.AspNetCore.OData/ODataFeature.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNetCore.OData/ODataFormattingAttribute.cs b/src/Microsoft.AspNetCore.OData/ODataFormattingAttribute.cs index 2e4dedf9a1..abe0042cb2 100644 --- a/src/Microsoft.AspNetCore.OData/ODataFormattingAttribute.cs +++ b/src/Microsoft.AspNetCore.OData/ODataFormattingAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/Microsoft.AspNetCore.OData/ODataMessageWrapperHelper.cs b/src/Microsoft.AspNetCore.OData/ODataMessageWrapperHelper.cs index 5b9c2b5dba..58a45abd25 100644 --- a/src/Microsoft.AspNetCore.OData/ODataMessageWrapperHelper.cs +++ b/src/Microsoft.AspNetCore.OData/ODataMessageWrapperHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNetCore.OData/ODataNullValueMessageHandler.cs b/src/Microsoft.AspNetCore.OData/ODataNullValueMessageHandler.cs index 6cfacdc184..1319b25565 100644 --- a/src/Microsoft.AspNetCore.OData/ODataNullValueMessageHandler.cs +++ b/src/Microsoft.AspNetCore.OData/ODataNullValueMessageHandler.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net; using System.Net.Http; diff --git a/src/Microsoft.AspNetCore.OData/ODataOptions.cs b/src/Microsoft.AspNetCore.OData/ODataOptions.cs index ba8f5508d8..2d9d2467db 100644 --- a/src/Microsoft.AspNetCore.OData/ODataOptions.cs +++ b/src/Microsoft.AspNetCore.OData/ODataOptions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData; diff --git a/src/Microsoft.AspNetCore.OData/ODataQueryParameterBindingAttribute.cs b/src/Microsoft.AspNetCore.OData/ODataQueryParameterBindingAttribute.cs index 7654037921..f0afb267c4 100644 --- a/src/Microsoft.AspNetCore.OData/ODataQueryParameterBindingAttribute.cs +++ b/src/Microsoft.AspNetCore.OData/ODataQueryParameterBindingAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/Microsoft.AspNetCore.OData/ODataRoutingAttribute.cs b/src/Microsoft.AspNetCore.OData/ODataRoutingAttribute.cs index d2de8401f8..e9fefdc1b4 100644 --- a/src/Microsoft.AspNetCore.OData/ODataRoutingAttribute.cs +++ b/src/Microsoft.AspNetCore.OData/ODataRoutingAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; @@ -13,4 +17,4 @@ public sealed class ODataRoutingAttribute : Attribute { // This class is not needed; Routing is injected in ODataServiceCollectionExtensions::AddOdata() } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/ODataServiceBuilder.cs b/src/Microsoft.AspNetCore.OData/ODataServiceBuilder.cs index 641b28924f..a6ca174165 100644 --- a/src/Microsoft.AspNetCore.OData/ODataServiceBuilder.cs +++ b/src/Microsoft.AspNetCore.OData/ODataServiceBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.AspNet.OData.Interfaces; diff --git a/src/Microsoft.AspNetCore.OData/ODataValueProviderFactory.cs b/src/Microsoft.AspNetCore.OData/ODataValueProviderFactory.cs index 3c6c528d15..6d058d702d 100644 --- a/src/Microsoft.AspNetCore.OData/ODataValueProviderFactory.cs +++ b/src/Microsoft.AspNetCore.OData/ODataValueProviderFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNetCore.OData/PerRouteContainer.cs b/src/Microsoft.AspNetCore.OData/PerRouteContainer.cs index c6930cad13..6b0f9d53f2 100644 --- a/src/Microsoft.AspNetCore.OData/PerRouteContainer.cs +++ b/src/Microsoft.AspNetCore.OData/PerRouteContainer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Concurrent; diff --git a/src/Microsoft.AspNetCore.OData/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.OData/Properties/AssemblyInfo.cs index 70c522383d..e09883cfac 100644 --- a/src/Microsoft.AspNetCore.OData/Properties/AssemblyInfo.cs +++ b/src/Microsoft.AspNetCore.OData/Properties/AssemblyInfo.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Reflection; using System.Runtime.CompilerServices; @@ -7,4 +11,4 @@ [assembly: AssemblyTitle("Microsoft.AspNetCore.OData")] [assembly: AssemblyDescription("")] -[assembly: InternalsVisibleTo("Microsoft.AspNetCore.OData.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] \ No newline at end of file +[assembly: InternalsVisibleTo("Microsoft.AspNetCore.OData.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] diff --git a/src/Microsoft.AspNetCore.OData/Query/ODataQueryOptions.cs b/src/Microsoft.AspNetCore.OData/Query/ODataQueryOptions.cs index bb23365a9a..7d4fbbd1b5 100644 --- a/src/Microsoft.AspNetCore.OData/Query/ODataQueryOptions.cs +++ b/src/Microsoft.AspNetCore.OData/Query/ODataQueryOptions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.Contracts; using Microsoft.AspNet.OData.Adapters; diff --git a/src/Microsoft.AspNetCore.OData/Query/ODataQueryOptionsOfTEntity.cs b/src/Microsoft.AspNetCore.OData/Query/ODataQueryOptionsOfTEntity.cs index b08648058a..2f64deb51a 100644 --- a/src/Microsoft.AspNetCore.OData/Query/ODataQueryOptionsOfTEntity.cs +++ b/src/Microsoft.AspNetCore.OData/Query/ODataQueryOptionsOfTEntity.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Common; using Microsoft.AspNetCore.Http; diff --git a/src/Microsoft.AspNetCore.OData/Query/PlainTextODataQueryOptionsParser.cs b/src/Microsoft.AspNetCore.OData/Query/PlainTextODataQueryOptionsParser.cs index 7485d23b9f..368c1a238f 100644 --- a/src/Microsoft.AspNetCore.OData/Query/PlainTextODataQueryOptionsParser.cs +++ b/src/Microsoft.AspNetCore.OData/Query/PlainTextODataQueryOptionsParser.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNetCore.OData/Query/QueryFilterProvider.cs b/src/Microsoft.AspNetCore.OData/Query/QueryFilterProvider.cs index 0d48649c55..ed63017721 100644 --- a/src/Microsoft.AspNetCore.OData/Query/QueryFilterProvider.cs +++ b/src/Microsoft.AspNetCore.OData/Query/QueryFilterProvider.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/src/Microsoft.AspNetCore.OData/ResourceContext.cs b/src/Microsoft.AspNetCore.OData/ResourceContext.cs index d54d72a6a4..223c7a3dd2 100644 --- a/src/Microsoft.AspNetCore.OData/ResourceContext.cs +++ b/src/Microsoft.AspNetCore.OData/ResourceContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNetCore.Http; diff --git a/src/Microsoft.AspNetCore.OData/ResourceSetContext.cs b/src/Microsoft.AspNetCore.OData/ResourceSetContext.cs index d7a99133c1..f5163301d2 100644 --- a/src/Microsoft.AspNetCore.OData/ResourceSetContext.cs +++ b/src/Microsoft.AspNetCore.OData/ResourceSetContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections; using Microsoft.AspNet.OData.Adapters; diff --git a/src/Microsoft.AspNetCore.OData/Results/BadRequestODataResult.cs b/src/Microsoft.AspNetCore.OData/Results/BadRequestODataResult.cs index 592760c48e..9f6fee3eb0 100644 --- a/src/Microsoft.AspNetCore.OData/Results/BadRequestODataResult.cs +++ b/src/Microsoft.AspNetCore.OData/Results/BadRequestODataResult.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Threading.Tasks; using Microsoft.AspNetCore.Http; diff --git a/src/Microsoft.AspNetCore.OData/Results/ConflictODataResult.cs b/src/Microsoft.AspNetCore.OData/Results/ConflictODataResult.cs index 83455aa313..330a58b6cb 100644 --- a/src/Microsoft.AspNetCore.OData/Results/ConflictODataResult.cs +++ b/src/Microsoft.AspNetCore.OData/Results/ConflictODataResult.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETSTANDARD2_0 using System.Threading.Tasks; diff --git a/src/Microsoft.AspNetCore.OData/Results/CreatedODataResult.cs b/src/Microsoft.AspNetCore.OData/Results/CreatedODataResult.cs index 6f6852858a..683d587405 100644 --- a/src/Microsoft.AspNetCore.OData/Results/CreatedODataResult.cs +++ b/src/Microsoft.AspNetCore.OData/Results/CreatedODataResult.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Net; diff --git a/src/Microsoft.AspNetCore.OData/Results/IODataErrorResult.cs b/src/Microsoft.AspNetCore.OData/Results/IODataErrorResult.cs index 17c42a59b1..75a5783137 100644 --- a/src/Microsoft.AspNetCore.OData/Results/IODataErrorResult.cs +++ b/src/Microsoft.AspNetCore.OData/Results/IODataErrorResult.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData; diff --git a/src/Microsoft.AspNetCore.OData/Results/NotFoundODataResult.cs b/src/Microsoft.AspNetCore.OData/Results/NotFoundODataResult.cs index d3634c74d1..666455df53 100644 --- a/src/Microsoft.AspNetCore.OData/Results/NotFoundODataResult.cs +++ b/src/Microsoft.AspNetCore.OData/Results/NotFoundODataResult.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Threading.Tasks; using Microsoft.AspNetCore.Http; diff --git a/src/Microsoft.AspNetCore.OData/Results/ODataErrorResult.cs b/src/Microsoft.AspNetCore.OData/Results/ODataErrorResult.cs index 938866689e..40fb919227 100644 --- a/src/Microsoft.AspNetCore.OData/Results/ODataErrorResult.cs +++ b/src/Microsoft.AspNetCore.OData/Results/ODataErrorResult.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Threading.Tasks; diff --git a/src/Microsoft.AspNetCore.OData/Results/ResultHelpers.cs b/src/Microsoft.AspNetCore.OData/Results/ResultHelpers.cs index f337f2b00c..18ba2cf19a 100644 --- a/src/Microsoft.AspNetCore.OData/Results/ResultHelpers.cs +++ b/src/Microsoft.AspNetCore.OData/Results/ResultHelpers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.Contracts; diff --git a/src/Microsoft.AspNetCore.OData/Results/UnauthorizedODataResult.cs b/src/Microsoft.AspNetCore.OData/Results/UnauthorizedODataResult.cs index cfa7c1706a..f7dc424249 100644 --- a/src/Microsoft.AspNetCore.OData/Results/UnauthorizedODataResult.cs +++ b/src/Microsoft.AspNetCore.OData/Results/UnauthorizedODataResult.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Threading.Tasks; using Microsoft.AspNetCore.Http; diff --git a/src/Microsoft.AspNetCore.OData/Results/UnprocessableEntityODataResult .cs b/src/Microsoft.AspNetCore.OData/Results/UnprocessableEntityODataResult .cs index 5c3213ec55..a8b1089f84 100644 --- a/src/Microsoft.AspNetCore.OData/Results/UnprocessableEntityODataResult .cs +++ b/src/Microsoft.AspNetCore.OData/Results/UnprocessableEntityODataResult .cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETSTANDARD2_0 using System.Threading.Tasks; diff --git a/src/Microsoft.AspNetCore.OData/Results/UpdatedODataResult.cs b/src/Microsoft.AspNetCore.OData/Results/UpdatedODataResult.cs index 6019e33a99..3efdbcc8f7 100644 --- a/src/Microsoft.AspNetCore.OData/Results/UpdatedODataResult.cs +++ b/src/Microsoft.AspNetCore.OData/Results/UpdatedODataResult.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net; using System.Threading.Tasks; diff --git a/src/Microsoft.AspNetCore.OData/Routing/Conventions/ActionRoutingConvention.cs b/src/Microsoft.AspNetCore.OData/Routing/Conventions/ActionRoutingConvention.cs index b422754d3c..053c50890f 100644 --- a/src/Microsoft.AspNetCore.OData/Routing/Conventions/ActionRoutingConvention.cs +++ b/src/Microsoft.AspNetCore.OData/Routing/Conventions/ActionRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Adapters; diff --git a/src/Microsoft.AspNetCore.OData/Routing/Conventions/AttributeRoutingConvention.cs b/src/Microsoft.AspNetCore.OData/Routing/Conventions/AttributeRoutingConvention.cs index e2476ff993..2bcb8df382 100644 --- a/src/Microsoft.AspNetCore.OData/Routing/Conventions/AttributeRoutingConvention.cs +++ b/src/Microsoft.AspNetCore.OData/Routing/Conventions/AttributeRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNetCore.OData/Routing/Conventions/DynamicPropertyRoutingConvention.cs b/src/Microsoft.AspNetCore.OData/Routing/Conventions/DynamicPropertyRoutingConvention.cs index f280ad1e76..95db9d2d5c 100644 --- a/src/Microsoft.AspNetCore.OData/Routing/Conventions/DynamicPropertyRoutingConvention.cs +++ b/src/Microsoft.AspNetCore.OData/Routing/Conventions/DynamicPropertyRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Adapters; @@ -24,4 +28,4 @@ public override string SelectAction(RouteContext routeContext, SelectControllerR new WebApiActionMap(actionDescriptors)); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Routing/Conventions/EntityRoutingConvention.cs b/src/Microsoft.AspNetCore.OData/Routing/Conventions/EntityRoutingConvention.cs index d5817d85b9..7150a96ade 100644 --- a/src/Microsoft.AspNetCore.OData/Routing/Conventions/EntityRoutingConvention.cs +++ b/src/Microsoft.AspNetCore.OData/Routing/Conventions/EntityRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Adapters; diff --git a/src/Microsoft.AspNetCore.OData/Routing/Conventions/EntitySetRoutingConvention.cs b/src/Microsoft.AspNetCore.OData/Routing/Conventions/EntitySetRoutingConvention.cs index e29941c95a..66376aa74b 100644 --- a/src/Microsoft.AspNetCore.OData/Routing/Conventions/EntitySetRoutingConvention.cs +++ b/src/Microsoft.AspNetCore.OData/Routing/Conventions/EntitySetRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Adapters; diff --git a/src/Microsoft.AspNetCore.OData/Routing/Conventions/FunctionRoutingConvention.cs b/src/Microsoft.AspNetCore.OData/Routing/Conventions/FunctionRoutingConvention.cs index bddba5882d..73163ed72e 100644 --- a/src/Microsoft.AspNetCore.OData/Routing/Conventions/FunctionRoutingConvention.cs +++ b/src/Microsoft.AspNetCore.OData/Routing/Conventions/FunctionRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Adapters; diff --git a/src/Microsoft.AspNetCore.OData/Routing/Conventions/IODataRoutingConvention.cs b/src/Microsoft.AspNetCore.OData/Routing/Conventions/IODataRoutingConvention.cs index 2040addd75..ca6e5b3d4c 100644 --- a/src/Microsoft.AspNetCore.OData/Routing/Conventions/IODataRoutingConvention.cs +++ b/src/Microsoft.AspNetCore.OData/Routing/Conventions/IODataRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNetCore.Mvc.Abstractions; @@ -23,4 +27,4 @@ public interface IODataRoutingConvention /// IEnumerable SelectAction(RouteContext routeContext); } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Routing/Conventions/MetadataRoutingConvention.cs b/src/Microsoft.AspNetCore.OData/Routing/Conventions/MetadataRoutingConvention.cs index c685e7081d..6511fe6db7 100644 --- a/src/Microsoft.AspNetCore.OData/Routing/Conventions/MetadataRoutingConvention.cs +++ b/src/Microsoft.AspNetCore.OData/Routing/Conventions/MetadataRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -56,4 +60,4 @@ public IEnumerable SelectAction(RouteContext routeCo return null; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Routing/Conventions/NavigationRoutingConvention.cs b/src/Microsoft.AspNetCore.OData/Routing/Conventions/NavigationRoutingConvention.cs index fd894041f2..0a5f5f00bd 100644 --- a/src/Microsoft.AspNetCore.OData/Routing/Conventions/NavigationRoutingConvention.cs +++ b/src/Microsoft.AspNetCore.OData/Routing/Conventions/NavigationRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Adapters; diff --git a/src/Microsoft.AspNetCore.OData/Routing/Conventions/NavigationSourceRoutingConvention.cs b/src/Microsoft.AspNetCore.OData/Routing/Conventions/NavigationSourceRoutingConvention.cs index 7b8dfa93c6..f47f8eb3a3 100644 --- a/src/Microsoft.AspNetCore.OData/Routing/Conventions/NavigationSourceRoutingConvention.cs +++ b/src/Microsoft.AspNetCore.OData/Routing/Conventions/NavigationSourceRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNetCore.OData/Routing/Conventions/NestedPathsRoutingConvention.cs b/src/Microsoft.AspNetCore.OData/Routing/Conventions/NestedPathsRoutingConvention.cs index 9efe63125c..2d1d2ff2b4 100644 --- a/src/Microsoft.AspNetCore.OData/Routing/Conventions/NestedPathsRoutingConvention.cs +++ b/src/Microsoft.AspNetCore.OData/Routing/Conventions/NestedPathsRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Adapters; diff --git a/src/Microsoft.AspNetCore.OData/Routing/Conventions/ODataRoutingConventions.cs b/src/Microsoft.AspNetCore.OData/Routing/Conventions/ODataRoutingConventions.cs index 39aa1ad9fc..226c12cf70 100644 --- a/src/Microsoft.AspNetCore.OData/Routing/Conventions/ODataRoutingConventions.cs +++ b/src/Microsoft.AspNetCore.OData/Routing/Conventions/ODataRoutingConventions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -82,4 +86,4 @@ public static IList CreateDefault() }; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Routing/Conventions/OperationImportRoutingConvention.cs b/src/Microsoft.AspNetCore.OData/Routing/Conventions/OperationImportRoutingConvention.cs index 068d044e53..fba01d1ccf 100644 --- a/src/Microsoft.AspNetCore.OData/Routing/Conventions/OperationImportRoutingConvention.cs +++ b/src/Microsoft.AspNetCore.OData/Routing/Conventions/OperationImportRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Adapters; diff --git a/src/Microsoft.AspNetCore.OData/Routing/Conventions/PropertyRoutingConvention.cs b/src/Microsoft.AspNetCore.OData/Routing/Conventions/PropertyRoutingConvention.cs index bb6952d7ea..1e0222a293 100644 --- a/src/Microsoft.AspNetCore.OData/Routing/Conventions/PropertyRoutingConvention.cs +++ b/src/Microsoft.AspNetCore.OData/Routing/Conventions/PropertyRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Adapters; diff --git a/src/Microsoft.AspNetCore.OData/Routing/Conventions/RefRoutingConvention.cs b/src/Microsoft.AspNetCore.OData/Routing/Conventions/RefRoutingConvention.cs index f8e996d297..4114d37f73 100644 --- a/src/Microsoft.AspNetCore.OData/Routing/Conventions/RefRoutingConvention.cs +++ b/src/Microsoft.AspNetCore.OData/Routing/Conventions/RefRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Adapters; @@ -24,4 +28,4 @@ public override string SelectAction(RouteContext routeContext, SelectControllerR new WebApiActionMap(actionDescriptors)); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Routing/Conventions/SingletonRoutingConvention.cs b/src/Microsoft.AspNetCore.OData/Routing/Conventions/SingletonRoutingConvention.cs index 213fe0e031..6d597adf48 100644 --- a/src/Microsoft.AspNetCore.OData/Routing/Conventions/SingletonRoutingConvention.cs +++ b/src/Microsoft.AspNetCore.OData/Routing/Conventions/SingletonRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Adapters; diff --git a/src/Microsoft.AspNetCore.OData/Routing/Conventions/UnmappedRequestRoutingConvention.cs b/src/Microsoft.AspNetCore.OData/Routing/Conventions/UnmappedRequestRoutingConvention.cs index 5a28ac46f6..0f74712e18 100644 --- a/src/Microsoft.AspNetCore.OData/Routing/Conventions/UnmappedRequestRoutingConvention.cs +++ b/src/Microsoft.AspNetCore.OData/Routing/Conventions/UnmappedRequestRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Adapters; diff --git a/src/Microsoft.AspNetCore.OData/Routing/ODataActionSelector.cs b/src/Microsoft.AspNetCore.OData/Routing/ODataActionSelector.cs index 08d3562ef3..3289dac7da 100644 --- a/src/Microsoft.AspNetCore.OData/Routing/ODataActionSelector.cs +++ b/src/Microsoft.AspNetCore.OData/Routing/ODataActionSelector.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/src/Microsoft.AspNetCore.OData/Routing/ODataPathParameterBindingAttribute.cs b/src/Microsoft.AspNetCore.OData/Routing/ODataPathParameterBindingAttribute.cs index 1bad81fb82..68563e0a99 100644 --- a/src/Microsoft.AspNetCore.OData/Routing/ODataPathParameterBindingAttribute.cs +++ b/src/Microsoft.AspNetCore.OData/Routing/ODataPathParameterBindingAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Threading.Tasks; diff --git a/src/Microsoft.AspNetCore.OData/Routing/ODataPathRouteConstraint.cs b/src/Microsoft.AspNetCore.OData/Routing/ODataPathRouteConstraint.cs index 365a590a37..ce4eaded0f 100644 --- a/src/Microsoft.AspNetCore.OData/Routing/ODataPathRouteConstraint.cs +++ b/src/Microsoft.AspNetCore.OData/Routing/ODataPathRouteConstraint.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/src/Microsoft.AspNetCore.OData/Routing/ODataRoute.cs b/src/Microsoft.AspNetCore.OData/Routing/ODataRoute.cs index 3ace371d70..4a1c24937d 100644 --- a/src/Microsoft.AspNetCore.OData/Routing/ODataRoute.cs +++ b/src/Microsoft.AspNetCore.OData/Routing/ODataRoute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.Contracts; using Microsoft.AspNetCore.Routing; @@ -118,4 +122,4 @@ internal VirtualPathData GenerateLinkDirectly(string odataPath) return new VirtualPathData(this, link); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/Routing/ODataVersionConstraint.cs b/src/Microsoft.AspNetCore.OData/Routing/ODataVersionConstraint.cs index cd65aec52a..a40832a030 100644 --- a/src/Microsoft.AspNetCore.OData/Routing/ODataVersionConstraint.cs +++ b/src/Microsoft.AspNetCore.OData/Routing/ODataVersionConstraint.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/src/Microsoft.AspNetCore.OData/SingleResult.cs b/src/Microsoft.AspNetCore.OData/SingleResult.cs index f81744f400..62a8dcd71d 100644 --- a/src/Microsoft.AspNetCore.OData/SingleResult.cs +++ b/src/Microsoft.AspNetCore.OData/SingleResult.cs @@ -1,4 +1,11 @@ -// Copyright (c) .NET Foundation. All rights reserved. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; @@ -44,4 +51,4 @@ public static SingleResult Create(IQueryable queryable) return new SingleResult(queryable); } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNetCore.OData/SingleResultOfT.cs b/src/Microsoft.AspNetCore.OData/SingleResultOfT.cs index 9bc2b91dbe..86e1e1c521 100644 --- a/src/Microsoft.AspNetCore.OData/SingleResultOfT.cs +++ b/src/Microsoft.AspNetCore.OData/SingleResultOfT.cs @@ -1,5 +1,9 @@ -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; @@ -32,4 +36,4 @@ public SingleResult(IQueryable queryable) } } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/AggregationContextCore.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/AggregationContextCore.cs index 8508de17c8..5f42c32d78 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/AggregationContextCore.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/AggregationContextCore.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.EntityFrameworkCore; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/AggregationController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/AggregationController.cs index e44dee2b5b..c8abcc428e 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/AggregationController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/AggregationController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/AggregationDataModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/AggregationDataModel.cs index 88b80c525d..43f3eddd70 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/AggregationDataModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/AggregationDataModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.ComponentModel.DataAnnotations.Schema; using System.Data.Entity; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/AggregationEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/AggregationEdmModel.cs index 3e16ee89e0..45c0068413 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/AggregationEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/AggregationEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/AggregationTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/AggregationTests.cs index 1f7c43815f..39900c008a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/AggregationTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/AggregationTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/LinqToSqlDatabaseContext.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/LinqToSqlDatabaseContext.cs index e3793a2612..727c4bac0a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/LinqToSqlDatabaseContext.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/LinqToSqlDatabaseContext.cs @@ -1,4 +1,11 @@ -using System; +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +using System; using System.Collections.Generic; using System.Data.Linq; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/PagedAggregationTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/PagedAggregationTests.cs index f7e85f9922..0560ddd304 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/PagedAggregationTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/PagedAggregationTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net; using System.Net.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/PagedCustomersController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/PagedCustomersController.cs index b1f7089c5c..2d3314b43e 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/PagedCustomersController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Aggregation/PagedCustomersController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using Microsoft.AspNet.OData; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AlternateKeys/AlternateKeysController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AlternateKeys/AlternateKeysController.cs index c1425c06ca..21dea0a2ac 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AlternateKeys/AlternateKeysController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AlternateKeys/AlternateKeysController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AlternateKeys/AlternateKeysDataSource.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AlternateKeys/AlternateKeysDataSource.cs index 8639c63fb5..31c3b59700 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AlternateKeys/AlternateKeysDataSource.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AlternateKeys/AlternateKeysDataSource.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AlternateKeys/AlternateKeysEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AlternateKeys/AlternateKeysEdmModel.cs index 5e93eb686d..70c89d18cd 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AlternateKeys/AlternateKeysEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AlternateKeys/AlternateKeysEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.OData.Edm; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AlternateKeys/AlternateKeysTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AlternateKeys/AlternateKeysTest.cs index a19697b036..c5ebc50d2b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AlternateKeys/AlternateKeysTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AlternateKeys/AlternateKeysTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Net; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AutoExpand/AutoExpandController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AutoExpand/AutoExpandController.cs index 35b764ab0d..72f14ab870 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AutoExpand/AutoExpandController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AutoExpand/AutoExpandController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AutoExpand/AutoExpandDataModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AutoExpand/AutoExpandDataModel.cs index c79f98acf9..f68eef2f03 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AutoExpand/AutoExpandDataModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AutoExpand/AutoExpandDataModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Data.Entity; using Microsoft.AspNet.OData.Builder; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AutoExpand/AutoExpandEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AutoExpand/AutoExpandEdmModel.cs index 8eec10dfc2..851150e7eb 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AutoExpand/AutoExpandEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AutoExpand/AutoExpandEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData.Edm; using Microsoft.Test.E2E.AspNet.OData.Common.Execution; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AutoExpand/AutoExpandTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AutoExpand/AutoExpandTests.cs index 4e26a2b1d3..081f7a3415 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AutoExpand/AutoExpandTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/AutoExpand/AutoExpandTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Net; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Batch/Client/DefaultBatchGeneratedClient.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Batch/Client/DefaultBatchGeneratedClient.cs index 65fe97f269..a0ae79eb6f 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Batch/Client/DefaultBatchGeneratedClient.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Batch/Client/DefaultBatchGeneratedClient.cs @@ -1,4 +1,11 @@ -//------------------------------------------------------------------------------ +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.34011 diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Batch/Client/UnbufferedBatchGeneratedClient.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Batch/Client/UnbufferedBatchGeneratedClient.cs index ae774230b3..d97b317370 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Batch/Client/UnbufferedBatchGeneratedClient.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Batch/Client/UnbufferedBatchGeneratedClient.cs @@ -1,4 +1,11 @@ -//------------------------------------------------------------------------------ +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.34011 diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Batch/Tests/DataServicesClient/DefaultODataBatchHandlerTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Batch/Tests/DataServicesClient/DefaultODataBatchHandlerTests.cs index 9572ce955c..46e62ac6e7 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Batch/Tests/DataServicesClient/DefaultODataBatchHandlerTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Batch/Tests/DataServicesClient/DefaultODataBatchHandlerTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Batch/Tests/DataServicesClient/UnbufferedODataBatchHandlerTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Batch/Tests/DataServicesClient/UnbufferedODataBatchHandlerTests.cs index be868b0c0b..f716a02dcf 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Batch/Tests/DataServicesClient/UnbufferedODataBatchHandlerTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Batch/Tests/DataServicesClient/UnbufferedODataBatchHandlerTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/BoundOperation/BoundOperationContextUriTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/BoundOperation/BoundOperationContextUriTest.cs index e474efa2b7..e4938830ba 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/BoundOperation/BoundOperationContextUriTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/BoundOperation/BoundOperationContextUriTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Net.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/BoundOperation/BoundOperationController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/BoundOperation/BoundOperationController.cs index 7e7815b15f..ae3cc13b7c 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/BoundOperation/BoundOperationController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/BoundOperation/BoundOperationController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/BoundOperation/BoundOperationDataModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/BoundOperation/BoundOperationDataModel.cs index 89f5360223..570b654658 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/BoundOperation/BoundOperationDataModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/BoundOperation/BoundOperationDataModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/BoundOperation/BoundOperationEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/BoundOperation/BoundOperationEdmModel.cs index a6f0af2d24..36b7e1a772 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/BoundOperation/BoundOperationEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/BoundOperation/BoundOperationEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; using Microsoft.OData.Edm; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/BoundOperation/BoundOperationTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/BoundOperation/BoundOperationTest.cs index 38be5fee6a..2d6aee591a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/BoundOperation/BoundOperationTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/BoundOperation/BoundOperationTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/Aggregation/LinqToSqlDatabaseContext.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/Aggregation/LinqToSqlDatabaseContext.cs index e3793a2612..727c4bac0a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/Aggregation/LinqToSqlDatabaseContext.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/Aggregation/LinqToSqlDatabaseContext.cs @@ -1,4 +1,11 @@ -using System; +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +using System; using System.Collections.Generic; using System.Data.Linq; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/Formatter/JsonLight/Metadata/Extensions/HttpRequestMessageExtensions.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/Formatter/JsonLight/Metadata/Extensions/HttpRequestMessageExtensions.cs index 2b741043e7..a9120a9e1c 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/Formatter/JsonLight/Metadata/Extensions/HttpRequestMessageExtensions.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/Formatter/JsonLight/Metadata/Extensions/HttpRequestMessageExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/InstanceAnnotations/AnnotationController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/InstanceAnnotations/AnnotationController.cs index 92f1a994c5..6f14795a5b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/InstanceAnnotations/AnnotationController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/InstanceAnnotations/AnnotationController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/InstanceAnnotations/AnnotationDataModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/InstanceAnnotations/AnnotationDataModel.cs index 9eaaa27c67..e001bd6d28 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/InstanceAnnotations/AnnotationDataModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/InstanceAnnotations/AnnotationDataModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/InstanceAnnotations/AnnotationEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/InstanceAnnotations/AnnotationEdmModel.cs index eebb7327df..f1c1229525 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/InstanceAnnotations/AnnotationEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/InstanceAnnotations/AnnotationEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/InstanceAnnotations/AnnotationTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/InstanceAnnotations/AnnotationTest.cs index 2ee6692369..d50a510425 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/InstanceAnnotations/AnnotationTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/InstanceAnnotations/AnnotationTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -239,4 +243,4 @@ private void VerifyInstanceAnnotations(string name, string json) } } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/Properties/AssemblyInfo.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/Properties/AssemblyInfo.cs index 21d248af39..cd14d4cfe6 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/Properties/AssemblyInfo.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/Properties/AssemblyInfo.cs @@ -1,4 +1,11 @@ -using System.Reflection; +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/UriParserExtension/UriResolverDependencyTestWithOldDefaultConfig.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/UriParserExtension/UriResolverDependencyTestWithOldDefaultConfig.cs index 03318071e1..eb50eb4950 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/UriParserExtension/UriResolverDependencyTestWithOldDefaultConfig.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/UriParserExtension/UriResolverDependencyTestWithOldDefaultConfig.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Net; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore/Aggregation/LinqToSqlDatabaseContext.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore/Aggregation/LinqToSqlDatabaseContext.cs index e69da2f725..727c4bac0a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore/Aggregation/LinqToSqlDatabaseContext.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore/Aggregation/LinqToSqlDatabaseContext.cs @@ -1,4 +1,11 @@ -using System; +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +using System; using System.Collections.Generic; using System.Data.Linq; using System.Linq; @@ -17,4 +24,4 @@ public LinqToSqlDatabaseContext() : public Table Customers { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore/DependencyInjection/CustomizeSkipTokenImplementationTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore/DependencyInjection/CustomizeSkipTokenImplementationTest.cs index 406a4cbc60..2feb47a7f8 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore/DependencyInjection/CustomizeSkipTokenImplementationTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore/DependencyInjection/CustomizeSkipTokenImplementationTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore/Properties/AssemblyInfo.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore/Properties/AssemblyInfo.cs index bd6f826702..2e2249cfe5 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore/Properties/AssemblyInfo.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore/Properties/AssemblyInfo.cs @@ -1,4 +1,11 @@ -using System.Reflection; +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ActionResult/ActionResultController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ActionResult/ActionResultController.cs index 9548093287..81bd44c321 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ActionResult/ActionResultController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ActionResult/ActionResultController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Threading.Tasks; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ActionResult/ActionResultEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ActionResult/ActionResultEdmModel.cs index 66950fbe42..85b8987bb3 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ActionResult/ActionResultEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ActionResult/ActionResultEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData.Edm; using Microsoft.Test.E2E.AspNet.OData.Common.Execution; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ActionResult/ActionResultODataModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ActionResult/ActionResultODataModel.cs index dab22933db..ccb5214614 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ActionResult/ActionResultODataModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ActionResult/ActionResultODataModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ActionResult/ActionResultTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ActionResult/ActionResultTests.cs index be389e1800..54a642f778 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ActionResult/ActionResultTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ActionResult/ActionResultTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Aggregation/LinqToSqlDatabaseContext.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Aggregation/LinqToSqlDatabaseContext.cs index b7ca09d329..911a0b357b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Aggregation/LinqToSqlDatabaseContext.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Aggregation/LinqToSqlDatabaseContext.cs @@ -1,4 +1,11 @@ -#if !NETCORE +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +#if !NETCORE using System; using System.Collections.Generic; using System.Data.Linq; @@ -19,4 +26,4 @@ public LinqToSqlDatabaseContext() : public Table Customers { get; set; } } } -#endif \ No newline at end of file +#endif diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ConcurrentQuery/ConcurrentQueryController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ConcurrentQuery/ConcurrentQueryController.cs index 0bff8af3ea..10b16bf6ee 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ConcurrentQuery/ConcurrentQueryController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ConcurrentQuery/ConcurrentQueryController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ConcurrentQuery/ConcurrentQueryEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ConcurrentQuery/ConcurrentQueryEdmModel.cs index 80785726eb..be5832fe2c 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ConcurrentQuery/ConcurrentQueryEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ConcurrentQuery/ConcurrentQueryEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData.Edm; using Microsoft.Test.E2E.AspNet.OData.Common.Execution; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ConcurrentQuery/ConcurrentQueryODataModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ConcurrentQuery/ConcurrentQueryODataModel.cs index 44e0fc328f..aae3b9095f 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ConcurrentQuery/ConcurrentQueryODataModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ConcurrentQuery/ConcurrentQueryODataModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ConcurrentQuery/ConcurrentQueryTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ConcurrentQuery/ConcurrentQueryTests.cs index 312ab0f8cf..b5a32ad6a3 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ConcurrentQuery/ConcurrentQueryTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/ConcurrentQuery/ConcurrentQueryTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/DependencyInjection/CustomizeSkipTokenImplementationTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/DependencyInjection/CustomizeSkipTokenImplementationTest.cs index 406a4cbc60..2feb47a7f8 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/DependencyInjection/CustomizeSkipTokenImplementationTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/DependencyInjection/CustomizeSkipTokenImplementationTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointController.cs index 42a7e85806..f12fa6f3f6 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointDbContext.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointDbContext.cs index 82a2e36f7c..e221083e48 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointDbContext.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointDbContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.EntityFrameworkCore; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointEfCoreTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointEfCoreTests.cs index 56056873aa..d3a63e7210 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointEfCoreTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointEfCoreTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; @@ -275,4 +279,3 @@ public async Task CanReadDataInBatchUsingEndpointRouting() } } } - diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointRouteConfiguration.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointRouteConfiguration.cs index 121b198990..ec96019cd3 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointRouteConfiguration.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointRouteConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointTestBase.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointTestBase.cs index 8fdb0b903b..b854575b16 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointTestBase.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointTestBase.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using Xunit; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointTestFixture.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointTestFixture.cs index 6eef9e87cb..c9ffe9191d 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointTestFixture.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointTestFixture.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Net; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointTestModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointTestModel.cs index 591b51c115..503deff434 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointTestModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Endpoint/EndpointTestModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/NestedPaths/NestedPathEFTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/NestedPaths/NestedPathEFTests.cs index 9a0dc61e85..14cb6f6661 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/NestedPaths/NestedPathEFTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/NestedPaths/NestedPathEFTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Data.Entity; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/NestedPaths/NestedPathsTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/NestedPaths/NestedPathsTests.cs index fcd6665941..23cf207769 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/NestedPaths/NestedPathsTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/NestedPaths/NestedPathsTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Properties/AssemblyInfo.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Properties/AssemblyInfo.cs index bd6f826702..2e2249cfe5 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Properties/AssemblyInfo.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/Properties/AssemblyInfo.cs @@ -1,4 +1,11 @@ -using System.Reflection; +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/QueryValidationBeforeAction/QueryValidationBeforeActionController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/QueryValidationBeforeAction/QueryValidationBeforeActionController.cs index fcdbe825d5..bf9be9967a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/QueryValidationBeforeAction/QueryValidationBeforeActionController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/QueryValidationBeforeAction/QueryValidationBeforeActionController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/QueryValidationBeforeAction/QueryValidationBeforeActionEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/QueryValidationBeforeAction/QueryValidationBeforeActionEdmModel.cs index bd0eeded4f..842a6291ae 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/QueryValidationBeforeAction/QueryValidationBeforeActionEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/QueryValidationBeforeAction/QueryValidationBeforeActionEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData.Edm; using Microsoft.Test.E2E.AspNet.OData.Common.Execution; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/QueryValidationBeforeAction/QueryValidationBeforeActionODataModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/QueryValidationBeforeAction/QueryValidationBeforeActionODataModel.cs index 44174aeb8a..8e74b8ccfd 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/QueryValidationBeforeAction/QueryValidationBeforeActionODataModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/QueryValidationBeforeAction/QueryValidationBeforeActionODataModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/QueryValidationBeforeAction/QueryValidationBeforeActionTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/QueryValidationBeforeAction/QueryValidationBeforeActionTests.cs index e18dc03384..f65bd474b7 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/QueryValidationBeforeAction/QueryValidationBeforeActionTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/QueryValidationBeforeAction/QueryValidationBeforeActionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Cast/CastContext.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Cast/CastContext.cs index 208156d060..559681f835 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Cast/CastContext.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Cast/CastContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Cast/CastControllers.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Cast/CastControllers.cs index 31dbb0f8ee..3f137be628 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Cast/CastControllers.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Cast/CastControllers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using Microsoft.AspNet.OData; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Cast/CastDataModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Cast/CastDataModel.cs index 1809de0cd6..3a359aa2b1 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Cast/CastDataModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Cast/CastDataModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Cast/CastEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Cast/CastEdmModel.cs index 6e7cd729e1..ae2f731a00 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Cast/CastEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Cast/CastEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; using Microsoft.OData.Edm; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Cast/CastTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Cast/CastTest.cs index 1f260e3c3b..b5d54c9c60 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Cast/CastTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Cast/CastTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net; using System.Net.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/AssertExtension.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/AssertExtension.cs index 90ad05e3f8..350c2218fa 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/AssertExtension.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/AssertExtension.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/AttackStringBuilder.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/AttackStringBuilder.cs index d809409ba6..c0b0643d60 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/AttackStringBuilder.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/AttackStringBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Text; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ComparisonHelper.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ComparisonHelper.cs index ae991080db..3b74e6e68e 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ComparisonHelper.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ComparisonHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; @@ -258,4 +262,4 @@ private static object[] ToObjectArray(IEnumerable enumerable) return result.ToArray(); } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Container.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Container.cs index d642d232d8..9bcf5c79f2 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Container.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Container.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/AsyncInMemoryODataController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/AsyncInMemoryODataController.cs index aa16c66a93..b0260dbe9c 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/AsyncInMemoryODataController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/AsyncInMemoryODataController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Concurrent; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/CollectionController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/CollectionController.cs index 22f6b8cac9..0b19449d4f 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/CollectionController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/CollectionController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; @@ -98,4 +102,4 @@ public Dictionary EchoListOfObject(Dictionary input) } #endregion } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/ComplexTypesCollectionsController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/ComplexTypesCollectionsController.cs index 235f8565f7..7f59feac60 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/ComplexTypesCollectionsController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/ComplexTypesCollectionsController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; @@ -861,4 +865,4 @@ public Dictionary EchoDictionaryOfstringAndBranch(Dictionary +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Web.Http; using Microsoft.Test.E2E.AspNet.OData.Common.Controllers.TypeLibrary; @@ -242,4 +246,4 @@ public Branch EchoBranch(Branch branch) return branch; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/JTokenController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/JTokenController.cs index 5ef131a8fc..d8332a2eea 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/JTokenController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/JTokenController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Web.Http; using Newtonsoft.Json.Linq; @@ -50,4 +54,4 @@ public JContainer EchoJContainer(JContainer input) return input; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/ModelBindingBasedComplexTypesController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/ModelBindingBasedComplexTypesController.cs index 9e99a15d7e..aead663200 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/ModelBindingBasedComplexTypesController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/ModelBindingBasedComplexTypesController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Web.Http; @@ -787,4 +791,4 @@ public Branch EchoBranch([FromUri] Branch input) return input; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/ModelStateErrorHandlingAttribute.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/ModelStateErrorHandlingAttribute.cs index 102dbc0597..31659fa6fd 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/ModelStateErrorHandlingAttribute.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/ModelStateErrorHandlingAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using Microsoft.AspNetCore.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/NorthwindController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/NorthwindController.cs index a9b643c985..ab196c0aba 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/NorthwindController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/NorthwindController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Web.Http; using Microsoft.Test.E2E.AspNet.OData.Common.Controllers.TypeLibrary; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/PrimitiveCollectionsOperationsController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/PrimitiveCollectionsOperationsController.cs index 211487218f..59f2797338 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/PrimitiveCollectionsOperationsController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/PrimitiveCollectionsOperationsController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -681,4 +685,4 @@ public List ReverseListOfDBNullFromBody(List input) } #endregion } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/PrimitiveOperationsController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/PrimitiveOperationsController.cs index ea1b4ebdde..8f1d30a9a4 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/PrimitiveOperationsController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/PrimitiveOperationsController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Threading.Tasks; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/TestControllers.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/TestControllers.cs index 875d51e068..708a46a58a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/TestControllers.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/TestControllers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/TypeLibrary/ComplexTypes.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/TypeLibrary/ComplexTypes.cs index 32d811f1b0..34968f39c0 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/TypeLibrary/ComplexTypes.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/TypeLibrary/ComplexTypes.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/TypeLibrary/ModelBindingBasedComplexTypes.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/TypeLibrary/ModelBindingBasedComplexTypes.cs index e46a754970..a4302043ec 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/TypeLibrary/ModelBindingBasedComplexTypes.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/TypeLibrary/ModelBindingBasedComplexTypes.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Globalization; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/TypeLibrary/NorthwindTypes.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/TypeLibrary/NorthwindTypes.cs index dad6aa68d4..4af20747da 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/TypeLibrary/NorthwindTypes.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Controllers/TypeLibrary/NorthwindTypes.cs @@ -1,4 +1,11 @@ -//------------------------------------------------------------------------------ +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ // // This code was generated from a template. // diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/DataServiceContextAsyncExtension.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/DataServiceContextAsyncExtension.cs index caebbd9462..f86de990fb 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/DataServiceContextAsyncExtension.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/DataServiceContextAsyncExtension.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/DataServiceQueryExtensions.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/DataServiceQueryExtensions.cs index c94559094c..26032c3306 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/DataServiceQueryExtensions.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/DataServiceQueryExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Threading.Tasks; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/PortArranger.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/PortArranger.cs index b0989a039e..efa8fc9aea 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/PortArranger.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/PortArranger.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; @@ -41,4 +45,4 @@ private static bool IsFree(int port) return !isInUse; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/SecurityHelper.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/SecurityHelper.cs index 09c7c50174..5ceb4157a8 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/SecurityHelper.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/SecurityHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/WebHostLogExceptionFilter.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/WebHostLogExceptionFilter.cs index 0af6ffd0d6..8bc22d74a3 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/WebHostLogExceptionFilter.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/WebHostLogExceptionFilter.cs @@ -1,6 +1,9 @@ - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/WebHostTestBase.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/WebHostTestBase.cs index 18226d8780..994308b7bd 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/WebHostTestBase.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/WebHostTestBase.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Net.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/WebHostTestFixture.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/WebHostTestFixture.cs index 0028d515f6..28cf968508 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/WebHostTestFixture.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/WebHostTestFixture.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/WebRouteConfiguration.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/WebRouteConfiguration.cs index 0de3dfd4a9..c15225f3e7 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/WebRouteConfiguration.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Execution/WebRouteConfiguration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/HttpClientExtension.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/HttpClientExtension.cs index 23e1e41a65..e32a219f13 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/HttpClientExtension.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/HttpClientExtension.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.CodeAnalysis; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/HttpConfigurationExtensions.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/HttpConfigurationExtensions.cs index 0d6754297a..1ec70c6220 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/HttpConfigurationExtensions.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/HttpConfigurationExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETFX // This class is only used in the AspNet version. using System.Web.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/HttpContentExtensions.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/HttpContentExtensions.cs index 8c3d704ad2..07ae6cb0d7 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/HttpContentExtensions.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/HttpContentExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Net.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/HttpRequestExtensions.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/HttpRequestExtensions.cs index e361bcdc00..5a153a2289 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/HttpRequestExtensions.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/HttpRequestExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Net; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/ODataPathHandlerExtensions.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/ODataPathHandlerExtensions.cs index fe1c8e7e08..1bb4432d14 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/ODataPathHandlerExtensions.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/ODataPathHandlerExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.Contracts; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/ResourceContextExtensions.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/ResourceContextExtensions.cs index d8576edb86..9271d71775 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/ResourceContextExtensions.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Extensions/ResourceContextExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using Microsoft.AspNet.OData; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/FormatterFactory.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/FormatterFactory.cs index 503d447e85..575e3a97a5 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/FormatterFactory.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/FormatterFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Buffers; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/HttpClientExtensions.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/HttpClientExtensions.cs index d253e31374..81e57b204f 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/HttpClientExtensions.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/HttpClientExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Net.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/HttpControllerContextExtensions.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/HttpControllerContextExtensions.cs index fe66a4a803..f2d8498f3d 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/HttpControllerContextExtensions.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/HttpControllerContextExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.Contracts; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/CharsToUseBuilder.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/CharsToUseBuilder.cs index 85c0f13516..16f4f0f5cf 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/CharsToUseBuilder.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/CharsToUseBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/ComplexTypeInstanceCreator.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/ComplexTypeInstanceCreator.cs index 2a51c37bab..e97c709af2 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/ComplexTypeInstanceCreator.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/ComplexTypeInstanceCreator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -96,4 +100,4 @@ private static void SetPublicFields(Type type, object obj, Random rndGen, Creato #endregion } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/CookieHeaderValueInstanceCreator.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/CookieHeaderValueInstanceCreator.cs index 8b843548a1..3ba9107a5b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/CookieHeaderValueInstanceCreator.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/CookieHeaderValueInstanceCreator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETFX // This class is only used in the AspNet version. using System; @@ -112,4 +116,4 @@ private static NameValueCollection CreateRandomNameValueCollection(Random rndGen } } } -#endif \ No newline at end of file +#endif diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/CreatorSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/CreatorSettings.cs index f1fb050dc1..3d43767b5b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/CreatorSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/CreatorSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.Test.E2E.AspNet.OData.Common.Instancing { @@ -148,4 +152,4 @@ internal void LeaveRecursion() currentDepth--; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/InstanceCreator.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/InstanceCreator.cs index 5f877b6375..6ec02d8ca6 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/InstanceCreator.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/InstanceCreator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -265,4 +269,4 @@ private static bool HasInterface(Type type, Type interfaceType) #endregion } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/InstanceCreatorSurrogate.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/InstanceCreatorSurrogate.cs index c39498f96c..522ad634be 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/InstanceCreatorSurrogate.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/InstanceCreatorSurrogate.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; @@ -28,4 +32,4 @@ public abstract class InstanceCreatorSurrogate /// of the type directly. This will cause a stack overflow. public abstract object CreateInstanceOf(Type type, Random rndGen, CreatorSettings creatorSettings); } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/JTokenInstanceCreator.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/JTokenInstanceCreator.cs index c6eeb7fb58..7557ad8a1b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/JTokenInstanceCreator.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/JTokenInstanceCreator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/PrimitiveCreator.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/PrimitiveCreator.cs index 13f87f267d..9577d966e5 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/PrimitiveCreator.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/PrimitiveCreator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -762,4 +766,4 @@ private static void CreateUserInfo(StringBuilder sb, Random rndGen) #endregion } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/RandomSeedGenerator.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/RandomSeedGenerator.cs index fcdad2b874..2220c83bbd 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/RandomSeedGenerator.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/RandomSeedGenerator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Globalization; @@ -48,4 +52,4 @@ public static int GetRandomSeed() #endregion } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/SyntaxCreator.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/SyntaxCreator.cs index c72e794abd..a8c659981f 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/SyntaxCreator.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/SyntaxCreator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Text; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/ULongJsonNetRangeLimitSurrogate.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/ULongJsonNetRangeLimitSurrogate.cs index 505126b6e9..cf2a7483e1 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/ULongJsonNetRangeLimitSurrogate.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Instancing/ULongJsonNetRangeLimitSurrogate.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/JObjectExtensions.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/JObjectExtensions.cs index 00c7aae9b6..d89630859f 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/JObjectExtensions.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/JObjectExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/JsonAssert.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/JsonAssert.cs index 699d1485f6..c1582a624b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/JsonAssert.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/JsonAssert.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/LinkRoutingConvention2.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/LinkRoutingConvention2.cs index 1056f0fbf1..ba14ad111c 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/LinkRoutingConvention2.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/LinkRoutingConvention2.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ModelHelper.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ModelHelper.cs index 0ae95e8660..7ec5e9fec3 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ModelHelper.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ModelHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Movie/Movie.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Movie/Movie.cs index 815356d4bf..b357de48b2 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Movie/Movie.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Movie/Movie.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/BaseEntity.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/BaseEntity.cs index 283d7cde97..d5d9c03939 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/BaseEntity.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/BaseEntity.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Configuration/ISettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Configuration/ISettings.cs index e51cd2813f..8321823e63 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Configuration/ISettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Configuration/ISettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Configuration { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Affiliates/Affiliate.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Affiliates/Affiliate.cs index e060ed98a2..3048c0619f 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Affiliates/Affiliate.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Affiliates/Affiliate.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Nop.Core.Domain.Common; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Blogs/BlogComment.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Blogs/BlogComment.cs index 4864954ec7..637c9caf43 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Blogs/BlogComment.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Blogs/BlogComment.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Domain.Customers; @@ -25,4 +29,4 @@ public partial class BlogComment : CustomerContent /// public virtual BlogPost BlogPost { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Blogs/BlogExtensions.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Blogs/BlogExtensions.cs index 26cc768880..fa703aeb51 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Blogs/BlogExtensions.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Blogs/BlogExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Blogs/BlogPost.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Blogs/BlogPost.cs index 452beeeb1e..cb69d29d20 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Blogs/BlogPost.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Blogs/BlogPost.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -83,4 +87,4 @@ public virtual ICollection BlogComments /// public virtual Language Language { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Blogs/BlogPostTag.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Blogs/BlogPostTag.cs index 8e5574300d..97ef7c9fde 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Blogs/BlogPostTag.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Blogs/BlogPostTag.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Blogs { @@ -18,4 +22,4 @@ public partial class BlogPostTag /// public virtual int BlogPostCount { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Blogs/BlogSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Blogs/BlogSettings.cs index 570dd2f0f0..e41da89f15 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Blogs/BlogSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Blogs/BlogSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Configuration; @@ -37,4 +41,4 @@ public class BlogSettings : ISettings /// public bool ShowHeaderRssUrl { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/AttributeControlType.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/AttributeControlType.cs index b8640c63b1..23dc1e7b5e 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/AttributeControlType.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/AttributeControlType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Catalog { @@ -37,4 +41,4 @@ public enum AttributeControlType /// FileUpload = 30, } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/BackInStockSubscription.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/BackInStockSubscription.cs index 228a466566..258586923e 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/BackInStockSubscription.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/BackInStockSubscription.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Nop.Core.Domain.Customers; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/BackorderMode.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/BackorderMode.cs index 3eaa573a4b..635eebc244 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/BackorderMode.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/BackorderMode.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Catalog { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/CatalogSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/CatalogSettings.cs index 5e73638293..5fa8f4cf21 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/CatalogSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/CatalogSettings.cs @@ -1,6 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. - +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Nop.Core.Configuration; @@ -263,4 +266,4 @@ public CatalogSettings() /// public int ManufacturersBlockItemsToDisplay { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/Category.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/Category.cs index 2add05a447..aab55cd4a5 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/Category.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/Category.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/CategoryTemplate.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/CategoryTemplate.cs index a4bca61263..a118cfc81c 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/CategoryTemplate.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/CategoryTemplate.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Catalog { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/CrossSellProduct.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/CrossSellProduct.cs index d02241bc29..6f55af210c 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/CrossSellProduct.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/CrossSellProduct.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Catalog { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/DownloadActivationType.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/DownloadActivationType.cs index d7a452b133..4ef2003848 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/DownloadActivationType.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/DownloadActivationType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Catalog { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/GiftCardType.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/GiftCardType.cs index 0bb2c66f60..239c772809 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/GiftCardType.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/GiftCardType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Catalog { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/LowStockActivity.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/LowStockActivity.cs index a47c19c977..0dad317156 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/LowStockActivity.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/LowStockActivity.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Catalog { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ManageInventoryMethod.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ManageInventoryMethod.cs index 94c36f1ab8..4a03a680b5 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ManageInventoryMethod.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ManageInventoryMethod.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Catalog { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/Manufacturer.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/Manufacturer.cs index 34cab9d585..be257a9fb8 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/Manufacturer.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/Manufacturer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Nop.Core.Domain.Localization; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ManufacturerTemplate.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ManufacturerTemplate.cs index 073be44727..a716f2c7d1 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ManufacturerTemplate.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ManufacturerTemplate.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Catalog { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/PriceRange.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/PriceRange.cs index 1e00284526..61bb8067d0 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/PriceRange.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/PriceRange.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Catalog { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/Product.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/Product.cs index 997dffe661..3fa3b66b87 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/Product.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/Product.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -174,4 +178,4 @@ public virtual ICollection ProductTags } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductAttribute.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductAttribute.cs index 5befac29d2..577f8aca0e 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductAttribute.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Domain.Localization; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductCategory.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductCategory.cs index 510eff68c2..207203bb6a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductCategory.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductCategory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Catalog { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductManufacturer.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductManufacturer.cs index 9d995fa331..8249b25a83 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductManufacturer.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductManufacturer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Catalog { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductPicture.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductPicture.cs index e620bec0c5..c8367d9bf0 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductPicture.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductPicture.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Domain.Media; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductReview.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductReview.cs index 065c224ad8..96c211a70c 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductReview.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductReview.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Nop.Core.Domain.Customers; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductReviewHelpfulness.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductReviewHelpfulness.cs index 5270d585b8..99f3036840 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductReviewHelpfulness.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductReviewHelpfulness.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Domain.Customers; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductSortingEnum.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductSortingEnum.cs index 1ab180e497..786b872e8e 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductSortingEnum.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductSortingEnum.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Catalog { @@ -33,4 +37,4 @@ public enum ProductSortingEnum /// CreatedOn = 15, } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductSpecificationAttribute.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductSpecificationAttribute.cs index 26255f22c3..976caf2a32 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductSpecificationAttribute.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductSpecificationAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Catalog { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductTag.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductTag.cs index 52629be5b3..3e88b15aae 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductTag.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductTag.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Nop.Core.Domain.Localization; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductTemplate.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductTemplate.cs index 3a3f45cc16..f1203633e4 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductTemplate.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductTemplate.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Catalog { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductVariant.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductVariant.cs index dc8ffe09cb..9778005386 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductVariant.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductVariant.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductVariantAttribute.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductVariantAttribute.cs index 5bbbd23486..de784e1e42 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductVariantAttribute.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductVariantAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Nop.Core.Domain.Localization; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductVariantAttributeCombination.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductVariantAttributeCombination.cs index 1e322e0701..cf12faa019 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductVariantAttributeCombination.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductVariantAttributeCombination.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Catalog { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductVariantAttributeValue.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductVariantAttributeValue.cs index 11487ca069..d74074670b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductVariantAttributeValue.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductVariantAttributeValue.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Domain.Localization; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductVariantExtensions.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductVariantExtensions.cs index ffce6bf52f..e281224ea3 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductVariantExtensions.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/ProductVariantExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/RecurringProductCyclePeriod.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/RecurringProductCyclePeriod.cs index b727877a6f..9276fa1e00 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/RecurringProductCyclePeriod.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/RecurringProductCyclePeriod.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Catalog { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/RelatedProduct.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/RelatedProduct.cs index 5dc0a10bbc..c98181abc3 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/RelatedProduct.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/RelatedProduct.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Catalog { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/SpecificationAttribute.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/SpecificationAttribute.cs index 69a9760a5c..0bb9dc14ef 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/SpecificationAttribute.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/SpecificationAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Nop.Core.Domain.Localization; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/SpecificationAttributeOption.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/SpecificationAttributeOption.cs index 491c1fd41d..47614b4358 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/SpecificationAttributeOption.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/SpecificationAttributeOption.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Nop.Core.Domain.Localization; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/SpecificationAttributeOptionFilter.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/SpecificationAttributeOptionFilter.cs index 17d26923db..d0768c56a3 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/SpecificationAttributeOptionFilter.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/SpecificationAttributeOptionFilter.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Catalog { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/TierPrice.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/TierPrice.cs index 3584e1a0ce..cccbc21087 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/TierPrice.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Catalog/TierPrice.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Domain.Customers; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Cms/WidgetSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Cms/WidgetSettings.cs index db058aa041..333f6525b3 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Cms/WidgetSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Cms/WidgetSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Nop.Core.Configuration; @@ -18,4 +22,4 @@ public WidgetSettings() /// public List ActiveWidgetSystemNames { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/Address.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/Address.cs index aeda43a35c..244dfdf60a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/Address.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/Address.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Nop.Core.Domain.Directory; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/AdminAreaSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/AdminAreaSettings.cs index a79741ddf4..5667e99f5e 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/AdminAreaSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/AdminAreaSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Configuration; @@ -11,4 +15,4 @@ public class AdminAreaSettings : ISettings public bool DisplayProductPictures { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/CommonSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/CommonSettings.cs index ab5f2586a4..6bbc2281f0 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/CommonSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/CommonSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Configuration; @@ -34,4 +38,4 @@ public class CommonSettings : ISettings /// public FulltextSearchMode FullTextMode { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/FulltextSearchMode.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/FulltextSearchMode.cs index 8c2c82bcbf..291c68f291 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/FulltextSearchMode.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/FulltextSearchMode.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Common { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/GenericAttribute.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/GenericAttribute.cs index 8ddd778d22..070d49b16a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/GenericAttribute.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/GenericAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Common { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/PdfSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/PdfSettings.cs index d8e43f6888..428b7cd8a3 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/PdfSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Common/PdfSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Configuration; @@ -32,4 +36,4 @@ public class PdfSettings : ISettings /// public string FontFileName { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Configuration/Setting.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Configuration/Setting.cs index b0c0b2f36a..1159d506cf 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Configuration/Setting.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Configuration/Setting.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Configuration { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/BestCustomerReportLine.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/BestCustomerReportLine.cs index 0d16646d5a..04014de307 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/BestCustomerReportLine.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/BestCustomerReportLine.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Customers { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/Customer.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/Customer.cs index 6b0089d949..19a63f36ea 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/Customer.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/Customer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -485,4 +489,4 @@ public virtual void RemoveGiftCardCouponCode(string couponCode) #endregion } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/CustomerContent.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/CustomerContent.cs index 6bd6974e7b..0a7094ee53 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/CustomerContent.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/CustomerContent.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/CustomerNameFormat.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/CustomerNameFormat.cs index 046c79be9a..2878b8d3ff 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/CustomerNameFormat.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/CustomerNameFormat.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Customers { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/CustomerRole.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/CustomerRole.cs index 7a21e01787..087e42686a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/CustomerRole.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/CustomerRole.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Nop.Core.Domain.Security; @@ -54,4 +58,4 @@ public virtual ICollection PermissionRecords } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/CustomerSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/CustomerSettings.cs index b1d0e3b3a6..534ae49d23 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/CustomerSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/CustomerSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Configuration; @@ -204,4 +208,4 @@ public class CustomerSettings : ISettings #endregion } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/ExternalAuthenticationRecord.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/ExternalAuthenticationRecord.cs index 173da88412..7809ff43e6 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/ExternalAuthenticationRecord.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/ExternalAuthenticationRecord.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Customers { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/ExternalAuthenticationSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/ExternalAuthenticationSettings.cs index 54301da3d7..0ea194e2f4 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/ExternalAuthenticationSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/ExternalAuthenticationSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Nop.Core.Configuration; @@ -19,4 +23,4 @@ public ExternalAuthenticationSettings() /// public List ActiveAuthenticationMethodSystemNames { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/PasswordFormat.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/PasswordFormat.cs index eff8811e27..6b4ac51fc6 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/PasswordFormat.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/PasswordFormat.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Customers { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/RewardPointsHistory.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/RewardPointsHistory.cs index 303f20d15c..949a2cfad8 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/RewardPointsHistory.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/RewardPointsHistory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Nop.Core.Domain.Orders; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/RewardPointsSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/RewardPointsSettings.cs index 2dfbd96738..2f3ca9b2d7 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/RewardPointsSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/RewardPointsSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Configuration; using Nop.Core.Domain.Orders; @@ -43,4 +47,4 @@ public class RewardPointsSettings : ISettings /// public OrderStatus PointsForPurchases_Canceled { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/SystemCustomerAttributeNames.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/SystemCustomerAttributeNames.cs index ed748dcabd..489583f252 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/SystemCustomerAttributeNames.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/SystemCustomerAttributeNames.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Customers { @@ -62,4 +66,4 @@ public static partial class SystemCustomerAttributeNames /// public static string DontUseMobileVersion { get { return "DontUseMobileVersion"; } } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/SystemCustomerNames.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/SystemCustomerNames.cs index fc506182ef..bf3bb91265 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/SystemCustomerNames.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/SystemCustomerNames.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Customers { @@ -7,4 +11,4 @@ public static partial class SystemCustomerNames { public static string SearchEngine { get { return "SearchEngine"; } } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/SystemCustomerRoleNames.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/SystemCustomerRoleNames.cs index 8b9f4ff50c..66b2c7036e 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/SystemCustomerRoleNames.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/SystemCustomerRoleNames.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Customers { @@ -13,4 +17,4 @@ public static partial class SystemCustomerRoleNames public static string Guests { get { return "Guests"; } } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/UserRegistrationType.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/UserRegistrationType.cs index 92a61b2230..6555cce661 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/UserRegistrationType.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Customers/UserRegistrationType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Customers { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/CountryOrRegion.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/CountryOrRegion.cs index e6f9d6ddf5..3b47c9b4d0 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/CountryOrRegion.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/CountryOrRegion.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Nop.Core.Domain.Localization; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/Currency.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/Currency.cs index ea884bb5ed..045f1f6dec 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/Currency.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/Currency.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Nop.Core.Domain.Localization; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/CurrencySettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/CurrencySettings.cs index 39e6bdceff..4d83310ba7 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/CurrencySettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/CurrencySettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Configuration; @@ -13,4 +17,4 @@ public class CurrencySettings : ISettings public bool AutoUpdateEnabled { get; set; } public long LastUpdateTime { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/ExchangeRate.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/ExchangeRate.cs index e64f8785a7..23c51b0f84 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/ExchangeRate.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/ExchangeRate.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/MeasureDimension.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/MeasureDimension.cs index 97ea21dd2f..8e8475ea57 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/MeasureDimension.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/MeasureDimension.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Directory { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/MeasureSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/MeasureSettings.cs index 8a61f45147..882611b0ce 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/MeasureSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/MeasureSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Configuration; @@ -10,4 +14,4 @@ public class MeasureSettings : ISettings public int BaseDimensionId { get; set; } public int BaseWeightId { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/MeasureWeight.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/MeasureWeight.cs index d3500ee22f..ce74ac80bd 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/MeasureWeight.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/MeasureWeight.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Directory { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/StateProvince.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/StateProvince.cs index b3f79c23de..50f5e9b362 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/StateProvince.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Directory/StateProvince.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Domain.Localization; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Discounts/Discount.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Discounts/Discount.cs index fa30218925..c5dcc60312 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Discounts/Discount.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Discounts/Discount.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Discounts/DiscountLimitationType.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Discounts/DiscountLimitationType.cs index 17f0db1b82..1a01cfc859 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Discounts/DiscountLimitationType.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Discounts/DiscountLimitationType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Discounts { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Discounts/DiscountRequirement.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Discounts/DiscountRequirement.cs index e138a8d98f..abde89e151 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Discounts/DiscountRequirement.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Discounts/DiscountRequirement.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Discounts { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Discounts/DiscountType.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Discounts/DiscountType.cs index 69f85fa5cc..644e2cc84e 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Discounts/DiscountType.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Discounts/DiscountType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Discounts { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Discounts/DiscountUsageHistory.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Discounts/DiscountUsageHistory.cs index d9c1991e0d..49c1b6e618 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Discounts/DiscountUsageHistory.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Discounts/DiscountUsageHistory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Nop.Core.Domain.Orders; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/EditorType.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/EditorType.cs index 292eb3c9ef..92969c388b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/EditorType.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/EditorType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Forums { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/Forum.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/Forum.cs index fa60d964cc..a26510a43e 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/Forum.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/Forum.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumGroup.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumGroup.cs index c627128aad..db91a7fe99 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumGroup.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumGroup.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumPost.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumPost.cs index c0c4d2a0b4..ddc2a7b08a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumPost.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumPost.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Nop.Core.Domain.Customers; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumSearchType.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumSearchType.cs index 00436158a2..8a687d5027 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumSearchType.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumSearchType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Forums { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumSettings.cs index 95b512a90f..06111470c0 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Configuration; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumSubscription.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumSubscription.cs index cfbf2065a9..b4cdc0d218 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumSubscription.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumSubscription.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Nop.Core.Domain.Customers; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumTopic.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumTopic.cs index 2fad9b8894..7e57b7ac57 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumTopic.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumTopic.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Nop.Core.Domain.Customers; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumTopicType.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumTopicType.cs index 0340af5ba8..af11f4bda7 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumTopicType.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/ForumTopicType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Forums { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/PrivateMessage.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/PrivateMessage.cs index 8c2dcc9ee8..39f01935c8 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/PrivateMessage.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Forums/PrivateMessage.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Nop.Core.Domain.Customers; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/ILocalizedEntity.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/ILocalizedEntity.cs index 6b34172611..d2e33de7f4 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/ILocalizedEntity.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/ILocalizedEntity.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Localization { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/ILocalizedEnum.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/ILocalizedEnum.cs index 1d6af5bd2d..6655bb19e7 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/ILocalizedEnum.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/ILocalizedEnum.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Localization { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/Language.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/Language.cs index 939b52adcb..d28f63f3b7 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/Language.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/Language.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/LocaleStringResource.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/LocaleStringResource.cs index ad2f219e3f..b85756dbb6 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/LocaleStringResource.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/LocaleStringResource.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Localization { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/LocalizationSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/LocalizationSettings.cs index d204c0aca0..70b88e5d4d 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/LocalizationSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/LocalizationSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Configuration; @@ -27,4 +31,4 @@ public class LocalizationSettings : ISettings /// public bool LoadAllLocaleRecordsOnStartup { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/LocalizedProperty.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/LocalizedProperty.cs index e33a5fd7db..b3838b5433 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/LocalizedProperty.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Localization/LocalizedProperty.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Localization { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Logging/ActivityLog.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Logging/ActivityLog.cs index 47d66aa320..5d2a838cf2 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Logging/ActivityLog.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Logging/ActivityLog.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Nop.Core.Domain.Customers; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Logging/ActivityLogType.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Logging/ActivityLogType.cs index 47324c6767..2dfc9daf27 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Logging/ActivityLogType.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Logging/ActivityLogType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Logging { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Logging/Log.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Logging/Log.cs index f02e4e2a63..4af3d99e73 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Logging/Log.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Logging/Log.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Nop.Core.Domain.Customers; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Logging/LogLevel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Logging/LogLevel.cs index fa939cd318..9938e51529 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Logging/LogLevel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Logging/LogLevel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Logging { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Media/Download.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Media/Download.cs index 3c998e1f82..3041da273a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Media/Download.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Media/Download.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Media/MediaSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Media/MediaSettings.cs index 6ba66f70be..0f84a28114 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Media/MediaSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Media/MediaSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Configuration; @@ -27,4 +31,4 @@ public class MediaSettings : ISettings /// public int DefaultImageQuality { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Media/Picture.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Media/Picture.cs index 7094f1794a..e9b03c72ba 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Media/Picture.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Media/Picture.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Nop.Core.Domain.Catalog; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Media/PictureType.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Media/PictureType.cs index 05c297482c..756e36070a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Media/PictureType.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Media/PictureType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Media { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/Campaign.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/Campaign.cs index c483eda0ff..1433cce793 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/Campaign.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/Campaign.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/EmailAccount.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/EmailAccount.cs index db2e02c5fa..b5ab444d38 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/EmailAccount.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/EmailAccount.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/EmailAccountSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/EmailAccountSettings.cs index 46466cd10b..d98cbc6b4c 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/EmailAccountSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/EmailAccountSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Configuration; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/Events.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/Events.cs index 771ad27c08..deb682eedc 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/Events.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/Events.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; @@ -138,4 +142,4 @@ public IList Tokens } } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/MessageTemplate.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/MessageTemplate.cs index 87af96113c..f6be0b165d 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/MessageTemplate.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/MessageTemplate.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Domain.Localization; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/MessageTemplatesSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/MessageTemplatesSettings.cs index a1e5c1f6d4..9af6d8d9ea 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/MessageTemplatesSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/MessageTemplatesSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Configuration; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/NewsLetterSubscription.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/NewsLetterSubscription.cs index 2c1c86ee11..497d70992e 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/NewsLetterSubscription.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/NewsLetterSubscription.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/QueuedEmail.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/QueuedEmail.cs index 70b095a142..4314f408b0 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/QueuedEmail.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Messages/QueuedEmail.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/News/NewsComment.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/News/NewsComment.cs index d037729a71..1722a55f34 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/News/NewsComment.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/News/NewsComment.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Domain.Customers; @@ -30,4 +34,4 @@ public partial class NewsComment : CustomerContent /// public virtual NewsItem NewsItem { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/News/NewsItem.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/News/NewsItem.cs index aa03e0d0db..af7966e5c9 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/News/NewsItem.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/News/NewsItem.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -88,4 +92,4 @@ public virtual ICollection NewsComments /// public virtual Language Language { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/News/NewsSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/News/NewsSettings.cs index 1dd92b452f..a7eda8d783 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/News/NewsSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/News/NewsSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Configuration; @@ -42,4 +46,4 @@ public class NewsSettings : ISettings /// public bool ShowHeaderRssUrl { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/BestsellersReportLine.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/BestsellersReportLine.cs index 0a22287fa5..13449688f7 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/BestsellersReportLine.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/BestsellersReportLine.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/CheckoutAttribute.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/CheckoutAttribute.cs index 074353315e..8e1e982a75 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/CheckoutAttribute.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/CheckoutAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Nop.Core.Domain.Catalog; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/CheckoutAttributeValue.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/CheckoutAttributeValue.cs index 0bf230c701..f4e39feba0 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/CheckoutAttributeValue.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/CheckoutAttributeValue.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Domain.Localization; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/Events.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/Events.cs index c1fc32f363..ca462eb10c 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/Events.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/Events.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Orders { @@ -32,4 +36,4 @@ public Order Order get { return _order; } } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/GiftCard.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/GiftCard.cs index dd0120e5ea..35ab7fbac1 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/GiftCard.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/GiftCard.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/GiftCardUsageHistory.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/GiftCardUsageHistory.cs index 877ee22115..9878045b63 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/GiftCardUsageHistory.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/GiftCardUsageHistory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/Order.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/Order.cs index c4140c5924..b2c96c1da1 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/Order.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/Order.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderAverageReportLine.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderAverageReportLine.cs index 9a4f9f25cb..c3be174e5e 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderAverageReportLine.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderAverageReportLine.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Orders { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderAverageReportLineSummary.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderAverageReportLineSummary.cs index 1992b6a9f3..d2367be6d1 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderAverageReportLineSummary.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderAverageReportLineSummary.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Orders { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderNote.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderNote.cs index 9c2d870a46..cf18ae0980 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderNote.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderNote.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderProductVariant.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderProductVariant.cs index a173198fb2..8106e3330a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderProductVariant.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderProductVariant.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderSettings.cs index a49fef86c2..a0ea01c848 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Nop.Core.Configuration; @@ -79,4 +83,4 @@ public class OrderSettings : ISettings public int MinimumOrderPlacementInterval { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderStatus.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderStatus.cs index 98025b74be..d33b2d57ca 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderStatus.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/OrderStatus.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Orders { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/RecurringPayment.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/RecurringPayment.cs index 1930b31847..6aa172d868 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/RecurringPayment.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/RecurringPayment.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/RecurringPaymentHistory.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/RecurringPaymentHistory.cs index eabfbede80..70f6f0d555 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/RecurringPaymentHistory.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/RecurringPaymentHistory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/ReturnRequest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/ReturnRequest.cs index 5242b713a9..207661a701 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/ReturnRequest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/ReturnRequest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Nop.Core.Domain.Customers; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/ReturnRequestStatus.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/ReturnRequestStatus.cs index 29608a9efd..02f28ae110 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/ReturnRequestStatus.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/ReturnRequestStatus.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Orders { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/ShoppingCartItem.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/ShoppingCartItem.cs index c8a3e7d643..b7e5e92d9b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/ShoppingCartItem.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/ShoppingCartItem.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Nop.Core.Domain.Catalog; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/ShoppingCartSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/ShoppingCartSettings.cs index f755492a7a..18a51629a1 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/ShoppingCartSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/ShoppingCartSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Configuration; @@ -93,4 +97,4 @@ public class ShoppingCartSettings : ISettings /// public bool RoundPricesDuringCalculation { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/ShoppingCartType.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/ShoppingCartType.cs index b932520cc2..e5825e6f5e 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/ShoppingCartType.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Orders/ShoppingCartType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Orders { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Payments/PaymentSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Payments/PaymentSettings.cs index b90449eedf..c05f8a60c6 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Payments/PaymentSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Payments/PaymentSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Nop.Core.Configuration; @@ -28,4 +32,4 @@ public PaymentSettings() /// public bool BypassPaymentMethodSelectionIfOnlyOne { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Payments/PaymentStatus.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Payments/PaymentStatus.cs index ec6d6f5869..e73eab1156 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Payments/PaymentStatus.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Payments/PaymentStatus.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Payments { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Polls/Poll.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Polls/Poll.cs index 4892f7fd63..91d98950db 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Polls/Poll.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Polls/Poll.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -73,4 +77,4 @@ public virtual ICollection PollAnswers /// public virtual Language Language { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Polls/PollAnswer.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Polls/PollAnswer.cs index 983869166f..c6bff3e9cc 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Polls/PollAnswer.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Polls/PollAnswer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; @@ -46,4 +50,4 @@ public virtual ICollection PollVotingRecords protected set { _pollVotingRecords = value; } } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Polls/PollVotingRecord.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Polls/PollVotingRecord.cs index 96ce1da023..91c9264b62 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Polls/PollVotingRecord.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Polls/PollVotingRecord.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Domain.Customers; @@ -20,4 +24,4 @@ public partial class PollVotingRecord : CustomerContent /// public virtual PollAnswer PollAnswer { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Security/DefaultPermissionRecord.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Security/DefaultPermissionRecord.cs index bbfb448798..d221d8e407 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Security/DefaultPermissionRecord.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Security/DefaultPermissionRecord.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Security/PermissionRecord.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Security/PermissionRecord.cs index 8c28a9cad0..43c66b9eae 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Security/PermissionRecord.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Security/PermissionRecord.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Nop.Core.Domain.Customers; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Security/SecuritySettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Security/SecuritySettings.cs index 2bf1bbd560..b51dbfe154 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Security/SecuritySettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Security/SecuritySettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Nop.Core.Configuration; @@ -28,4 +32,4 @@ public class SecuritySettings : ISettings /// public bool HideAdminMenuItemsBasedOnPermissions { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Seo/ISlugSupported.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Seo/ISlugSupported.cs index 955319356f..b6b5f483bd 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Seo/ISlugSupported.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Seo/ISlugSupported.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Seo { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Seo/PageTitleSeoAdjustment.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Seo/PageTitleSeoAdjustment.cs index ad557d7635..c4f39b59d4 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Seo/PageTitleSeoAdjustment.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Seo/PageTitleSeoAdjustment.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Seo { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Seo/SeoSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Seo/SeoSettings.cs index 1bb79d4fcb..ce1e3f0533 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Seo/SeoSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Seo/SeoSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Nop.Core.Configuration; @@ -24,4 +28,4 @@ public class SeoSettings : ISettings /// public List ReservedUrlRecordSlugs { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Seo/UrlRecord.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Seo/UrlRecord.cs index e746fac255..9fd8ddcf56 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Seo/UrlRecord.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Seo/UrlRecord.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Seo { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/Shipment.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/Shipment.cs index 4d033edfa5..e3391c6253 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/Shipment.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/Shipment.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -59,4 +63,4 @@ public virtual ICollection ShipmentOrderProductVari protected set { _shipmentOrderProductVariants = value; } } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/ShipmentOrderProductVariant.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/ShipmentOrderProductVariant.cs index 5b320cbbfb..e5c5669326 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/ShipmentOrderProductVariant.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/ShipmentOrderProductVariant.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Shipping { @@ -28,4 +32,4 @@ public partial class ShipmentOrderProductVariant : BaseEntity /// public virtual Shipment Shipment { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/ShippingMethod.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/ShippingMethod.cs index 95f3a444c6..e21b217762 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/ShippingMethod.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/ShippingMethod.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Nop.Core.Domain.Directory; @@ -38,4 +42,4 @@ public virtual ICollection RestrictedCountries protected set { _restrictedCountries = value; } } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/ShippingOption.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/ShippingOption.cs index 4646f4fc24..88f9ecaa9b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/ShippingOption.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/ShippingOption.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/ShippingSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/ShippingSettings.cs index 84ce1f6c57..f09d605068 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/ShippingSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/ShippingSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Nop.Core.Configuration; @@ -54,4 +58,4 @@ public ShippingSettings() /// public bool ReturnValidOptionsIfThereAreAny { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/ShippingStatus.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/ShippingStatus.cs index b3494392ff..54c15b02a2 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/ShippingStatus.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Shipping/ShippingStatus.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Shipping { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/StoreInformationSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/StoreInformationSettings.cs index f66f621833..a33a2d8e08 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/StoreInformationSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/StoreInformationSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Configuration; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tasks/ScheduleTask.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tasks/ScheduleTask.cs index 0a2b6be255..4b088f30b0 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tasks/ScheduleTask.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tasks/ScheduleTask.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tax/TaxBasedOn.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tax/TaxBasedOn.cs index f9ed943930..6f1db8fc73 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tax/TaxBasedOn.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tax/TaxBasedOn.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Tax { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tax/TaxCategory.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tax/TaxCategory.cs index 44bebb2f24..6add5c64dd 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tax/TaxCategory.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tax/TaxCategory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Tax { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tax/TaxDisplayType.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tax/TaxDisplayType.cs index 2001e97544..b09627ed6a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tax/TaxDisplayType.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tax/TaxDisplayType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Tax { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tax/TaxSettings.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tax/TaxSettings.cs index 4616b07e6e..7615445ee1 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tax/TaxSettings.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tax/TaxSettings.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Configuration; @@ -112,4 +116,4 @@ public class TaxSettings : ISettings /// public bool EuVatEmailAdminWhenNewVatSubmitted { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tax/VatNumberStatus.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tax/VatNumberStatus.cs index ec2b94f986..0105d1929b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tax/VatNumberStatus.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Tax/VatNumberStatus.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Nop.Core.Domain.Tax { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Topics/Topic.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Topics/Topic.cs index 377cacb744..f3338d024f 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Topics/Topic.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/Domain/Topics/Topic.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Nop.Core.Domain.Localization; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/NopException.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/NopException.cs index 92f03233bf..b97540e0c1 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/NopException.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/NopCommerce/NopException.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Runtime.Serialization; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ProductFamilies/Address.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ProductFamilies/Address.cs index 7e08ea4a26..0df2ba9154 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ProductFamilies/Address.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ProductFamilies/Address.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.ComponentModel.DataAnnotations.Schema; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ProductFamilies/Product.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ProductFamilies/Product.cs index 23f24e187d..537010b3ad 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ProductFamilies/Product.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ProductFamilies/Product.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ProductFamilies/ProductFamily.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ProductFamilies/ProductFamily.cs index 95cf70ece1..43f02f59ac 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ProductFamilies/ProductFamily.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ProductFamilies/ProductFamily.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ProductFamilies/ProductsContext.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ProductFamilies/ProductsContext.cs index 15c1721f86..cbe276a183 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ProductFamilies/ProductsContext.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ProductFamilies/ProductsContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.ComponentModel.DataAnnotations.Schema; using System.Data.Entity; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ProductFamilies/Supplier.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ProductFamilies/Supplier.cs index f96167d351..7c0a6b1b6f 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ProductFamilies/Supplier.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/ProductFamilies/Supplier.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Address.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Address.cs index 9642cd480a..2aefd19853 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Address.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Address.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.Test.E2E.AspNet.OData.Common.Models.Products { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Category.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Category.cs index 653599b3f8..27ca807cf6 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Category.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Category.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Customer.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Customer.cs index 416a5e30a3..20ac99d0f7 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Customer.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Customer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.ObjectModel; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Order.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Order.cs index 93c22764b1..93b3a1ba8f 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Order.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Order.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Product.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Product.cs index eac506c6d7..aba7f2da15 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Product.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Product.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Runtime.Serialization; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Supplier.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Supplier.cs index f7ef9ff9ec..87b803a0dc 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Supplier.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Products/Supplier.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Runtime.Serialization; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Vehicle/Vehicle.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Vehicle/Vehicle.cs index 9f2a0381da..fdd10a1a4a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Vehicle/Vehicle.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/Models/Vehicle/Vehicle.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.OData.Client; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/NavigationRoutingConvention2.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/NavigationRoutingConvention2.cs index 6d32f5bcca..8ba4ebf451 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/NavigationRoutingConvention2.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/NavigationRoutingConvention2.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ODataAcceptHeaderTestSet.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ODataAcceptHeaderTestSet.cs index 393fb81e60..487d0302e2 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ODataAcceptHeaderTestSet.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ODataAcceptHeaderTestSet.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ODataHelper.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ODataHelper.cs index e63c360d0d..47e26537f3 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ODataHelper.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ODataHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ODataTestConstants.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ODataTestConstants.cs index f6f71bd1e0..c9b83ebcee 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ODataTestConstants.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ODataTestConstants.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.Test.E2E.AspNet.OData.Common { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ODataTestExtension.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ODataTestExtension.cs index 8f142946fc..0b195ba941 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ODataTestExtension.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ODataTestExtension.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ODataUrlAssert.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ODataUrlAssert.cs index 24e08e51aa..9fdaeb97c3 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ODataUrlAssert.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ODataUrlAssert.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Newtonsoft.Json.Linq; using Xunit; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/PlaceholderTraceWriter.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/PlaceholderTraceWriter.cs index a37c21a912..85690e8d6c 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/PlaceholderTraceWriter.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/PlaceholderTraceWriter.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE using System; @@ -17,4 +21,4 @@ public void Trace(HttpRequestMessage request, string category, TraceLevel level, } } } -#endif \ No newline at end of file +#endif diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/PropertyRoutingConvention.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/PropertyRoutingConvention.cs index 4daeacd390..e5c09b10d7 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/PropertyRoutingConvention.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/PropertyRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ResourceContextHelper.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ResourceContextHelper.cs index e0b218576a..fb3e0ba964 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ResourceContextHelper.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/ResourceContextHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestAssembly.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestAssembly.cs index 0f5cd04c1d..57dcbf2db6 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestAssembly.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestAssembly.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestAssemblyResolver.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestAssemblyResolver.cs index b9239ece07..9e7fdbff82 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestAssemblyResolver.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestAssemblyResolver.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETFX // This class is only used in the AspNet version. using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestAttributeRoutingConvention.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestAttributeRoutingConvention.cs index 863ce8ad9f..7a84de47f0 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestAttributeRoutingConvention.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestAttributeRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestControllerContext.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestControllerContext.cs index a70a790582..363f6fc8e8 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestControllerContext.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestControllerContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestDbContext.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestDbContext.cs index 4208b76d4b..c83649554f 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestDbContext.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestDbContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using Microsoft.EntityFrameworkCore; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestEntitySetRoutingConvention.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestEntitySetRoutingConvention.cs index 6e06d159f3..176d04a106 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestEntitySetRoutingConvention.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TestEntitySetRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Collections.Generic; @@ -43,4 +47,4 @@ public override string SelectAction(ODataPath odataPath, HttpControllerContext c } #endif } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TheoryDataSet.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TheoryDataSet.cs index c50bea7df4..9e6919ad72 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TheoryDataSet.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TheoryDataSet.cs @@ -1,4 +1,11 @@ -using System.Collections; +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +using System.Collections; using System.Collections.Generic; namespace Microsoft.Test.E2E.AspNet.OData.Common diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TypeCreator/DynamicAssemblyResolver.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TypeCreator/DynamicAssemblyResolver.cs index 6ebb763d62..87914b4ccb 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TypeCreator/DynamicAssemblyResolver.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TypeCreator/DynamicAssemblyResolver.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETFX // This class is only used in the AspNet version. using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TypeCreator/ODataModelTypeCreator.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TypeCreator/ODataModelTypeCreator.cs index 1517b43e90..7f330bc945 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TypeCreator/ODataModelTypeCreator.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TypeCreator/ODataModelTypeCreator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TypesInjectionAssembly.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TypesInjectionAssembly.cs index 1399b275f5..27bcce8712 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TypesInjectionAssembly.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Common/TypesInjectionAssembly.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Reflection; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritance.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritance.cs index 63455a0df8..cafc932c28 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritance.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritance.cs @@ -1,4 +1,11 @@ -//------------------------------------------------------------------------------ +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.34014 diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritanceControllers.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritanceControllers.cs index 63a3391be7..78604ad542 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritanceControllers.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritanceControllers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritanceDataModels.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritanceDataModels.cs index c4c89c2a88..34197929dd 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritanceDataModels.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritanceDataModels.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritanceEdmModels.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritanceEdmModels.cs index 6360700fa6..9c5c6ac014 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritanceEdmModels.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritanceEdmModels.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritanceSerializeTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritanceSerializeTest.cs index 08bfa420c4..7a1c9cc8e2 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritanceSerializeTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritanceSerializeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritanceTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritanceTests.cs index 4a88640e6c..0baf7ca3cb 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritanceTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ComplexTypeInheritance/ComplexTypeInheritanceTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentControllers.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentControllers.cs index 2b88b09870..1311008c62 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentControllers.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentControllers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentDataModels.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentDataModels.cs index 04125c52e3..173b224657 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentDataModels.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentDataModels.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.ComponentModel.DataAnnotations; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentDataSource.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentDataSource.cs index d18b6f71b1..8d9cb0b416 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentDataSource.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentDataSource.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentEdmModels.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentEdmModels.cs index 9b9c726fc4..da0bc1c00a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentEdmModels.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentEdmModels.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; using Microsoft.OData.Edm; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentProxy.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentProxy.cs index f7850cabb3..d441d47da3 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentProxy.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentProxy.cs @@ -1,4 +1,11 @@ -//------------------------------------------------------------------------------ +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.34014 diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentTests.cs index 0135c0fdad..61d20501ce 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Containment/ContainmentTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayContext.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayContext.cs index 38ed5195f1..673b1daa0c 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayContext.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Data.Entity; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayController.cs index 4c4edee889..3735ea7864 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayEdmModel.cs index d1ccc88f49..334523e0c5 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayModel.cs index 35cd5783f5..bd14b065d0 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayTest.cs index be6527b1c8..838ed526ab 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayWithEfTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayWithEfTest.cs index 2aa4a029b2..6e2eb8762e 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayWithEfTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateAndTimeOfDayWithEfTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateWithEfTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateWithEfTest.cs index ea3248b367..3cc0df0c67 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateWithEfTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateAndTimeOfDay/DateWithEfTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeOffsetSupport/DateTimeOffsetController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeOffsetSupport/DateTimeOffsetController.cs index eb2f1d1256..f45ea4333d 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeOffsetSupport/DateTimeOffsetController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeOffsetSupport/DateTimeOffsetController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeOffsetSupport/DateTimeOffsetDataModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeOffsetSupport/DateTimeOffsetDataModel.cs index 646b4bd03b..304f0ceca3 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeOffsetSupport/DateTimeOffsetDataModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeOffsetSupport/DateTimeOffsetDataModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel.DataAnnotations; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeOffsetSupport/DateTimeOffsetEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeOffsetSupport/DateTimeOffsetEdmModel.cs index 4351a32a85..0b3d059186 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeOffsetSupport/DateTimeOffsetEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeOffsetSupport/DateTimeOffsetEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeOffsetSupport/DateTimeOffsetTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeOffsetSupport/DateTimeOffsetTest.cs index c245ad2050..9486d73c97 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeOffsetSupport/DateTimeOffsetTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeOffsetSupport/DateTimeOffsetTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeSupport/DateTimeController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeSupport/DateTimeController.cs index 554fe2c5f0..19b09ec98d 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeSupport/DateTimeController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeSupport/DateTimeController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeSupport/DateTimeDataModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeSupport/DateTimeDataModel.cs index c6f659d02c..9567ab3bcd 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeSupport/DateTimeDataModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeSupport/DateTimeDataModel.cs @@ -1,4 +1,11 @@ -using System; +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +using System; using System.Collections.Generic; namespace Microsoft.Test.E2E.AspNet.OData.DateTimeSupport diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeSupport/DateTimeEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeSupport/DateTimeEdmModel.cs index d509453df6..fc21272829 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeSupport/DateTimeEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeSupport/DateTimeEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeSupport/DateTimeTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeSupport/DateTimeTest.cs index 86b04fc421..039a44f3a2 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeSupport/DateTimeTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DateTimeSupport/DateTimeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DeltaQueryTests/DeltaQueryTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DeltaQueryTests/DeltaQueryTests.cs index 744e7391f1..7b84f34710 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DeltaQueryTests/DeltaQueryTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DeltaQueryTests/DeltaQueryTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DependencyInjection/CustomizeCountQueryValidatorTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DependencyInjection/CustomizeCountQueryValidatorTest.cs index 41d796dc0f..1a07b4d33a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DependencyInjection/CustomizeCountQueryValidatorTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DependencyInjection/CustomizeCountQueryValidatorTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Net; @@ -77,4 +81,4 @@ public override void Validate(CountQueryOption countQueryOption, ODataValidation } } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DependencyInjection/CustomizeSerializerTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DependencyInjection/CustomizeSerializerTest.cs index 9cfc60878f..77ac9a1a60 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DependencyInjection/CustomizeSerializerTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DependencyInjection/CustomizeSerializerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -118,4 +122,4 @@ public override ODataResource CreateResource(SelectExpandNode selectExpandNode, return resource; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DependencyInjection/DependencyInjectionController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DependencyInjection/DependencyInjectionController.cs index 34545eaca7..39bd9a6529 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DependencyInjection/DependencyInjectionController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DependencyInjection/DependencyInjectionController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DependencyInjection/DependencyInjectionEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DependencyInjection/DependencyInjectionEdmModel.cs index f052ec1c63..4f121d60d6 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DependencyInjection/DependencyInjectionEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DependencyInjection/DependencyInjectionEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DerivedTypes/DerivedTypesControllers.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DerivedTypes/DerivedTypesControllers.cs index a53fcbdc1f..92dd8495dc 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DerivedTypes/DerivedTypesControllers.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DerivedTypes/DerivedTypesControllers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DerivedTypes/DerivedTypesDataModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DerivedTypes/DerivedTypesDataModel.cs index 3929cd9fae..7a0acf53df 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DerivedTypes/DerivedTypesDataModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DerivedTypes/DerivedTypesDataModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DerivedTypes/DerivedTypesTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DerivedTypes/DerivedTypesTests.cs index 5f7ac20ddd..3031c4abc2 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DerivedTypes/DerivedTypesTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DerivedTypes/DerivedTypesTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Net.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarFormat/DollarFormatController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarFormat/DollarFormatController.cs index 681cbe2ac3..f3e954b520 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarFormat/DollarFormatController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarFormat/DollarFormatController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarFormat/DollarFormatModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarFormat/DollarFormatModel.cs index 2db9acd725..01bc4eb74f 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarFormat/DollarFormatModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarFormat/DollarFormatModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarFormat/DollarFormatOverrideAcceptMediaTypeTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarFormat/DollarFormatOverrideAcceptMediaTypeTests.cs index 1d1d225450..dc40e3e5ab 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarFormat/DollarFormatOverrideAcceptMediaTypeTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarFormat/DollarFormatOverrideAcceptMediaTypeTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Net.Http; @@ -508,4 +512,4 @@ public async Task QueryMetadataDocumentWithDollarFormatOverrideAcceptMediaTypeTe XmlReader.Create(await response.Content.ReadAsStreamAsync()); } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarFormat/DollarFormatWithoutAcceptMediaTypeTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarFormat/DollarFormatWithoutAcceptMediaTypeTests.cs index 8df62a1598..7220f83265 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarFormat/DollarFormatWithoutAcceptMediaTypeTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarFormat/DollarFormatWithoutAcceptMediaTypeTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; @@ -398,4 +402,4 @@ public async Task QueryMetadataDocumentWithDollarFormatWithoutAcceptMediaTypeTes XmlReader.Create(await response.Content.ReadAsStreamAsync()); } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarId/DollarIdClientTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarId/DollarIdClientTest.cs index 96c537f86a..5c4823c267 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarId/DollarIdClientTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarId/DollarIdClientTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.IO; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarId/DollarIdControllers.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarId/DollarIdControllers.cs index 505e636287..4dfaf0ae6c 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarId/DollarIdControllers.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarId/DollarIdControllers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarId/DollarIdModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarId/DollarIdModel.cs index 237841b2ff..206cc1bb02 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarId/DollarIdModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarId/DollarIdModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarId/DollarIdTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarId/DollarIdTest.cs index d04d115edf..9a5726f3f7 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarId/DollarIdTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarId/DollarIdTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net; using System.Threading.Tasks; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarId/ODataClient.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarId/ODataClient.cs index 27f31885d0..87a1f6a71c 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarId/ODataClient.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarId/ODataClient.cs @@ -1,4 +1,11 @@ -//------------------------------------------------------------------------------ +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.34014 diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarLevels/DollarLevelsController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarLevels/DollarLevelsController.cs index 5c82bed89e..e0a530fd51 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarLevels/DollarLevelsController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarLevels/DollarLevelsController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarLevels/DollarLevelsDataModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarLevels/DollarLevelsDataModel.cs index e5d640713e..7b8432ed87 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarLevels/DollarLevelsDataModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarLevels/DollarLevelsDataModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarLevels/DollarLevelsEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarLevels/DollarLevelsEdmModel.cs index 1e8c19eaa2..c380647162 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarLevels/DollarLevelsEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarLevels/DollarLevelsEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; using Microsoft.OData.Edm; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarLevels/DollarLevelsTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarLevels/DollarLevelsTest.cs index f4648131fa..ef49d1c37c 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarLevels/DollarLevelsTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarLevels/DollarLevelsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net; using System.Net.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarQuery/DollarQueryCustomersController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarQuery/DollarQueryCustomersController.cs index d360304826..8688532e56 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarQuery/DollarQueryCustomersController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarQuery/DollarQueryCustomersController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarQuery/DollarQueryModels.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarQuery/DollarQueryModels.cs index e389c66075..5496040ae6 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarQuery/DollarQueryModels.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarQuery/DollarQueryModels.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarQuery/DollarQueryTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarQuery/DollarQueryTests.cs index 056f1e413e..9b01eba1e2 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarQuery/DollarQueryTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/DollarQuery/DollarQueryTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/DeleteUpdatedEntryWithIfMatchETagsTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/DeleteUpdatedEntryWithIfMatchETagsTest.cs index d93519f207..51ea92d536 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/DeleteUpdatedEntryWithIfMatchETagsTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/DeleteUpdatedEntryWithIfMatchETagsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Net; @@ -73,4 +77,4 @@ public async Task DeleteUpdatedEntryWithIfMatchShouldReturnPreconditionFailed() } } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/DerivedETagTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/DerivedETagTests.cs index ae6344ddc3..8c52969bb1 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/DerivedETagTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/DerivedETagTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/DominiosController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/DominiosController.cs index 9249540ea5..c7fbeba1f4 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/DominiosController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/DominiosController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagCurrencyTokenEfContext.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagCurrencyTokenEfContext.cs index fcc8496b89..83b8ede414 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagCurrencyTokenEfContext.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagCurrencyTokenEfContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.ComponentModel.DataAnnotations; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagCurrencyTokenEfContextTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagCurrencyTokenEfContextTest.cs index a32c4cec3e..e878656db3 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagCurrencyTokenEfContextTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagCurrencyTokenEfContextTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Text.RegularExpressions; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagsController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagsController.cs index 7f273fc24d..9689a26763 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagsController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagsController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagsModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagsModel.cs index 80529b24dd..fe4584f68c 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagsModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagsModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagsOtherTypesTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagsOtherTypesTest.cs index 16d803a42b..7bc7e9edc6 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagsOtherTypesTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagsOtherTypesTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -151,4 +155,4 @@ private IDictionary ParseETag(EntityTagHeaderValue etagHeaderVal return properties; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagsUntypedTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagsUntypedTests.cs index 1d0cfd8d5f..3771b3aa57 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagsUntypedTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/ETagsUntypedTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Net.Http; @@ -135,4 +139,4 @@ public ITestActionResult Get(int key) return Ok(customer); } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/GetEntryWithIfNoneMatchETagsTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/GetEntryWithIfNoneMatchETagsTest.cs index 72007bc8e0..d5c2f548b8 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/GetEntryWithIfNoneMatchETagsTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/GetEntryWithIfNoneMatchETagsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Net; @@ -73,4 +77,4 @@ public async Task GetEntryWithIfNoneMatchShouldReturnNotModifiedETagsTest() } } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/JsonETagsTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/JsonETagsTests.cs index f3e40a5202..17273c9672 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/JsonETagsTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/JsonETagsTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; @@ -194,4 +198,4 @@ public async Task JsonWithNoneMetadataLevelsNotIncludeETags() } } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/PatchUpdatedEntryWithIfMatchETagsTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/PatchUpdatedEntryWithIfMatchETagsTest.cs index e03671d972..74519b80d3 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/PatchUpdatedEntryWithIfMatchETagsTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/PatchUpdatedEntryWithIfMatchETagsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Net; @@ -101,4 +105,4 @@ public async Task PatchUpdatedEntryWithIfMatchShouldReturnPreconditionFailed() Assert.Equal(HttpStatusCode.PreconditionFailed, response.StatusCode); } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/PutUpdatedEntryWithIfMatchETagsTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/PutUpdatedEntryWithIfMatchETagsTest.cs index 8d0f95bd43..93424f2ef9 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/PutUpdatedEntryWithIfMatchETagsTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ETags/PutUpdatedEntryWithIfMatchETagsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net; using System.Net.Http; @@ -74,4 +78,4 @@ public async Task PutUpdatedEntryWithIfMatchShouldReturnPreconditionFailed() Assert.Equal(HttpStatusCode.PreconditionFailed, response.StatusCode); } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/EntitySetAggregation/EntitySetAggregationController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/EntitySetAggregation/EntitySetAggregationController.cs index 11ad5930f4..d7cb02b75a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/EntitySetAggregation/EntitySetAggregationController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/EntitySetAggregation/EntitySetAggregationController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/EntitySetAggregation/EntitySetAggregationDataModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/EntitySetAggregation/EntitySetAggregationDataModel.cs index 702862b2be..83923286ce 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/EntitySetAggregation/EntitySetAggregationDataModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/EntitySetAggregation/EntitySetAggregationDataModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/EntitySetAggregation/EntitySetAggregationEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/EntitySetAggregation/EntitySetAggregationEdmModel.cs index 79612c6c24..3053615215 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/EntitySetAggregation/EntitySetAggregationEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/EntitySetAggregation/EntitySetAggregationEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; using Microsoft.OData.Edm; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/EntitySetAggregation/EntitySetAggregationTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/EntitySetAggregation/EntitySetAggregationTests.cs index 48d7e39f38..2709faafab 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/EntitySetAggregation/EntitySetAggregationTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/EntitySetAggregation/EntitySetAggregationTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net; using System.Net.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Enums/EnumsAliasTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Enums/EnumsAliasTest.cs index 06bf181dd4..aa78bce6c1 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Enums/EnumsAliasTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Enums/EnumsAliasTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Net.Http; @@ -107,4 +111,4 @@ public async Task QueryEntitiesFilterByEnumWithoutEnumAlias() } } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Enums/EnumsController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Enums/EnumsController.cs index 28f6edd88b..7b24677444 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Enums/EnumsController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Enums/EnumsController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Enums/EnumsDataModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Enums/EnumsDataModel.cs index a408a850a9..dd27dff84a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Enums/EnumsDataModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Enums/EnumsDataModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Enums/EnumsEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Enums/EnumsEdmModel.cs index 2f6b7e87cd..fb11afd990 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Enums/EnumsEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Enums/EnumsEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; using Microsoft.OData.Edm; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Enums/EnumsTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Enums/EnumsTest.cs index b770c22caa..2b179077f1 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Enums/EnumsTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Enums/EnumsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.IO; @@ -693,4 +697,4 @@ private async Task ResetDatasource() return response; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ForeignKey/ForeignKeyContext.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ForeignKey/ForeignKeyContext.cs index 40891a2c93..b514136205 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ForeignKey/ForeignKeyContext.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ForeignKey/ForeignKeyContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Data.Entity; using System.Data.Entity.ModelConfiguration.Conventions; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ForeignKey/ForeignKeyEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ForeignKey/ForeignKeyEdmModel.cs index f647b50ec5..154b1505f3 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ForeignKey/ForeignKeyEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ForeignKey/ForeignKeyEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ForeignKey/ForeignKeyModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ForeignKey/ForeignKeyModel.cs index 18c3ca104d..cc9d65cf46 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ForeignKey/ForeignKeyModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ForeignKey/ForeignKeyModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.ComponentModel.DataAnnotations; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ForeignKey/ForeignKeyTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ForeignKey/ForeignKeyTest.cs index 5da7e98fb6..a54c5f08df 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ForeignKey/ForeignKeyTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ForeignKey/ForeignKeyTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Net; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ForeignKey/ForeignkeyController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ForeignKey/ForeignkeyController.cs index 4add3b512a..824df32fe8 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ForeignKey/ForeignkeyController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ForeignKey/ForeignkeyController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/BaseAddressFactoryTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/BaseAddressFactoryTest.cs index 4d802a0e4d..e23c913384 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/BaseAddressFactoryTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/BaseAddressFactoryTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/CollectionPropertyTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/CollectionPropertyTests.cs index bf6fcf975d..a2c77ae718 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/CollectionPropertyTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/CollectionPropertyTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ComplexTypeTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ComplexTypeTests.cs index f48799fec7..32335bb5b1 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ComplexTypeTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ComplexTypeTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/DeltaTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/DeltaTests.cs index 9542d4aea8..1d86167a98 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/DeltaTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/DeltaTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/DeserializationAndSerializationTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/DeserializationAndSerializationTests.cs index 8e256fef1b..798a60aaa8 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/DeserializationAndSerializationTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/DeserializationAndSerializationTests.cs @@ -1,6 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. - +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.Test.E2E.AspNet.OData.Formatter { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ErrorMessagesTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ErrorMessagesTests.cs index ebd1ebf525..0a35b07d5a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ErrorMessagesTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ErrorMessagesTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/Extensibility/SerializeEntityReferenceLinks.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/Extensibility/SerializeEntityReferenceLinks.cs index 0c9be26cd9..84b583a9a0 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/Extensibility/SerializeEntityReferenceLinks.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/Extensibility/SerializeEntityReferenceLinks.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; @@ -282,4 +286,4 @@ public object GetService(Type serviceType) } } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/Extensibility/SupportDollarValue.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/Extensibility/SupportDollarValue.cs index 5c8f877e80..b2f6363351 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/Extensibility/SupportDollarValue.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/Extensibility/SupportDollarValue.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/HttpAndODataErrorTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/HttpAndODataErrorTests.cs index cc4c64343f..4483bf1fac 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/HttpAndODataErrorTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/HttpAndODataErrorTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these tests for AspNetCore using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/InheritanceTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/InheritanceTests.cs index dd691eb008..9123c1dab2 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/InheritanceTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/InheritanceTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/HttpAndODataErrorTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/HttpAndODataErrorTests.cs index f964d6bbf5..e0954cec32 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/HttpAndODataErrorTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/HttpAndODataErrorTests.cs @@ -1,4 +1,11 @@ -using System; +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +using System; using System.Linq; using System.Net; using System.Net.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightCollectionPropertyTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightCollectionPropertyTests.cs index 73bbfc7490..8d9f4c67f9 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightCollectionPropertyTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightCollectionPropertyTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Threading.Tasks; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightComplexTypeTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightComplexTypeTests.cs index e5a55aa982..52f04f0ce5 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightComplexTypeTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightComplexTypeTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Threading.Tasks; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightConfigurator.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightConfigurator.cs index 9a4bd9c36b..9d166ee9a1 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightConfigurator.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightConfigurator.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightDeltaTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightDeltaTests.cs index e7949e4137..5bf9960557 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightDeltaTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightDeltaTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Threading.Tasks; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightDeserializationAndSerializationTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightDeserializationAndSerializationTests.cs index 83126ebd5c..e3cc932272 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightDeserializationAndSerializationTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightDeserializationAndSerializationTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightInheritanceTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightInheritanceTests.cs index 6bbd49e461..b629a03394 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightInheritanceTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightInheritanceTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightMixScenarioTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightMixScenarioTests.cs index 22a9cf61bd..af88d44e56 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightMixScenarioTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightMixScenarioTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Threading.Tasks; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightRandomModelTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightRandomModelTests.cs index b432dcd60b..242314020d 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightRandomModelTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/JsonLightRandomModelTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/ActionMetadataTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/ActionMetadataTests.cs index b57871e881..fd49d0c4a5 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/ActionMetadataTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/ActionMetadataTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/ComplexTypeTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/ComplexTypeTests.cs index aa0fa4cf1c..0693b8cdf7 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/ComplexTypeTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/ComplexTypeTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using System.Threading.Tasks; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/BaseEntityController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/BaseEntityController.cs index 7550d75e41..408bb27155 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/BaseEntityController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/BaseEntityController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using Microsoft.Test.E2E.AspNet.OData.Common.Controllers; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/EntityWithComplexPropertiesController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/EntityWithComplexPropertiesController.cs index 9e454f0d8c..7ca74a7ed5 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/EntityWithComplexPropertiesController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/EntityWithComplexPropertiesController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.Test.E2E.AspNet.OData.Common.Controllers; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/EntityWithSimplePropertiesController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/EntityWithSimplePropertiesController.cs index 7012585eef..da59869299 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/EntityWithSimplePropertiesController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/EntityWithSimplePropertiesController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net; using System.Net.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/OneToOneChildController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/OneToOneChildController.cs index 618b94e53c..0eb8e690fa 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/OneToOneChildController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/OneToOneChildController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using Microsoft.Test.E2E.AspNet.OData.Common.Controllers; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/OneToOneParentController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/OneToOneParentController.cs index fda1b3e14b..ae57a68f6b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/OneToOneParentController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/OneToOneParentController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net; using System.Net.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/StubEntityController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/StubEntityController.cs index 38564027fd..3017587025 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/StubEntityController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Controllers/StubEntityController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/CustomConventionActionMetadataTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/CustomConventionActionMetadataTests.cs index 9caef30c7a..470b99ce92 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/CustomConventionActionMetadataTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/CustomConventionActionMetadataTests.cs @@ -1,4 +1,9 @@ -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/EntryMetadataTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/EntryMetadataTests.cs index bac45f1c17..2836e0081b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/EntryMetadataTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/EntryMetadataTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Extensions/HttpRequestMessageExtensions.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Extensions/HttpRequestMessageExtensions.cs index 2b741043e7..a9120a9e1c 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Extensions/HttpRequestMessageExtensions.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Extensions/HttpRequestMessageExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Extensions/ReflectedPropertyRoutingConvention.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Extensions/ReflectedPropertyRoutingConvention.cs index 701f5168c9..79112b01ee 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Extensions/ReflectedPropertyRoutingConvention.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Extensions/ReflectedPropertyRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/FeedMetadataTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/FeedMetadataTests.cs index e7d586c114..1374aa7e94 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/FeedMetadataTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/FeedMetadataTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Net.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/MetadataTestHelpers.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/MetadataTestHelpers.cs index 898cd27e2b..266c6aff99 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/MetadataTestHelpers.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/MetadataTestHelpers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Net.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/MinimalMetadataSpecificTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/MinimalMetadataSpecificTests.cs index 9a74344c05..459c11f24f 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/MinimalMetadataSpecificTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/MinimalMetadataSpecificTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Net; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/BaseEntity.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/BaseEntity.cs index 7ab351b3b5..eb6401c448 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/BaseEntity.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/BaseEntity.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/ComplexType.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/ComplexType.cs index 4b54764346..eb7f147210 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/ComplexType.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/ComplexType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/DerivedEntity.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/DerivedEntity.cs index ed4920a19f..8e82748b4a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/DerivedEntity.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/DerivedEntity.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.Test.E2E.AspNet.OData.Formatter.JsonLight.Metadata.Model { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/EntityWithComplexProperties.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/EntityWithComplexProperties.cs index f9b2ac67b6..c2f0bb26fc 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/EntityWithComplexProperties.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/EntityWithComplexProperties.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/EntityWithSimpleProperties.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/EntityWithSimpleProperties.cs index b1253d166c..997a081d0e 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/EntityWithSimpleProperties.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/EntityWithSimpleProperties.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/OneToOneChild.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/OneToOneChild.cs index a36a9a48f5..400397fbeb 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/OneToOneChild.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/OneToOneChild.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.Test.E2E.AspNet.OData.Formatter.JsonLight.Metadata.Model { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/OneToOneParent.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/OneToOneParent.cs index cdbadee5cd..68d34f6484 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/OneToOneParent.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/OneToOneParent.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.Test.E2E.AspNet.OData.Formatter.JsonLight.Metadata.Model { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/SimpleEnumeration.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/SimpleEnumeration.cs index e2dad3fcf0..71a0a6dd5a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/SimpleEnumeration.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/SimpleEnumeration.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.Test.E2E.AspNet.OData.Formatter.JsonLight.Metadata.Model { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/StubEntity.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/StubEntity.cs index 6a406bafd2..82e34782ef 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/StubEntity.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/Model/StubEntity.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.Test.E2E.AspNet.OData.Formatter.JsonLight.Metadata.Model { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/PrimitiveTypesMetadataTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/PrimitiveTypesMetadataTests.cs index ccaf62de0e..f8efd78e43 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/PrimitiveTypesMetadataTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/JsonLight/Metadata/PrimitiveTypesMetadataTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/MixScenarioTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/MixScenarioTests.cs index 3b2314dcd8..bda4628630 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/MixScenarioTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/MixScenarioTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ODataFeedSerializeWithoutNavigationSourceTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ODataFeedSerializeWithoutNavigationSourceTests.cs index 01534d62fb..c8bf430f1f 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ODataFeedSerializeWithoutNavigationSourceTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ODataFeedSerializeWithoutNavigationSourceTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ODataFormatterTestBase.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ODataFormatterTestBase.cs index c2d886895a..9eae186520 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ODataFormatterTestBase.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ODataFormatterTestBase.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.OData.Client; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ODataResultTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ODataResultTests.cs index 6180463ec1..ffc5f4645d 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ODataResultTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ODataResultTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/RandomModelTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/RandomModelTests.cs index e24a095954..93979bfa4c 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/RandomModelTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/RandomModelTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/SecurityTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/SecurityTests.cs index 56c78f28b0..15679757f1 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/SecurityTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/SecurityTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ServerDrivenPagingTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ServerDrivenPagingTests.cs index 8dd3727868..324d8967b5 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ServerDrivenPagingTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/ServerDrivenPagingTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Threading.Tasks; using Microsoft.AspNet.OData; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/SupportMediaTypesTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/SupportMediaTypesTests.cs index ebb8f97d12..7ee18c06e2 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/SupportMediaTypesTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/SupportMediaTypesTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Net.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/Untyped/UntypedDeltaSerializationTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/Untyped/UntypedDeltaSerializationTests.cs index d500345999..85704de575 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/Untyped/UntypedDeltaSerializationTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/Untyped/UntypedDeltaSerializationTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Net.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/Untyped/UntypedSerializationTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/Untyped/UntypedSerializationTests.cs index 24b1d69721..99837ec02c 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/Untyped/UntypedSerializationTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/Untyped/UntypedSerializationTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/LowerCamelCase/LowerCamelCaseController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/LowerCamelCase/LowerCamelCaseController.cs index 3fb8bc18de..a61000ad73 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/LowerCamelCase/LowerCamelCaseController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/LowerCamelCase/LowerCamelCaseController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/LowerCamelCase/LowerCamelCaseDataModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/LowerCamelCase/LowerCamelCaseDataModel.cs index 4d166b2f3b..d85162cb33 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/LowerCamelCase/LowerCamelCaseDataModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/LowerCamelCase/LowerCamelCaseDataModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Runtime.Serialization; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/LowerCamelCase/LowerCamelCaseEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/LowerCamelCase/LowerCamelCaseEdmModel.cs index c9f2ae1427..408450b545 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/LowerCamelCase/LowerCamelCaseEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/LowerCamelCase/LowerCamelCaseEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; using Microsoft.OData.Edm; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/LowerCamelCase/LowerCamelCaseTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/LowerCamelCase/LowerCamelCaseTest.cs index 076b156e73..e2904daea2 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/LowerCamelCase/LowerCamelCaseTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/LowerCamelCase/LowerCamelCaseTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; @@ -612,4 +616,4 @@ private bool IsCamelCase(string token) return !char.IsUpper(token[0]); } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelAliasing/FormattersTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelAliasing/FormattersTests.cs index 66a4ae79f9..752915d844 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelAliasing/FormattersTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelAliasing/FormattersTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.ObjectModel; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelAliasing/GeneratedConventionModelClient.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelAliasing/GeneratedConventionModelClient.cs index 7ac0d4ca94..151e3f9c85 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelAliasing/GeneratedConventionModelClient.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelAliasing/GeneratedConventionModelClient.cs @@ -1,4 +1,11 @@ -//------------------------------------------------------------------------------ +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.34003 diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelAliasing/MetadataTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelAliasing/MetadataTests.cs index ce1be629c9..d7923d7580 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelAliasing/MetadataTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelAliasing/MetadataTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using System.Threading.Tasks; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelAliasing/Model.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelAliasing/Model.cs index af14607074..998806bbeb 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelAliasing/Model.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelAliasing/Model.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelAliasing/QueryTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelAliasing/QueryTests.cs index 5148216495..e5300f3ab4 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelAliasing/QueryTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelAliasing/QueryTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CombinedTest/CombinedController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CombinedTest/CombinedController.cs index 1b735c6d30..d5028e72ad 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CombinedTest/CombinedController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CombinedTest/CombinedController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CombinedTest/CombinedEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CombinedTest/CombinedEdmModel.cs index 11a27b9b8e..3ed54e8581 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CombinedTest/CombinedEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CombinedTest/CombinedEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Query; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CombinedTest/CombinedTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CombinedTest/CombinedTest.cs index dbd92a7b0a..d752205942 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CombinedTest/CombinedTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CombinedTest/CombinedTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net; using System.Net.Http; @@ -151,4 +155,4 @@ public async Task QuerySettingsOnPropertyPositive(string entitySetUrl, string ur Assert.Equal(HttpStatusCode.OK, response.StatusCode); } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CountAttributeTest/CountAtrributeController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CountAttributeTest/CountAtrributeController.cs index 0f9fa045d5..2aa8d9fd7a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CountAttributeTest/CountAtrributeController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CountAttributeTest/CountAtrributeController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CountAttributeTest/CountAttributeEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CountAttributeTest/CountAttributeEdmModel.cs index bf5c20add9..078df3e504 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CountAttributeTest/CountAttributeEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CountAttributeTest/CountAttributeEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Query; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CountAttributeTest/CountAttributeTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CountAttributeTest/CountAttributeTest.cs index 9e35f4fc15..d81ffc8638 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CountAttributeTest/CountAttributeTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/CountAttributeTest/CountAttributeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net; using System.Net.Http; @@ -120,4 +124,4 @@ public async Task CountOnProperty(string url, string error) Assert.Contains(error + " cannot be used for $count", result); } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/ExpandAttributeTest/ExpandAtrributeController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/ExpandAttributeTest/ExpandAtrributeController.cs index 26260c62f2..f063213fc9 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/ExpandAttributeTest/ExpandAtrributeController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/ExpandAttributeTest/ExpandAtrributeController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/ExpandAttributeTest/ExpandAttributeEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/ExpandAttributeTest/ExpandAttributeEdmModel.cs index 59f96d6624..7e5026f60f 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/ExpandAttributeTest/ExpandAttributeEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/ExpandAttributeTest/ExpandAttributeEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Query; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/ExpandAttributeTest/ExpandAttributeTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/ExpandAttributeTest/ExpandAttributeTest.cs index 36aa683e28..0e56fa7637 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/ExpandAttributeTest/ExpandAttributeTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/ExpandAttributeTest/ExpandAttributeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net; using System.Net.Http; @@ -189,4 +193,4 @@ public async Task AutomaticExpandInDerivedType(string url) Assert.Contains("SpecialOrder", result); } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/FilterAttributeTest/FilterAtrributeController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/FilterAttributeTest/FilterAtrributeController.cs index 4852e2cae5..47c8cd9a80 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/FilterAttributeTest/FilterAtrributeController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/FilterAttributeTest/FilterAtrributeController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/FilterAttributeTest/FilterAttributeEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/FilterAttributeTest/FilterAttributeEdmModel.cs index d3fdb29043..3d6d45dc6a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/FilterAttributeTest/FilterAttributeEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/FilterAttributeTest/FilterAttributeEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Query; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/FilterAttributeTest/FilterAttributeTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/FilterAttributeTest/FilterAttributeTest.cs index ef83bc027f..a05b230205 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/FilterAttributeTest/FilterAttributeTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/FilterAttributeTest/FilterAttributeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net; using System.Net.Http; @@ -183,4 +187,4 @@ public async Task FilterSingleNavigationOrComplexProperty(string entitySetUrl, i } } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/OrderByAttributeTest/OrderByAtrributeController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/OrderByAttributeTest/OrderByAtrributeController.cs index 488c1ca039..50f23ad28d 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/OrderByAttributeTest/OrderByAtrributeController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/OrderByAttributeTest/OrderByAtrributeController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/OrderByAttributeTest/OrderByAttributeEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/OrderByAttributeTest/OrderByAttributeEdmModel.cs index 1cd0c7c1e9..7e68562ac2 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/OrderByAttributeTest/OrderByAttributeEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/OrderByAttributeTest/OrderByAttributeEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Query; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/OrderByAttributeTest/OrderByAttributeTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/OrderByAttributeTest/OrderByAttributeTest.cs index f823b56b18..3f01a8c07e 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/OrderByAttributeTest/OrderByAttributeTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/OrderByAttributeTest/OrderByAttributeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net; using System.Net.Http; @@ -183,4 +187,4 @@ public async Task OrderBySingleNavigationOrComplexProperty(string entitySetUrl, } } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/PageAttributeController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/PageAttributeController.cs index 0df84db5f2..f58a0af328 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/PageAttributeController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/PageAttributeController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/PageAttributeEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/PageAttributeEdmModel.cs index 23ab7c2234..064c3450f7 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/PageAttributeEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/PageAttributeEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Query; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/PageAttributeTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/PageAttributeTest.cs index d377d3f145..268ecdf755 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/PageAttributeTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/PageAttributeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net; using System.Net.Http; @@ -198,4 +202,4 @@ public async Task CompatibilityFlagRespectedForNextLink() Assert.Contains("$top=0&$skip=5", result); } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/SkipTokenController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/SkipTokenController.cs index 5e7505e9e4..0a79206ce8 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/SkipTokenController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/SkipTokenController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/SkipTokenEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/SkipTokenEdmModel.cs index e7a8320e38..af20bc8b6f 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/SkipTokenEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/SkipTokenEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/SkipTokenTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/SkipTokenTest.cs index f1bae966e0..97b398177b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/SkipTokenTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/PageAttributeTest/SkipTokenTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Net; @@ -287,4 +291,4 @@ public async Task GenerateEncodedSkipTokenOnEntityWithDateTimeOffset(string quer Assert.Contains(expected, result); } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/SelectAttributeTest/SelectAttributeController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/SelectAttributeTest/SelectAttributeController.cs index d9b1459e31..b500769534 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/SelectAttributeTest/SelectAttributeController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/SelectAttributeTest/SelectAttributeController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/SelectAttributeTest/SelectAttributeEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/SelectAttributeTest/SelectAttributeEdmModel.cs index 0620b5d0fe..ef8677bda5 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/SelectAttributeTest/SelectAttributeEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/SelectAttributeTest/SelectAttributeEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Query; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/SelectAttributeTest/SelectAttributeTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/SelectAttributeTest/SelectAttributeTest.cs index 777f01e696..06834b06da 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/SelectAttributeTest/SelectAttributeTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBoundQuerySettings/SelectAttributeTest/SelectAttributeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net; using System.Net.Http; @@ -289,4 +293,4 @@ public async Task AutomaticSelectInDerivedType(string url) Assert.DoesNotContain("Id", result); } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ActionMetadataTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ActionMetadataTests.cs index 597a9fd154..808b9f930b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ActionMetadataTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ActionMetadataTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.IO; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/AttributeConventionModelBuilderTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/AttributeConventionModelBuilderTests.cs index 6eb15b543e..a109d91c67 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/AttributeConventionModelBuilderTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/AttributeConventionModelBuilderTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.ComponentModel; using System.ComponentModel.DataAnnotations; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ConditionalLinkGenerationTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ConditionalLinkGenerationTests.cs index ef6447480f..4877e24c8b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ConditionalLinkGenerationTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ConditionalLinkGenerationTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ExplicitModelBuilderTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ExplicitModelBuilderTests.cs index 5e46071ec1..67b400244b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ExplicitModelBuilderTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ExplicitModelBuilderTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -249,4 +253,4 @@ public async Task VerifyMetaDataIsGeneratedCorrectly() Assert.Equal(7, vocabularyAnnotations.Count); } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ImplicitModelBuilderTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ImplicitModelBuilderTests.cs index 0f1a030c8d..50984cf5bb 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ImplicitModelBuilderTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ImplicitModelBuilderTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -243,4 +247,4 @@ public async Task VerifyMetaDataIsGeneratedCorrectly() Assert.True(tagsProperty.IsNullable); } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/InheritanceTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/InheritanceTests.cs index 7a0d876ee4..37276c05f3 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/InheritanceTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/InheritanceTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/MultipleEntitySetOnSameClrTypeTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/MultipleEntitySetOnSameClrTypeTests.cs index 0d8681f567..d2b10c9522 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/MultipleEntitySetOnSameClrTypeTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/MultipleEntitySetOnSameClrTypeTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Threading.Tasks; using Microsoft.AspNet.OData.Builder; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ODataActionTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ODataActionTests.cs index 9b991a5121..eeb41d4c49 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ODataActionTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ODataActionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; @@ -417,4 +421,4 @@ public class ODataActionTests_RatedProduct : ODataActionTests_Product { public int Rating { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ODataActionTestsProxyGeneratedCode.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ODataActionTestsProxyGeneratedCode.cs index 81f4cfc9d4..40a4743099 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ODataActionTestsProxyGeneratedCode.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ODataActionTestsProxyGeneratedCode.cs @@ -1,4 +1,11 @@ -//------------------------------------------------------------------------------ +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.34003 diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ODataMessageWrapper.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ODataMessageWrapper.cs index 96c4e7b3ac..3092dd243a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ODataMessageWrapper.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/ODataMessageWrapper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/PropertyTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/PropertyTests.cs index 57be070c8e..3e31278038 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/PropertyTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/PropertyTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/RecursiveComplexTypesE2ETests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/RecursiveComplexTypesE2ETests.cs index cc14719e1f..a28549f766 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/RecursiveComplexTypesE2ETests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/RecursiveComplexTypesE2ETests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; @@ -336,4 +340,3 @@ public class UserEntity public Base Base { get; set; } } } - diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/RecursiveComplexTypesModels.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/RecursiveComplexTypesModels.cs index a77602e502..1f7b7c2293 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/RecursiveComplexTypesModels.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/RecursiveComplexTypesModels.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; @@ -66,4 +70,3 @@ public class Derived : Base public Base Base { get; set; } } } - diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/SpecialCharactersLinkGenerationTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/SpecialCharactersLinkGenerationTests.cs index 19aaa17795..07c23d6c58 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/SpecialCharactersLinkGenerationTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/SpecialCharactersLinkGenerationTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/SpecialPrimaryKeyTypesInLinkGenerationTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/SpecialPrimaryKeyTypesInLinkGenerationTests.cs index d2dd2d706b..abfd9e5e90 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/SpecialPrimaryKeyTypesInLinkGenerationTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/SpecialPrimaryKeyTypesInLinkGenerationTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/UnicodeLinkGenerationTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/UnicodeLinkGenerationTests.cs index 91bd54cc9e..50a7c59af8 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/UnicodeLinkGenerationTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ModelBuilder/UnicodeLinkGenerationTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; using Microsoft.OData.Edm; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/NavigationPropertyOnComplexType/NavigationPropertyOnComplexTypeModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/NavigationPropertyOnComplexType/NavigationPropertyOnComplexTypeModel.cs index 371eb9958f..b04e789eba 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/NavigationPropertyOnComplexType/NavigationPropertyOnComplexTypeModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/NavigationPropertyOnComplexType/NavigationPropertyOnComplexTypeModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.ComponentModel.DataAnnotations; @@ -105,4 +109,4 @@ public static IEdmModel GetConventionalEdmModel() return modelBuilder.GetEdmModel(); } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/NavigationPropertyOnComplexType/NavigationPropertyOnComplexTypeTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/NavigationPropertyOnComplexType/NavigationPropertyOnComplexTypeTests.cs index 77fcfc26dc..172c5d94f4 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/NavigationPropertyOnComplexType/NavigationPropertyOnComplexTypeTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/NavigationPropertyOnComplexType/NavigationPropertyOnComplexTypeTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Net; @@ -384,4 +388,3 @@ private static string ExecuteAndVerifyQueryRequest(string requestUri, string con } } } - diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/NavigationPropertyOnComplexType/PeopleController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/NavigationPropertyOnComplexType/PeopleController.cs index a7802b306d..090a10c93c 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/NavigationPropertyOnComplexType/PeopleController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/NavigationPropertyOnComplexType/PeopleController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/NavigationPropertyOnComplexType/PeopleRepository.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/NavigationPropertyOnComplexType/PeopleRepository.cs index efa679baaa..9c44f93aae 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/NavigationPropertyOnComplexType/PeopleRepository.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/NavigationPropertyOnComplexType/PeopleRepository.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; @@ -178,4 +182,4 @@ public PeopleRepository() }; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/NavigationPropertyOnComplexType/SelectImprovementOnComplexTypeTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/NavigationPropertyOnComplexType/SelectImprovementOnComplexTypeTests.cs index 3e9b35a44d..6a17154809 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/NavigationPropertyOnComplexType/SelectImprovementOnComplexTypeTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/NavigationPropertyOnComplexType/SelectImprovementOnComplexTypeTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Net; @@ -532,4 +536,3 @@ private static string ExecuteAndVerifyQueryRequest(string requestUri, string equ } } } - diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataCountTest/CountController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataCountTest/CountController.cs index 698dbcb00f..4348d7be29 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataCountTest/CountController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataCountTest/CountController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataCountTest/CountDataModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataCountTest/CountDataModel.cs index c9ecb0305e..792ea7a4ca 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataCountTest/CountDataModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataCountTest/CountDataModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataCountTest/CountEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataCountTest/CountEdmModel.cs index 83ba461807..f4d483aa74 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataCountTest/CountEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataCountTest/CountEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Data.Entity; using Microsoft.AspNet.OData.Builder; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataCountTest/CountTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataCountTest/CountTest.cs index b742153b88..f675ac2b8e 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataCountTest/CountTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataCountTest/CountTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Net; @@ -92,4 +96,4 @@ public async Task NegativeCountTest(string url) Assert.DoesNotContain("@odata.count", result); } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataHelper.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataHelper.cs index e63c360d0d..47e26537f3 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataHelper.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataOrderByTest/OrderByController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataOrderByTest/OrderByController.cs index 7a50fa6631..c3950a480a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataOrderByTest/OrderByController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataOrderByTest/OrderByController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataOrderByTest/OrderByDataModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataOrderByTest/OrderByDataModel.cs index ac2e965a3b..2ff9e4d085 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataOrderByTest/OrderByDataModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataOrderByTest/OrderByDataModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; @@ -76,4 +80,3 @@ public abstract class OrderedItem public int ExpectedOrder { get; set; } } } - diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataOrderByTest/OrderByEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataOrderByTest/OrderByEdmModel.cs index e4671d14f6..79c21c40fa 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataOrderByTest/OrderByEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataOrderByTest/OrderByEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Data.Entity; using Microsoft.AspNet.OData.Builder; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataOrderByTest/OrderByTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataOrderByTest/OrderByTest.cs index 8a9649e944..42011fc0f3 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataOrderByTest/OrderByTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataOrderByTest/OrderByTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; @@ -93,4 +97,4 @@ public int GetHashCode(T obj) } } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataPathHandler/LinkGenerationTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataPathHandler/LinkGenerationTests.cs index b2bea0102d..2ba509fc92 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataPathHandler/LinkGenerationTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataPathHandler/LinkGenerationTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataPathHandler/UnicodeRouteTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataPathHandler/UnicodeRouteTests.cs index c79e8ec32e..e10f5a9d66 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataPathHandler/UnicodeRouteTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataPathHandler/UnicodeRouteTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataPathHandlerExtensions.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataPathHandlerExtensions.cs index df0e59c320..b135d05051 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataPathHandlerExtensions.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ODataPathHandlerExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.Contracts; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/OpenTypeControllers.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/OpenTypeControllers.cs index 885901aa00..bd7bb3bc88 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/OpenTypeControllers.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/OpenTypeControllers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -627,4 +631,3 @@ public ITestActionResult ResetDataSource() #endregion } - diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/OpenTypeDataModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/OpenTypeDataModel.cs index 1e7f97f12f..6b983f0e4d 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/OpenTypeDataModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/OpenTypeDataModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.Test.E2E.AspNet.OData.OpenType { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/OpenTypeEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/OpenTypeEdmModel.cs index b145ef2394..2d1763db3b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/OpenTypeEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/OpenTypeEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; using Microsoft.OData.Edm; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/TypedClient.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/TypedClient.cs index cc7e56f8be..f504cca060 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/TypedClient.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/TypedClient.cs @@ -1,4 +1,11 @@ -//------------------------------------------------------------------------------ +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.34014 diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/TypedServiceReference.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/TypedServiceReference.cs index 838685e7a8..ac682ecb64 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/TypedServiceReference.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/TypedServiceReference.cs @@ -1,4 +1,11 @@ -//------------------------------------------------------------------------------ +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.34011 @@ -547,4 +554,4 @@ public enum Gender [global::Microsoft.OData.Client.OriginalNameAttribute("Male")] Male = 1 } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/TypedServiceReferenceForOpenType.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/TypedServiceReferenceForOpenType.cs index 96a9e5949c..ce788e3348 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/TypedServiceReferenceForOpenType.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/TypedServiceReferenceForOpenType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.Test.E2E.AspNet.OData.OpenType.Typed.Client { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/TypedTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/TypedTest.cs index 4d861e99b1..e48a66b535 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/TypedTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/OpenType/TypedTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -1668,4 +1672,4 @@ private async Task ResetDatasource() return response; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ParameterAlias/ParameterAliasDataSource.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ParameterAlias/ParameterAliasDataSource.cs index f195b3f301..0c416de191 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ParameterAlias/ParameterAliasDataSource.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ParameterAlias/ParameterAliasDataSource.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.ComponentModel.DataAnnotations; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ParameterAlias/ParameterAliasTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ParameterAlias/ParameterAliasTest.cs index 8a4e05e497..d2bc1f3953 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ParameterAlias/ParameterAliasTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ParameterAlias/ParameterAliasTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net; using System.Net.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/AnonymousTypeTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/AnonymousTypeTests.cs index 417c8e3326..ae2a857a6e 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/AnonymousTypeTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/AnonymousTypeTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/ComplextTypeCollectionTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/ComplextTypeCollectionTests.cs index 49a790898e..c641d4c6c6 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/ComplextTypeCollectionTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/ComplextTypeCollectionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/Controllers/FilterTestsController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/Controllers/FilterTestsController.cs index 474127d65a..523aae34b6 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/Controllers/FilterTestsController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/Controllers/FilterTestsController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/Controllers/TopSkipOrderByTestsController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/Controllers/TopSkipOrderByTestsController.cs index e0d99ddf3f..36ccd5c188 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/Controllers/TopSkipOrderByTestsController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/Controllers/TopSkipOrderByTestsController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/EFWideCustomer.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/EFWideCustomer.cs index 1bc9b88d90..919f359dd8 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/EFWideCustomer.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/EFWideCustomer.cs @@ -1,4 +1,11 @@ -// +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +// // This code was generated by a tool (EFWideCustomer.tt). // Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. @@ -2040,4 +2047,3 @@ public class CustomProperties5 public string Prop2000 {get; set;} } } - diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/EnumTypeTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/EnumTypeTests.cs index c141854c69..98a773e307 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/EnumTypeTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/EnumTypeTests.cs @@ -1,6 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. - +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.Test.E2E.AspNet.OData.QueryComposition { diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/FilterTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/FilterTests.cs index 14ba6aaf2b..8c233336f7 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/FilterTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/FilterTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/Fuzzing/FuzzingController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/Fuzzing/FuzzingController.cs index 16d148eaad..7953613729 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/Fuzzing/FuzzingController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/Fuzzing/FuzzingController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/Fuzzing/Models.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/Fuzzing/Models.cs index 64d42ac46f..3ac8ef31ad 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/Fuzzing/Models.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/Fuzzing/Models.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/Fuzzing/QueryBuilder.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/Fuzzing/QueryBuilder.cs index 513469ae75..ac6fa2d49b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/Fuzzing/QueryBuilder.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/Fuzzing/QueryBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Diagnostics.CodeAnalysis; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/GlobalQueryableFilterTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/GlobalQueryableFilterTests.cs index 89dc179b3c..9717744b20 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/GlobalQueryableFilterTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/GlobalQueryableFilterTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/InheritanceQueryableTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/InheritanceQueryableTests.cs index 14d3afc1d9..aa0412dd60 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/InheritanceQueryableTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/InheritanceQueryableTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/InvalidQueryTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/InvalidQueryTests.cs index 0ce87624d0..783d0728de 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/InvalidQueryTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/InvalidQueryTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Net; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/IsOf/IsOfController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/IsOf/IsOfController.cs index b27f61145d..afc14a69fd 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/IsOf/IsOfController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/IsOf/IsOfController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData; using Microsoft.Test.E2E.AspNet.OData.Common.Controllers; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/IsOf/IsOfModels.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/IsOf/IsOfModels.cs index cd3da9c008..d373a4ea01 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/IsOf/IsOfModels.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/IsOf/IsOfModels.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel.DataAnnotations; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/IsOf/IsofDataSource.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/IsOf/IsofDataSource.cs index bf030d6be0..2ad261012e 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/IsOf/IsofDataSource.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/IsOf/IsofDataSource.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/IsOf/IsofEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/IsOf/IsofEdmModel.cs index 46c02167df..dcc82928a6 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/IsOf/IsofEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/IsOf/IsofEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData.Edm; using Microsoft.Test.E2E.AspNet.OData.Common.Execution; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/IsOf/IsofFunctionTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/IsOf/IsofFunctionTests.cs index 1dc737a4da..439c52f26c 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/IsOf/IsofFunctionTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/IsOf/IsofFunctionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/JsonSelectExpandTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/JsonSelectExpandTests.cs index a5d30d2216..71b29c8b89 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/JsonSelectExpandTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/JsonSelectExpandTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/JsonSingleResultSelectExpandTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/JsonSingleResultSelectExpandTests.cs index 4d32991e0f..4dbb121b58 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/JsonSingleResultSelectExpandTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/JsonSingleResultSelectExpandTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/JsonpQueryableTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/JsonpQueryableTests.cs index 1df64195b0..a3c20e4e75 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/JsonpQueryableTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/JsonpQueryableTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/NestedClassTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/NestedClassTests.cs index c3630ff11f..1bfeea69d4 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/NestedClassTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/NestedClassTests.cs @@ -1,4 +1,9 @@ -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Threading.Tasks; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/ODataQueryOptionsTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/ODataQueryOptionsTests.cs index 8001b9c99f..ed907c5ccc 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/ODataQueryOptionsTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/ODataQueryOptionsTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/OrderByTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/OrderByTests.cs index 1d7e459b83..b045228d3b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/OrderByTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/OrderByTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -197,4 +201,4 @@ public class OrderByOrder public OrderByAddress ShippingAddress { get; set; } public bool IsAGift { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/PrimitiveTypesTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/PrimitiveTypesTests.cs index b691d4da61..25a4b1ea14 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/PrimitiveTypesTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/PrimitiveTypesTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/QueryFuzzingTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/QueryFuzzingTests.cs index 9112cba892..fb11481bb1 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/QueryFuzzingTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/QueryFuzzingTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SecurityTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SecurityTests.cs index e1d48656ce..8021b95463 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SecurityTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SecurityTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE2x using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SelectExpandEFTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SelectExpandEFTests.cs index c4e49f00f7..1dcaec19ac 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SelectExpandEFTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SelectExpandEFTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -375,4 +379,4 @@ public class EFSelectOrder public int Id { get; set; } public virtual EFSelectCustomer SelectCustomer { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SelectExpandTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SelectExpandTests.cs index 299e437841..951a34f038 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SelectExpandTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SelectExpandTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SelectTypeExplosionTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SelectTypeExplosionTests.cs index 86605d7700..4c41b29c5a 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SelectTypeExplosionTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SelectTypeExplosionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/ServerTypeTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/ServerTypeTests.cs index 0273244093..dd032cbd9e 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/ServerTypeTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/ServerTypeTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SingleResultSelectExpandTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SingleResultSelectExpandTests.cs index 33b5ae3fca..4abf95814d 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SingleResultSelectExpandTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/SingleResultSelectExpandTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/StableOrderTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/StableOrderTests.cs index d6a5146e1d..9d0c3c4578 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/StableOrderTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/StableOrderTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/TopSkipOrderByTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/TopSkipOrderByTests.cs index 99da74a5d9..7bdff1a9b2 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/TopSkipOrderByTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/TopSkipOrderByTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/UriParserTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/UriParserTests.cs index e4caa4db4a..81abe61494 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/UriParserTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/UriParserTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Threading.Tasks; using Microsoft.OData.Edm; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/ValidatorTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/ValidatorTests.cs index 95c1dd9d3e..fac805d956 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/ValidatorTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/QueryComposition/ValidatorTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/ActionRoutingConventionTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/ActionRoutingConventionTests.cs index 00b49b2b7a..d1e6f1f353 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/ActionRoutingConventionTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/ActionRoutingConventionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using System.Threading.Tasks; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/AddRelatedObjectTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/AddRelatedObjectTests.cs index e73797c7a0..7b940c3f61 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/AddRelatedObjectTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/AddRelatedObjectTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/AttributeRoutingTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/AttributeRoutingTests.cs index 597073c26d..8a8a8a6976 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/AttributeRoutingTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/AttributeRoutingTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/DynamicProperties/DynamicPropertiesController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/DynamicProperties/DynamicPropertiesController.cs index 250da36c7e..9b6cc83643 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/DynamicProperties/DynamicPropertiesController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/DynamicProperties/DynamicPropertiesController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData; using Microsoft.AspNet.OData.Routing; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/DynamicProperties/DynamicPropertiesModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/DynamicProperties/DynamicPropertiesModel.cs index 41d0ff5947..8b9a1e4478 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/DynamicProperties/DynamicPropertiesModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/DynamicProperties/DynamicPropertiesModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/DynamicProperties/DynamicPropertiesTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/DynamicProperties/DynamicPropertiesTest.cs index 88080bc2ed..43ba94cf4d 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/DynamicProperties/DynamicPropertiesTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/DynamicProperties/DynamicPropertiesTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net; using System.Net.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/ODataRouteTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/ODataRouteTests.cs index e31612d0d0..40c20b3151 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/ODataRouteTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/ODataRouteTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Net; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/ODataValueProviderTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/ODataValueProviderTests.cs index a2e54d2163..af026da6b7 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/ODataValueProviderTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/ODataValueProviderTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/RefRoutingConventionTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/RefRoutingConventionTests.cs index 8e73405d4c..2e7c9915d8 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/RefRoutingConventionTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/RefRoutingConventionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/UnqualifiedNameCallRoutingTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/UnqualifiedNameCallRoutingTests.cs index 2a6472a22e..8012be0924 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/UnqualifiedNameCallRoutingTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Routing/UnqualifiedNameCallRoutingTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Net.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ServerSidePaging/ServerSidePagingControllers.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ServerSidePaging/ServerSidePagingControllers.cs index 0c23dd6e53..ab6bc5df25 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ServerSidePaging/ServerSidePagingControllers.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ServerSidePaging/ServerSidePagingControllers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ServerSidePaging/ServerSidePagingDataModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ServerSidePaging/ServerSidePagingDataModel.cs index 7824db93fc..197e12d58d 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ServerSidePaging/ServerSidePagingDataModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ServerSidePaging/ServerSidePagingDataModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.ComponentModel.DataAnnotations; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ServerSidePaging/ServerSidePagingTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ServerSidePaging/ServerSidePagingTests.cs index 148ae3533e..681ad9f384 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ServerSidePaging/ServerSidePagingTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/ServerSidePaging/ServerSidePagingTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using System.Threading.Tasks; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SingleResult/SingleResultController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SingleResult/SingleResultController.cs index 6900cc0e2a..1db481cf2d 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SingleResult/SingleResultController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SingleResult/SingleResultController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SingleResult/SingleResultDataModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SingleResult/SingleResultDataModel.cs index 0eb8f37aa6..bc118c2502 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SingleResult/SingleResultDataModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SingleResult/SingleResultDataModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Data.Entity; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SingleResult/SingleResultEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SingleResult/SingleResultEdmModel.cs index 030f0e4102..9bb758f8f3 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SingleResult/SingleResultEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SingleResult/SingleResultEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData.Edm; using Microsoft.Test.E2E.AspNet.OData.Common.Execution; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SingleResult/SingleResultTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SingleResult/SingleResultTests.cs index 3d245d2f9b..7d36273d74 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SingleResult/SingleResultTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SingleResult/SingleResultTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net; using System.Net.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/MonstersIncController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/MonstersIncController.cs index af416bf27f..ea903f570f 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/MonstersIncController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/MonstersIncController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/ODataClient.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/ODataClient.cs index 285a510aac..3309a163d9 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/ODataClient.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/ODataClient.cs @@ -1,4 +1,11 @@ -//------------------------------------------------------------------------------ +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.34011 @@ -658,4 +665,4 @@ public enum CompanyCategory Electronics = 2, Others = 3 } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/PartnersController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/PartnersController.cs index 47d957ab5e..d0728729d0 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/PartnersController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/PartnersController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/SingletonClientTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/SingletonClientTest.cs index e72d64a7af..18542dd830 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/SingletonClientTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/SingletonClientTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.IO; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/SingletonDataModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/SingletonDataModel.cs index 02f15ab782..bf9700c619 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/SingletonDataModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/SingletonDataModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/SingletonEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/SingletonEdmModel.cs index ae2cba85b0..b6fe08af5f 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/SingletonEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/SingletonEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/SingletonTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/SingletonTest.cs index 470934f049..6968bdbe8e 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/SingletonTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/SingletonTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/UmbrellaController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/UmbrellaController.cs index a54d9eabdb..595b5fd81c 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/UmbrellaController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Singleton/UmbrellaController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Spatial/SpatialController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Spatial/SpatialController.cs index dd5467048d..e1b88be73f 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Spatial/SpatialController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Spatial/SpatialController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Spatial/SpatialEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Spatial/SpatialEdmModel.cs index 35aca1ea56..f93ae60b0b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Spatial/SpatialEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Spatial/SpatialEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; using Microsoft.OData.Edm; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Spatial/SpatialFactory.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Spatial/SpatialFactory.cs index 77b6698ab5..98b6eae2ec 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Spatial/SpatialFactory.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Spatial/SpatialFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -1354,4 +1358,4 @@ protected override void EndGeo() #endregion } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Spatial/SpatialModels.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Spatial/SpatialModels.cs index bc3e5bcf81..d183434f79 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Spatial/SpatialModels.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Spatial/SpatialModels.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.ComponentModel.DataAnnotations; using Microsoft.Spatial; @@ -19,4 +23,4 @@ public class SpatialCustomer public GeometryPoint HomePoint { get; set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Spatial/SpatialTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Spatial/SpatialTests.cs index fa9ed81df2..622eb40c71 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Spatial/SpatialTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Spatial/SpatialTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Net; @@ -174,4 +178,4 @@ public async Task UpdateSpatialEntity() Assert.Equal(HttpStatusCode.OK, response.StatusCode); } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Swagger/SwaggerController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Swagger/SwaggerController.cs index 8e0f4a72d1..4ad03c4818 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Swagger/SwaggerController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Swagger/SwaggerController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Swagger/SwaggerMetadataTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Swagger/SwaggerMetadataTest.cs index 7f668cf919..d4f3600408 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Swagger/SwaggerMetadataTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Swagger/SwaggerMetadataTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Swagger/SwaggerPathHandler.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Swagger/SwaggerPathHandler.cs index 508751a2ae..237dd59a1e 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Swagger/SwaggerPathHandler.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Swagger/SwaggerPathHandler.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Routing; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Swagger/SwaggerPathSegment.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Swagger/SwaggerPathSegment.cs index d1f88e1191..f1324380c8 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Swagger/SwaggerPathSegment.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Swagger/SwaggerPathSegment.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Routing; using Microsoft.OData.Edm; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Swagger/SwaggerRoutingConvention.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Swagger/SwaggerRoutingConvention.cs index 3c6519812a..4a45cdc259 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Swagger/SwaggerRoutingConvention.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Swagger/SwaggerRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Controllers/PartsController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Controllers/PartsController.cs index 32edd1b98b..4c206c0228 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Controllers/PartsController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Controllers/PartsController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Controllers/ProductsController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Controllers/ProductsController.cs index e0807f42ac..230aa769f2 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Controllers/ProductsController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Controllers/ProductsController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Extensions/ODataVersionRouteConstraint.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Extensions/ODataVersionRouteConstraint.cs index e95b6134c0..8cb1713060 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Extensions/ODataVersionRouteConstraint.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Extensions/ODataVersionRouteConstraint.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Globalization; @@ -46,4 +50,4 @@ public bool Match( return true; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Models/ModelBuilder.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Models/ModelBuilder.cs index a5276fc49d..b5f878349d 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Models/ModelBuilder.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Models/ModelBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Web.Http.OData.Builder; using Microsoft.Data.Edm; @@ -16,4 +20,4 @@ public static IEdmModel GetEdmModel() return builder.GetEdmModel(); } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Models/Part.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Models/Part.cs index 39f1ccfaed..4db526baa7 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Models/Part.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Models/Part.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -26,4 +30,4 @@ public virtual ICollection Products set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Models/Product.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Models/Product.cs index 923944258e..df55a010bd 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Models/Product.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/Models/Product.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; @@ -24,4 +28,4 @@ public DateTime ManufactureDateTime set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/ODataV3WebApiConfig.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/ODataV3WebApiConfig.cs index 13144cbb8a..f892af1731 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/ODataV3WebApiConfig.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV3/ODataV3WebApiConfig.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Web.Http; using System.Web.Http.OData.Extensions; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Controllers/PartsV2Controller.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Controllers/PartsV2Controller.cs index 2fb329a009..eef004d469 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Controllers/PartsV2Controller.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Controllers/PartsV2Controller.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Controllers/ProductsV2Controller.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Controllers/ProductsV2Controller.cs index a44dad2ac4..f0d1b7b626 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Controllers/ProductsV2Controller.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Controllers/ProductsV2Controller.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Extensions/EntitySetVersioningRoutingConvention.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Extensions/EntitySetVersioningRoutingConvention.cs index 3980e5f0b1..b195e2df6b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Extensions/EntitySetVersioningRoutingConvention.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Extensions/EntitySetVersioningRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using Microsoft.AspNet.OData.Routing.Conventions; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Extensions/ODataVersionRouteConstraint.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Extensions/ODataVersionRouteConstraint.cs index 95b6f35244..78d20b1b94 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Extensions/ODataVersionRouteConstraint.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Extensions/ODataVersionRouteConstraint.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Globalization; @@ -38,4 +42,4 @@ bool IHttpRouteConstraint.Match(HttpRequestMessage request, IHttpRoute route, st return true; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Models/ModelBuilder.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Models/ModelBuilder.cs index e85d55daf9..2eff36e73f 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Models/ModelBuilder.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Models/ModelBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; using Microsoft.OData.Edm; @@ -16,4 +20,4 @@ public static IEdmModel GetEdmModel() return builder.GetEdmModel(); } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Models/Part.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Models/Part.cs index 4bab90d035..51be5afd66 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Models/Part.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Models/Part.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -32,4 +36,4 @@ public virtual ICollection Products set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Models/Product.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Models/Product.cs index 981d4b38a5..25750bceda 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Models/Product.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/Models/Product.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; @@ -24,4 +28,4 @@ public DateTimeOffset ManufactureDateTime set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/ODataV4WebApiConfig.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/ODataV4WebApiConfig.cs index 76b3b3da4e..f735cd44aa 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/ODataV4WebApiConfig.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/ODataV4/ODataV4WebApiConfig.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Web.Http; using Microsoft.AspNet.OData.Extensions; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/SxSODataV3AndV4Test.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/SxSODataV3AndV4Test.cs index f37cb2359f..853b9472ab 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/SxSODataV3AndV4Test.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS/SxSODataV3AndV4Test.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Net; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV3/Controllers/ProductsController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV3/Controllers/ProductsController.cs index 998e8749b6..6507283625 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV3/Controllers/ProductsController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV3/Controllers/ProductsController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV3/Extensions/ODataVersionRouteConstraint.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV3/Extensions/ODataVersionRouteConstraint.cs index f45d36223b..4a7fb7d550 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV3/Extensions/ODataVersionRouteConstraint.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV3/Extensions/ODataVersionRouteConstraint.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; @@ -44,4 +48,4 @@ public bool Match( return true; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV3/Models/ModelBuilder.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV3/Models/ModelBuilder.cs index 5452b0be6e..4d208b2f68 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV3/Models/ModelBuilder.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV3/Models/ModelBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Web.Http.OData.Builder; using Microsoft.Data.Edm; @@ -15,4 +19,4 @@ public static IEdmModel GetEdmModel() return builder.GetEdmModel(); } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV3/Models/Product.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV3/Models/Product.cs index 78a24a7449..493fffe6b6 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV3/Models/Product.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV3/Models/Product.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; @@ -24,4 +28,4 @@ public DateTime ManufactureDateTime set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV3/ODataV3WebApiConfig.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV3/ODataV3WebApiConfig.cs index 8da9d72d91..0ffcd1b15b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV3/ODataV3WebApiConfig.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV3/ODataV3WebApiConfig.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Web.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV4/Controllers/ProductsV2Controller.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV4/Controllers/ProductsV2Controller.cs index 8af079ef2a..f46ac38003 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV4/Controllers/ProductsV2Controller.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV4/Controllers/ProductsV2Controller.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV4/Extensions/ODataVersionRouteConstraint.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV4/Extensions/ODataVersionRouteConstraint.cs index 42404ed360..4595ca9057 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV4/Extensions/ODataVersionRouteConstraint.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV4/Extensions/ODataVersionRouteConstraint.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; @@ -39,4 +43,4 @@ bool IHttpRouteConstraint.Match(HttpRequestMessage request, IHttpRoute route, st return true; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV4/Models/ModelBuilder.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV4/Models/ModelBuilder.cs index a39cbd0233..ca264e0125 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV4/Models/ModelBuilder.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV4/Models/ModelBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; using Microsoft.OData.Edm; @@ -15,4 +19,4 @@ public static IEdmModel GetEdmModel() return builder.GetEdmModel(); } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV4/Models/Product.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV4/Models/Product.cs index ed8ae6e9a0..efe179202f 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV4/Models/Product.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV4/Models/Product.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; @@ -24,4 +28,4 @@ public DateTimeOffset ManufactureDateTime set; } } -} \ No newline at end of file +} diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV4/ODataV4WebApiConfig.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV4/ODataV4WebApiConfig.cs index db394140fa..e9507b33d8 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV4/ODataV4WebApiConfig.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/ODataV4/ODataV4WebApiConfig.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Web.Http; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/SxSODataV3AndV4Test.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/SxSODataV3AndV4Test.cs index e460e55d83..0031831a5b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/SxSODataV3AndV4Test.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/SxS2/SxSODataV3AndV4Test.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Net; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UnboundOperation/UnboundOperationController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UnboundOperation/UnboundOperationController.cs index 46e01744b5..54b608563d 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UnboundOperation/UnboundOperationController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UnboundOperation/UnboundOperationController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UnboundOperation/UnboundOperationDataModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UnboundOperation/UnboundOperationDataModel.cs index 882c9baf0c..4920c62770 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UnboundOperation/UnboundOperationDataModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UnboundOperation/UnboundOperationDataModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UnboundOperation/UnboundOperationEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UnboundOperation/UnboundOperationEdmModel.cs index f5626717d5..be5ab84d0b 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UnboundOperation/UnboundOperationEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UnboundOperation/UnboundOperationEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using Microsoft.AspNet.OData.Builder; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UnboundOperation/UnboundOperationTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UnboundOperation/UnboundOperationTest.cs index e264b10589..007e2e8d07 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UnboundOperation/UnboundOperationTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UnboundOperation/UnboundOperationTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/CaseInsensitiveResolver.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/CaseInsensitiveResolver.cs index b8a609ca42..24b6361bdf 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/CaseInsensitiveResolver.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/CaseInsensitiveResolver.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData.UriParser; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/CaseInsensitiveTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/CaseInsensitiveTest.cs index 056bb55d4c..a747b0abcf 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/CaseInsensitiveTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/CaseInsensitiveTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Net; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/EnumPrefixFreeTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/EnumPrefixFreeTest.cs index c70b6549f5..fe7b8da173 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/EnumPrefixFreeTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/EnumPrefixFreeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Net; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/UnqualifiedCallTest.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/UnqualifiedCallTest.cs index 49d604b5a0..0148fb3541 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/UnqualifiedCallTest.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/UnqualifiedCallTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Net; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/UriParserExtensionDataModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/UriParserExtensionDataModel.cs index 1811d5a484..cfc81bd287 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/UriParserExtensionDataModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/UriParserExtensionDataModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/UriParserExtenstionController.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/UriParserExtenstionController.cs index 451223a77e..35a9235c96 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/UriParserExtenstionController.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/UriParserExtenstionController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/UriParserExtenstionEdmModel.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/UriParserExtenstionEdmModel.cs index 0b26b64ac9..5d35eefcb2 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/UriParserExtenstionEdmModel.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/UriParserExtenstionEdmModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.OData.Edm; using Microsoft.Test.E2E.AspNet.OData.Common.Execution; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/UriResolverDependencyTestWithOldDefaultConfig.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/UriResolverDependencyTestWithOldDefaultConfig.cs index 7eeca70581..e8ffba66a4 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/UriResolverDependencyTestWithOldDefaultConfig.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/UriParserExtension/UriResolverDependencyTestWithOldDefaultConfig.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Net; diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Validation/DeltaOfTValidationTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Validation/DeltaOfTValidationTests.cs index 1982765142..e42095c3dc 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Validation/DeltaOfTValidationTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Validation/DeltaOfTValidationTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.ComponentModel.DataAnnotations; using System.Net; diff --git a/test/PerfTest/WebApiPerformance.Service/App_Start/WebApiConfig.cs b/test/PerfTest/WebApiPerformance.Service/App_Start/WebApiConfig.cs index 4fb2e18dfb..195df4d8b2 100644 --- a/test/PerfTest/WebApiPerformance.Service/App_Start/WebApiConfig.cs +++ b/test/PerfTest/WebApiPerformance.Service/App_Start/WebApiConfig.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Web.Http; using Microsoft.AspNet.OData.Extensions; diff --git a/test/PerfTest/WebApiPerformance.Service/Controllers/ODataClrController.cs b/test/PerfTest/WebApiPerformance.Service/Controllers/ODataClrController.cs index ddc33c11b2..15255db77b 100644 --- a/test/PerfTest/WebApiPerformance.Service/Controllers/ODataClrController.cs +++ b/test/PerfTest/WebApiPerformance.Service/Controllers/ODataClrController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; @@ -39,4 +43,4 @@ public IHttpActionResult Post(ClassA a) return Ok(a); } } -} \ No newline at end of file +} diff --git a/test/PerfTest/WebApiPerformance.Service/Controllers/ODataEdmController.cs b/test/PerfTest/WebApiPerformance.Service/Controllers/ODataEdmController.cs index 3a60c345d4..2bd516149d 100644 --- a/test/PerfTest/WebApiPerformance.Service/Controllers/ODataEdmController.cs +++ b/test/PerfTest/WebApiPerformance.Service/Controllers/ODataEdmController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/PerfTest/WebApiPerformance.Service/Controllers/WebApiJsonController.cs b/test/PerfTest/WebApiPerformance.Service/Controllers/WebApiJsonController.cs index ac7c8b237f..5effb82bba 100644 --- a/test/PerfTest/WebApiPerformance.Service/Controllers/WebApiJsonController.cs +++ b/test/PerfTest/WebApiPerformance.Service/Controllers/WebApiJsonController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; @@ -22,4 +26,4 @@ public IEnumerable Get() return TestRepo.GetAs(n); } } -} \ No newline at end of file +} diff --git a/test/PerfTest/WebApiPerformance.Service/Global.asax.cs b/test/PerfTest/WebApiPerformance.Service/Global.asax.cs index d79797d74f..54d691c184 100644 --- a/test/PerfTest/WebApiPerformance.Service/Global.asax.cs +++ b/test/PerfTest/WebApiPerformance.Service/Global.asax.cs @@ -1,4 +1,11 @@ -using System.Web; +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +using System.Web; using System.Web.Http; namespace WebApiPerformance.Service diff --git a/test/PerfTest/WebApiPerformance.Service/Models/TestRepo.cs b/test/PerfTest/WebApiPerformance.Service/Models/TestRepo.cs index a7c4c84cee..c97c13969f 100644 --- a/test/PerfTest/WebApiPerformance.Service/Models/TestRepo.cs +++ b/test/PerfTest/WebApiPerformance.Service/Models/TestRepo.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; @@ -70,4 +74,4 @@ public static IEdmModel GetModel() return model.GetEdmModel(); } } -} \ No newline at end of file +} diff --git a/test/PerfTest/WebApiPerformance.Service/Models/Types.cs b/test/PerfTest/WebApiPerformance.Service/Models/Types.cs index 3af3890bd7..f653f74440 100644 --- a/test/PerfTest/WebApiPerformance.Service/Models/Types.cs +++ b/test/PerfTest/WebApiPerformance.Service/Models/Types.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.ComponentModel.DataAnnotations; diff --git a/test/PerfTest/WebApiPerformance.Service/Properties/AssemblyInfo.cs b/test/PerfTest/WebApiPerformance.Service/Properties/AssemblyInfo.cs index 51aaaca73b..f43aaf424a 100644 --- a/test/PerfTest/WebApiPerformance.Service/Properties/AssemblyInfo.cs +++ b/test/PerfTest/WebApiPerformance.Service/Properties/AssemblyInfo.cs @@ -1,4 +1,11 @@ -using System.Reflection; +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/test/PerfTest/WebApiPerformance.Test/Common/TestServiceFixture.cs b/test/PerfTest/WebApiPerformance.Test/Common/TestServiceFixture.cs index 1b83b8ea66..82dd1d0541 100644 --- a/test/PerfTest/WebApiPerformance.Test/Common/TestServiceFixture.cs +++ b/test/PerfTest/WebApiPerformance.Test/Common/TestServiceFixture.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics; diff --git a/test/PerfTest/WebApiPerformance.Test/CustomerTest.cs b/test/PerfTest/WebApiPerformance.Test/CustomerTest.cs index 66a89765cb..80bdae4258 100644 --- a/test/PerfTest/WebApiPerformance.Test/CustomerTest.cs +++ b/test/PerfTest/WebApiPerformance.Test/CustomerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Net; diff --git a/test/PerfTest/WebApiPerformance.Test/Properties/AssemblyInfo.cs b/test/PerfTest/WebApiPerformance.Test/Properties/AssemblyInfo.cs index 6d946742e3..91f69d2723 100644 --- a/test/PerfTest/WebApiPerformance.Test/Properties/AssemblyInfo.cs +++ b/test/PerfTest/WebApiPerformance.Test/Properties/AssemblyInfo.cs @@ -1,4 +1,11 @@ -using System.Reflection; +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ApplyTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ApplyTest.cs index ac751c3e6a..a9d6d60c6b 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ApplyTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ApplyTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ChangeSetRequestItemTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ChangeSetRequestItemTest.cs index 97397c63f5..08fde10522 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ChangeSetRequestItemTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ChangeSetRequestItemTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System; @@ -170,4 +174,4 @@ public void Dispose_DisposesAllHttpRequestMessages() } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ChangeSetResponseItemTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ChangeSetResponseItemTest.cs index 6210dd4f23..ce6e050d04 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ChangeSetResponseItemTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ChangeSetResponseItemTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System.IO; @@ -142,4 +146,4 @@ public void Dispose_DisposesAllHttpResponseMessages() } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/DefaultODataBatchHandlerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/DefaultODataBatchHandlerTest.cs index 4b7a6fcf0b..b0eab87ceb 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/DefaultODataBatchHandlerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/DefaultODataBatchHandlerTest.cs @@ -1,5 +1,10 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + using System; using System.Collections.Generic; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/MockHttpRequestMessage.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/MockHttpRequestMessage.cs index bf1931cc56..38a53488c3 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/MockHttpRequestMessage.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/MockHttpRequestMessage.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; @@ -14,4 +18,4 @@ protected override void Dispose(bool disposing) IsDisposed = true; } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/MockHttpResponseMessage.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/MockHttpResponseMessage.cs index 12cfea33c1..d38dfdb954 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/MockHttpResponseMessage.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/MockHttpResponseMessage.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; @@ -14,4 +18,4 @@ protected override void Dispose(bool disposing) IsDisposed = true; } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/MockHttpServer.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/MockHttpServer.cs index cbafbbe63a..d6674f18f2 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/MockHttpServer.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/MockHttpServer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System; @@ -36,4 +40,4 @@ protected override Task SendAsync(HttpRequestMessage reques } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchContentTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchContentTest.cs index a72d0120e8..d30c72c3cb 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchContentTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchContentTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -166,4 +170,4 @@ private static ODataBatchContent CreateBatchContent(IEnumerable +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System; @@ -138,4 +142,4 @@ public void SetODataContentId_SetsTheContentIdOnTheRequest() } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchMiddlewareTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchMiddlewareTests.cs index bac8f4ccc4..97afe2ed91 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchMiddlewareTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchMiddlewareTests.cs @@ -1,4 +1,11 @@ -#if NETCORE +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +#if NETCORE using System.Net.Http; using System.Threading.Tasks; using Microsoft.AspNet.OData.Batch; @@ -81,4 +88,4 @@ public override Task ProcessBatchAsync(HttpContext context, RequestDelegate next } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchReaderExtensionsTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchReaderExtensionsTest.cs index 04bcec4b8f..e4bddb6ed1 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchReaderExtensionsTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchReaderExtensionsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System; @@ -155,4 +159,4 @@ public async Task CreateODataBatchResponseAsyncWhenNoAcceptHeader(string content } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchRequestHelper.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchRequestHelper.cs index bb56d1b183..c8d94171ef 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchRequestHelper.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchRequestHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System; @@ -22,4 +26,4 @@ public static HttpMessageContent CreateODataRequestContent(HttpRequestMessage re } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchRequestItemTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchRequestItemTest.cs index c313475c99..06f8e02181 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchRequestItemTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchRequestItemTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchResponseItemTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchResponseItemTest.cs index 29b4f8a33c..f50c96668f 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchResponseItemTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataBatchResponseItemTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System; @@ -159,4 +163,4 @@ public async Task WriteMessageAsync_ResponseContainsContentId_IfHasContentIdInRe } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataHttpContentExtensions.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataHttpContentExtensions.cs index 33ae63512f..45a98fc426 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataHttpContentExtensions.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataHttpContentExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System.ComponentModel; @@ -55,4 +59,4 @@ public static async Task GetODataMessageReaderAsync(this Htt } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataHttpContentExtensionsTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataHttpContentExtensionsTest.cs index a3fa0095b8..bdad10187f 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataHttpContentExtensionsTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/ODataHttpContentExtensionsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System.Net.Http; @@ -31,4 +35,4 @@ public async Task GetODataMessageReaderAsync_ReturnsMessageReader() } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/OperationRequestItemTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/OperationRequestItemTest.cs index ada9622d22..cf010f87b2 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/OperationRequestItemTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/OperationRequestItemTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System.Net; @@ -88,4 +92,4 @@ public void Dispose_DisposesHttpRequestMessage() } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/OperationResponseItemTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/OperationResponseItemTest.cs index 82a2e917c8..32c506727b 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/OperationResponseItemTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/OperationResponseItemTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System.IO; @@ -106,4 +110,4 @@ public void Dispose_DisposesHttpResponseMessage() } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/UnbufferedODataBatchHandlerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/UnbufferedODataBatchHandlerTest.cs index 50902b8efc..7f83f26b85 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/UnbufferedODataBatchHandlerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Batch/UnbufferedODataBatchHandlerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System; @@ -435,4 +439,4 @@ await ExceptionAssert.ThrowsArgumentNullAsync( } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ActionConfigurationTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ActionConfigurationTest.cs index a8a6322189..9e031ce413 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ActionConfigurationTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ActionConfigurationTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/BindableOperationFinderAnnotationTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/BindableOperationFinderAnnotationTest.cs index e50dee26b7..b5acca8fac 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/BindableOperationFinderAnnotationTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/BindableOperationFinderAnnotationTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using Microsoft.AspNet.OData.Builder; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/BindingPathConfigurationOfTStructuralTypeTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/BindingPathConfigurationOfTStructuralTypeTest.cs index 0d4ee5a2fb..04efb6a283 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/BindingPathConfigurationOfTStructuralTypeTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/BindingPathConfigurationOfTStructuralTypeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using Microsoft.AspNet.OData.Builder; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/BindingPathHelperTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/BindingPathHelperTest.cs index 0b5abab49f..ff2f72223e 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/BindingPathHelperTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/BindingPathHelperTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Reflection; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/CollectionPropertyConfigurationTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/CollectionPropertyConfigurationTest.cs index 17e6185e64..44e768262c 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/CollectionPropertyConfigurationTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/CollectionPropertyConfigurationTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ComplexTypeConfigurationTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ComplexTypeConfigurationTest.cs index b1e944df0d..3edb2c79e3 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ComplexTypeConfigurationTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ComplexTypeConfigurationTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Builder; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ComplexTypeTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ComplexTypeTest.cs index 3dd00ce8d6..18445dbe3f 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ComplexTypeTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ComplexTypeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ContainmentPathBuilderTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ContainmentPathBuilderTest.cs index 440dcf260b..a5387aed20 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ContainmentPathBuilderTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ContainmentPathBuilderTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/ActionLinkGenerationConventionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/ActionLinkGenerationConventionTest.cs index 828c25e2a0..2bca3b79b5 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/ActionLinkGenerationConventionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/ActionLinkGenerationConventionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/AssociationSetDiscoveryConventionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/AssociationSetDiscoveryConventionTest.cs index be8a6a2c18..5dc007c4b1 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/AssociationSetDiscoveryConventionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/AssociationSetDiscoveryConventionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/ActionOnDeleteAttributeConventionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/ActionOnDeleteAttributeConventionTest.cs index 3e9927cf78..2fd7d295a4 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/ActionOnDeleteAttributeConventionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/ActionOnDeleteAttributeConventionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Reflection; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/AttributeConventionTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/AttributeConventionTests.cs index db66a92a47..a13454a8c5 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/AttributeConventionTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/AttributeConventionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/AttributeEdmPropertyConventionTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/AttributeEdmPropertyConventionTests.cs index b67b8864ba..bfb22f5952 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/AttributeEdmPropertyConventionTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/AttributeEdmPropertyConventionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/AttributeEdmTypeConventionTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/AttributeEdmTypeConventionTests.cs index 406ac77bd5..e2a3b6844f 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/AttributeEdmTypeConventionTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/AttributeEdmTypeConventionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/ColumnAttributeEdmPropertyConventionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/ColumnAttributeEdmPropertyConventionTest.cs index 3c325575d2..9a6b576b45 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/ColumnAttributeEdmPropertyConventionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/ColumnAttributeEdmPropertyConventionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel.DataAnnotations.Schema; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/ComplexTypeAttributeConventionTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/ComplexTypeAttributeConventionTests.cs index 04356724b5..d8f3ff92fe 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/ComplexTypeAttributeConventionTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/ComplexTypeAttributeConventionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; using Microsoft.AspNet.OData.Builder.Conventions.Attributes; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/ConcurrencyCheckAttributeEdmPropertyConventionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/ConcurrencyCheckAttributeEdmPropertyConventionTest.cs index f69966be22..d5d1b55281 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/ConcurrencyCheckAttributeEdmPropertyConventionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/ConcurrencyCheckAttributeEdmPropertyConventionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.ComponentModel.DataAnnotations; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/DataContractAttributeEdmTypeConventionTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/DataContractAttributeEdmTypeConventionTests.cs index 2690b2a5f1..e5628107ba 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/DataContractAttributeEdmTypeConventionTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/DataContractAttributeEdmTypeConventionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Reflection; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/DataMemberAttributeEdmPropertyConventionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/DataMemberAttributeEdmPropertyConventionTest.cs index 57ad7a5411..c82e478d0e 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/DataMemberAttributeEdmPropertyConventionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/DataMemberAttributeEdmPropertyConventionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Reflection; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/DefaultValueAttributeEdmPropertyConventionTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/DefaultValueAttributeEdmPropertyConventionTests.cs index a87850b033..eca418c9a9 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/DefaultValueAttributeEdmPropertyConventionTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/DefaultValueAttributeEdmPropertyConventionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.ComponentModel; using System.ComponentModel.DataAnnotations; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/ForeignKeyAttributeConventionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/ForeignKeyAttributeConventionTest.cs index c9c6438268..e8ec203e9c 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/ForeignKeyAttributeConventionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/ForeignKeyAttributeConventionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.ComponentModel.DataAnnotations.Schema; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/IgnoreDataMemberAttributeEdmPropertyConventionTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/IgnoreDataMemberAttributeEdmPropertyConventionTests.cs index 76a1a63e90..e81cfa994a 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/IgnoreDataMemberAttributeEdmPropertyConventionTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/IgnoreDataMemberAttributeEdmPropertyConventionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Reflection; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/KeyAttributeEdmPropertyConventionTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/KeyAttributeEdmPropertyConventionTests.cs index 277b71b449..3a737ba861 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/KeyAttributeEdmPropertyConventionTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/KeyAttributeEdmPropertyConventionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.ComponentModel.DataAnnotations; using System.Reflection; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/NotMappedAttributeConventionTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/NotMappedAttributeConventionTests.cs index 183aba38f5..1bf4af199c 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/NotMappedAttributeConventionTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/NotMappedAttributeConventionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.ComponentModel.DataAnnotations.Schema; using System.Reflection; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/RequiredAttributeEdmPropertyConventionTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/RequiredAttributeEdmPropertyConventionTests.cs index 5ea2579f81..4cb5753bc8 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/RequiredAttributeEdmPropertyConventionTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/RequiredAttributeEdmPropertyConventionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.ComponentModel.DataAnnotations; using System.Reflection; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/TimestampAttributeEdmPropertyConventionTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/TimestampAttributeEdmPropertyConventionTests.cs index a3c1940f70..462bb6cde9 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/TimestampAttributeEdmPropertyConventionTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/Attributes/TimestampAttributeEdmPropertyConventionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel.DataAnnotations; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/ConventionsHelpersTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/ConventionsHelpersTests.cs index 8dfc736a70..386cf02157 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/ConventionsHelpersTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/ConventionsHelpersTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/EntityKeyConventionTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/EntityKeyConventionTests.cs index def91bbe10..737afdc8b7 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/EntityKeyConventionTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/EntityKeyConventionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.ComponentModel.DataAnnotations.Schema; using Microsoft.AspNet.OData.Builder; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/ForeignKeyDiscoveryConventionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/ForeignKeyDiscoveryConventionTest.cs index edc6f9b134..d1c62f471b 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/ForeignKeyDiscoveryConventionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/ForeignKeyDiscoveryConventionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Reflection; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/FunctionLinkGenerationConventionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/FunctionLinkGenerationConventionTest.cs index 1875a5de65..206b05164b 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/FunctionLinkGenerationConventionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/FunctionLinkGenerationConventionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/NavigationLinksGenerationConventionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/NavigationLinksGenerationConventionTest.cs index 4372553e51..8f6b9d0010 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/NavigationLinksGenerationConventionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/NavigationLinksGenerationConventionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Net.Http; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/ODataConventionModelBuilderTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/ODataConventionModelBuilderTests.cs index 2e06cef0e8..12adbee7c8 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/ODataConventionModelBuilderTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/ODataConventionModelBuilderTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/RecursiveComplexTypesModels.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/RecursiveComplexTypesModels.cs index 26cbe64481..0b2a41c0cb 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/RecursiveComplexTypesModels.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/RecursiveComplexTypesModels.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; @@ -66,4 +70,3 @@ public class Derived : Base public Base Base { get; set; } } } - diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/RecursiveComplexTypesTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/RecursiveComplexTypesTests.cs index f38e3e7708..ca7cd94ab9 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/RecursiveComplexTypesTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/RecursiveComplexTypesTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; @@ -164,4 +168,4 @@ public class JustDerived public Derived Derived { get; set; } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/SelfLinksGenerationConventionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/SelfLinksGenerationConventionTest.cs index fc35782009..883fe67835 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/SelfLinksGenerationConventionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/Conventions/SelfLinksGenerationConventionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/DynamicPropertyDictionaryAnnotationTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/DynamicPropertyDictionaryAnnotationTest.cs index 197b33ecb4..2798071990 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/DynamicPropertyDictionaryAnnotationTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/DynamicPropertyDictionaryAnnotationTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Reflection; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EdmModelAsserts.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EdmModelAsserts.cs index 9eb5e248db..de21040cf8 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EdmModelAsserts.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EdmModelAsserts.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EdmTypeConfigurationExtensionsTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EdmTypeConfigurationExtensionsTest.cs index 449f51a262..2c3090c0b2 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EdmTypeConfigurationExtensionsTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EdmTypeConfigurationExtensionsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EntitySetConfigurationTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EntitySetConfigurationTest.cs index ba0c63dc47..fa66a45de0 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EntitySetConfigurationTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EntitySetConfigurationTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Builder; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EntitySetLinkConfigurationTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EntitySetLinkConfigurationTest.cs index 20f4b16436..df983794c7 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EntitySetLinkConfigurationTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EntitySetLinkConfigurationTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EntitySetTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EntitySetTest.cs index 89de514cc2..5cd6806f09 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EntitySetTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EntitySetTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EntityTypeTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EntityTypeTest.cs index 39e0f8eb0d..e50165981e 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EntityTypeTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EntityTypeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EnumTypeTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EnumTypeTest.cs index ec55c650f4..a45e748936 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EnumTypeTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/EnumTypeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -1245,4 +1249,4 @@ public enum Life [EnumMember(Value = "soso")] NotTooBad } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/FunctionConfigurationTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/FunctionConfigurationTest.cs index a21fe626ed..ed4af6de8f 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/FunctionConfigurationTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/FunctionConfigurationTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/LinkGenerationHelpersTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/LinkGenerationHelpersTest.cs index dd688b1267..f3d9d25f1b 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/LinkGenerationHelpersTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/LinkGenerationHelpersTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/LowerCamelCaserTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/LowerCamelCaserTest.cs index 134555b041..fead34f87a 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/LowerCamelCaserTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/LowerCamelCaserTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -171,4 +175,4 @@ public class LowerCamelCaserModelAliasEntity public double Price { get; set; } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/MetadataTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/MetadataTest.cs index ac182e793e..6c5343e245 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/MetadataTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/MetadataTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/MockNavigationSourceLinkBuilderAnnotation.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/MockNavigationSourceLinkBuilderAnnotation.cs index be5d5d7ece..4f1bac049e 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/MockNavigationSourceLinkBuilderAnnotation.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/MockNavigationSourceLinkBuilderAnnotation.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/NavigationPropertyConfigurationTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/NavigationPropertyConfigurationTest.cs index 4e6ef99c60..f58662c88c 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/NavigationPropertyConfigurationTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/NavigationPropertyConfigurationTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/NavigationSourceLinkBuilderAnnotationTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/NavigationSourceLinkBuilderAnnotationTest.cs index 3c2ca5fcef..7149a1c9d4 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/NavigationSourceLinkBuilderAnnotationTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/NavigationSourceLinkBuilderAnnotationTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ODataConventionModelBuilderHelper.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ODataConventionModelBuilderHelper.cs index f92b071605..7f8c4f5e70 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ODataConventionModelBuilderHelper.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ODataConventionModelBuilderHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; using Microsoft.AspNet.OData.Test.Abstraction; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ODataModelBuilderTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ODataModelBuilderTest.cs index f2709150a9..08111e31e4 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ODataModelBuilderTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ODataModelBuilderTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ODataUtilsLearningTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ODataUtilsLearningTests.cs index 4750fd2dd2..5e441801e7 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ODataUtilsLearningTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ODataUtilsLearningTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.IO; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/OperationLinkBuilderTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/OperationLinkBuilderTests.cs index 64fdabb57d..0ba5de86d3 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/OperationLinkBuilderTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/OperationLinkBuilderTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Builder; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ParameterConfigurationTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ParameterConfigurationTest.cs index a9076064d0..b15ffc7494 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ParameterConfigurationTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ParameterConfigurationTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/PrimitivePropertyConfigurationExtensionsTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/PrimitivePropertyConfigurationExtensionsTest.cs index 581760a564..7f35314eca 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/PrimitivePropertyConfigurationExtensionsTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/PrimitivePropertyConfigurationExtensionsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Reflection; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/PrimitiveTypeTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/PrimitiveTypeTest.cs index 8a3ab6de69..44600dcc0c 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/PrimitiveTypeTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/PrimitiveTypeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.IO; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ProgrammableBuilderApiTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ProgrammableBuilderApiTest.cs index 309a764a21..c2211703e1 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ProgrammableBuilderApiTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/ProgrammableBuilderApiTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using Microsoft.AspNet.OData.Builder; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/PropertyConfigurationTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/PropertyConfigurationTest.cs index 4587e66e80..151a9fb7e8 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/PropertyConfigurationTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/PropertyConfigurationTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Reflection; using Microsoft.AspNet.OData.Builder; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/PropertyPairSelectorVisitorTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/PropertyPairSelectorVisitorTest.cs index 5596c0c9bd..8be301c1d0 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/PropertyPairSelectorVisitorTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/PropertyPairSelectorVisitorTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/PropertySelectorVisitorTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/PropertySelectorVisitorTest.cs index ef4c3582dc..65fdb777a2 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/PropertySelectorVisitorTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/PropertySelectorVisitorTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/SingletonConfigurationTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/SingletonConfigurationTest.cs index e73bf86c43..649843bd35 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/SingletonConfigurationTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/SingletonConfigurationTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Builder; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/SingletonLinkConfigurationTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/SingletonLinkConfigurationTest.cs index d3b47bb33b..18bcdb3428 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/SingletonLinkConfigurationTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/SingletonLinkConfigurationTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/SingletonTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/SingletonTest.cs index a1bef64613..c6cd0a1a91 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/SingletonTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/SingletonTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/StructuralTypeConfigurationOfTStructuralTypeTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/StructuralTypeConfigurationOfTStructuralTypeTest.cs index 937e08678e..a223814634 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/StructuralTypeConfigurationOfTStructuralTypeTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/StructuralTypeConfigurationOfTStructuralTypeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Builder; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/StructuralTypeConfigurationTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/StructuralTypeConfigurationTest.cs index f42780334c..9ec8a036db 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/StructuralTypeConfigurationTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/StructuralTypeConfigurationTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Builder; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Address.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Address.cs index 0fa363b0c0..d6984d06c2 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Address.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Address.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Builder.TestModels { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Client.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Client.cs index 1b77c791a1..dfaec423f8 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Client.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Client.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Color.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Color.cs index 461a0e4cee..389c9602ef 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Color.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Color.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; @@ -12,4 +16,4 @@ public enum Color Green = 2, Blue = 4 } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Company.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Company.cs index b6f8d35298..8af94a54f5 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Company.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Company.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Builder; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Customer.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Customer.cs index 33551ec5cd..96b0bbf6cb 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Customer.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Customer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/DateTimeModel.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/DateTimeModel.cs index 7cb2ed2783..c0df1e95d1 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/DateTimeModel.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/DateTimeModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Employee.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Employee.cs index fb8e253dfe..17b219f600 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Employee.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Employee.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/EnumModel.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/EnumModel.cs index 5fcc44446f..e0a062fe2c 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/EnumModel.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/EnumModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Test.Common.Types; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Gift.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Gift.cs index f23e9c61f5..e533524e57 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Gift.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Gift.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Builder.TestModels { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/InheritanceModels.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/InheritanceModels.cs index 61984b8c9a..8e4a29720e 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/InheritanceModels.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/InheritanceModels.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.ComponentModel.DataAnnotations; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/ModelAlias.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/ModelAlias.cs index cd46d62520..8fcbbf4671 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/ModelAlias.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/ModelAlias.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Runtime.Serialization; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/MyOrder.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/MyOrder.cs index fd1300f8e3..d25ad837bb 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/MyOrder.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/MyOrder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.ComponentModel.DataAnnotations; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/MySpecialOrder.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/MySpecialOrder.cs index 4de879b943..76b7ed0a5c 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/MySpecialOrder.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/MySpecialOrder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Order.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Order.cs index ff86a263fa..3e11a01e9e 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Order.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/Order.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/OrderCancellation.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/OrderCancellation.cs index 2982cd8e38..5aa590a6c0 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/OrderCancellation.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/OrderCancellation.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Builder.TestModels { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/OrderHeader.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/OrderHeader.cs index 87db8afe81..9f5f8cb208 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/OrderHeader.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/OrderHeader.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Builder.TestModels { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/OrderLine.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/OrderLine.cs index 0c8fe3519b..1317f65df1 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/OrderLine.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/OrderLine.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Builder.TestModels { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/PropertyAlias.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/PropertyAlias.cs index 7921085157..9b502476a2 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/PropertyAlias.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/PropertyAlias.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Runtime.Serialization; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/RecursiveModel.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/RecursiveModel.cs index 3b0c154983..4cebb77d56 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/RecursiveModel.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/RecursiveModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel.DataAnnotations; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/SpecialOrderLine.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/SpecialOrderLine.cs index 7a817655e9..0676e3f01a 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/SpecialOrderLine.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/SpecialOrderLine.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Builder.TestModels { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/ZipCode.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/ZipCode.cs index d886a496f1..f504eed6e9 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/ZipCode.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Builder/TestModels/ZipCode.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Builder.TestModels { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ClrPropertyInfoAnnotationTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ClrPropertyInfoAnnotationTest.cs index 4234bd13b6..2914f2c4a8 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ClrPropertyInfoAnnotationTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ClrPropertyInfoAnnotationTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Test.Common; using Xunit; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/CultureReplacer.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/CultureReplacer.cs index 953f880f99..db39c50983 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/CultureReplacer.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/CultureReplacer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Globalization; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/DataAttribute.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/DataAttribute.cs index 1d3be56fd3..45bb624ec1 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/DataAttribute.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/DataAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/EnumHelperTestBase.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/EnumHelperTestBase.cs index 04e325a75d..d188a64924 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/EnumHelperTestBase.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/EnumHelperTestBase.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Xunit; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/ExceptionAssert.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/ExceptionAssert.cs index 49ba1b52ca..d5b08c25ce 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/ExceptionAssert.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/ExceptionAssert.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/MediaTypeHeaderValueComparer.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/MediaTypeHeaderValueComparer.cs index 361c0ce53b..a8e40cc580 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/MediaTypeHeaderValueComparer.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/MediaTypeHeaderValueComparer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -88,4 +92,4 @@ private static int CompareBasedOnQualityFactor(ParsedMediaTypeHeaderValue parsed return 0; } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/MemberHelper.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/MemberHelper.cs index 84c40c1383..6495016423 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/MemberHelper.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/MemberHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/MockAssembly.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/MockAssembly.cs index 227e656c07..659fd5a195 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/MockAssembly.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/MockAssembly.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/MockPropertyInfo.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/MockPropertyInfo.cs index 88a88899c4..f4a714e0bf 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/MockPropertyInfo.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/MockPropertyInfo.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Reflection; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/MockType.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/MockType.cs index bc33c635e3..85394a315c 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/MockType.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/MockType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/ParsedMediaTypeHeaderValue.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/ParsedMediaTypeHeaderValue.cs index 9a26165e01..6575848994 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/ParsedMediaTypeHeaderValue.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/ParsedMediaTypeHeaderValue.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Net.Http.Headers; @@ -109,4 +113,4 @@ public double QualityFactor } } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Platform.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Platform.cs index da635d7f88..4aac00d5f1 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Platform.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Platform.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/PlatformInfo.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/PlatformInfo.cs index 34887bd52b..991ae5f2b5 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/PlatformInfo.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/PlatformInfo.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/PortReserver.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/PortReserver.cs index 062fc3c3cf..9cb32114ac 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/PortReserver.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/PortReserver.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/PreAppStartTestHelper.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/PreAppStartTestHelper.cs index ed86024fe2..cb238a6c51 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/PreAppStartTestHelper.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/PreAppStartTestHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/ReflectionAssert.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/ReflectionAssert.cs index b4b9459b61..356396b7cf 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/ReflectionAssert.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/ReflectionAssert.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq.Expressions; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/ReplaceCultureAttribute.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/ReplaceCultureAttribute.cs index d0705b4c52..756c07ed72 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/ReplaceCultureAttribute.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/ReplaceCultureAttribute.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Globalization; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/StreamAssert.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/StreamAssert.cs index acaceab937..35f52f7ffc 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/StreamAssert.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/StreamAssert.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.IO; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/TaskExtensions.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/TaskExtensions.cs index 50a244fd62..89137ec655 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/TaskExtensions.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/TaskExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Threading.Tasks; @@ -34,4 +38,4 @@ public static void RethrowFaultedTaskException(this Task task) throw task.Exception.GetBaseException(); } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/TestFile.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/TestFile.cs index 41ae8b93f5..9f972dc694 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/TestFile.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/TestFile.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.IO; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/TestHelper.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/TestHelper.cs index 83ef882209..9045aeaf1a 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/TestHelper.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/TestHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Globalization; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/TheoryDataSet.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/TheoryDataSet.cs index 9c30c8ebf0..3e7d2523c5 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/TheoryDataSet.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/TheoryDataSet.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/TypeAssert.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/TypeAssert.cs index 89a3ddd1b9..054d375fac 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/TypeAssert.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/TypeAssert.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Xunit; @@ -162,4 +166,4 @@ public static void HasProperties(Type type, TypeProperties typeProperties, Type } } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/ByteEnum.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/ByteEnum.cs index 3d0e005839..95dae77965 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/ByteEnum.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/ByteEnum.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Common.Types { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/FlagsEnum.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/FlagsEnum.cs index b361adc95b..cfb0fa13a3 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/FlagsEnum.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/FlagsEnum.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/INameAndIdContainer.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/INameAndIdContainer.cs index 8b2154a46f..9b9c1f8f86 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/INameAndIdContainer.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/INameAndIdContainer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Common.Types { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/LongEnum.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/LongEnum.cs index fa2d6adf94..cc3b83d10c 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/LongEnum.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/LongEnum.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Common.Types { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/SByteEnum.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/SByteEnum.cs index 399f58d875..7d49a4d3ec 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/SByteEnum.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/SByteEnum.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Common.Types { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/ShortEnum.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/ShortEnum.cs index 1bbedc9850..ed37e19dfe 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/ShortEnum.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/ShortEnum.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Common.Types { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/SimpleEnum.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/SimpleEnum.cs index da6765f4c7..311b550115 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/SimpleEnum.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/SimpleEnum.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Common.Types { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/UIntEnum.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/UIntEnum.cs index f3a87e8226..73e5d4ea99 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/UIntEnum.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/UIntEnum.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Common.Types { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/UShortEnum.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/UShortEnum.cs index 3ef91ae3d8..475f8f5ab9 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/UShortEnum.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/Types/UShortEnum.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Common.Types { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/VersionTestHelper.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/VersionTestHelper.cs index 727a11ade0..e529231979 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/VersionTestHelper.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Common/VersionTestHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Reflection; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ContentIdHelpersTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ContentIdHelpersTest.cs index b1a30cef4d..7415f96339 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ContentIdHelpersTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ContentIdHelpersTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ContextUtil.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ContextUtil.cs index f24879ac2c..c9186fdf15 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ContextUtil.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ContextUtil.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System.Net.Http; @@ -71,4 +75,4 @@ public static HttpActionDescriptor CreateActionDescriptor() } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DateAndTimeOfDayTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DateAndTimeOfDayTest.cs index 537edaea8f..41d1a18574 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DateAndTimeOfDayTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DateAndTimeOfDayTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DateTimeTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DateTimeTest.cs index f80d6cf33c..4dab75fcb1 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DateTimeTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DateTimeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DefaultContainerBuilderTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DefaultContainerBuilderTests.cs index f025bde18a..113f7d6934 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DefaultContainerBuilderTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DefaultContainerBuilderTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.Extensions.DependencyInjection; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DeltaTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DeltaTest.cs index 8df0d45d29..0431e2633a 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DeltaTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DeltaTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DependencyInjectionTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DependencyInjectionTests.cs index 841abe89f3..79ebc75385 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DependencyInjectionTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DependencyInjectionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DollarFormatTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DollarFormatTest.cs index a940190d12..b9ba99045e 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DollarFormatTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/DollarFormatTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System.Net.Http; @@ -74,4 +78,4 @@ public Customer Get() } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ETagMessageHandlerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ETagMessageHandlerTest.cs index f0a6563633..26d69f55e6 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ETagMessageHandlerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ETagMessageHandlerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System; @@ -337,4 +341,4 @@ protected override Task SendAsync(HttpRequestMessage reques } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmChangedObjectCollectionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmChangedObjectCollectionTest.cs index 895a0a76a2..511934dfcb 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmChangedObjectCollectionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmChangedObjectCollectionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Test.Common; using Microsoft.OData.Edm; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmComplexCollectionObjectTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmComplexCollectionObjectTest.cs index 13ee4e21f7..f2592e6f84 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmComplexCollectionObjectTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmComplexCollectionObjectTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Test.Common; using Microsoft.OData.Edm; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmDeltaCollectionTypeTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmDeltaCollectionTypeTest.cs index aa38e3e09c..5b39f176be 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmDeltaCollectionTypeTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmDeltaCollectionTypeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Test.Common; using Microsoft.OData.Edm; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmDeltaComplexObjectTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmDeltaComplexObjectTest.cs index 0a97f622d3..89eeba0f19 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmDeltaComplexObjectTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmDeltaComplexObjectTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Test.Common; using Microsoft.OData.Edm; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmDeltaTypeTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmDeltaTypeTest.cs index c69c0ecfae..9ddda62e21 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmDeltaTypeTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmDeltaTypeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Test.Common; using Microsoft.OData.Edm; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmEntityCollectionObjectTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmEntityCollectionObjectTest.cs index 1bf9fc9ce7..970886d6e5 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmEntityCollectionObjectTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmEntityCollectionObjectTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Test.Common; using Microsoft.OData.Edm; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmEnumObjectCollectionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmEnumObjectCollectionTest.cs index 6a015ff57b..d7abcfbc22 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmEnumObjectCollectionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmEnumObjectCollectionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Test.Common; using Microsoft.OData.Edm; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmEnumObjectTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmEnumObjectTest.cs index e6b2d531de..3e1c4c81fe 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmEnumObjectTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmEnumObjectTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Test.Common; using Microsoft.OData.Edm; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmModelExtensionsTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmModelExtensionsTest.cs index c235c7d7a1..a8f0e54763 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmModelExtensionsTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmModelExtensionsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Builder; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmStructuredObjectTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmStructuredObjectTest.cs index 7a29defafa..f3fc5ccece 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmStructuredObjectTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmStructuredObjectTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmTypeExtensionsTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmTypeExtensionsTest.cs index 5101b09621..83a9f54caf 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmTypeExtensionsTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EdmTypeExtensionsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Test.Common; using Microsoft.OData.Edm; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EnableNestedPathsTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EnableNestedPathsTest.cs index de3f220441..0c7f86a5a4 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EnableNestedPathsTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EnableNestedPathsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; @@ -438,4 +442,4 @@ class EnableNestedPathsAddress } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EnableQueryTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EnableQueryTests.cs index 795d46b6c5..46a66ec72e 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EnableQueryTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EnableQueryTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EnumDeserializerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EnumDeserializerTest.cs index d7123089c8..ad94a0c249 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EnumDeserializerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EnumDeserializerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel.DataAnnotations; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EnumSerializerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EnumSerializerTest.cs index 9c89e276a9..9cc2def025 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EnumSerializerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/EnumSerializerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Extensions/HttpContentExtensions.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Extensions/HttpContentExtensions.cs index 629e062455..4648faf99e 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Extensions/HttpContentExtensions.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Extensions/HttpContentExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Net.Http; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Extensions/IHeaderDictionaryExtensions.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Extensions/IHeaderDictionaryExtensions.cs index 3ea53e2d3b..01c626e87f 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Extensions/IHeaderDictionaryExtensions.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Extensions/IHeaderDictionaryExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Net.Http.Headers; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Extensions/RoutingConfigurationExtensions.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Extensions/RoutingConfigurationExtensions.cs index d79642f41a..f05b3140ca 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Extensions/RoutingConfigurationExtensions.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Extensions/RoutingConfigurationExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using Microsoft.AspNetCore.Builder; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/FastPropertyAccessorTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/FastPropertyAccessorTest.cs index 6b5b353e55..2ce3c65097 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/FastPropertyAccessorTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/FastPropertyAccessorTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData; using Xunit; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ClrTypeCacheTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ClrTypeCacheTest.cs index 060450c4bb..b9c005d53f 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ClrTypeCacheTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ClrTypeCacheTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/CollectionsTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/CollectionsTests.cs index 9cab1e5db4..bc3afc7d1b 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/CollectionsTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/CollectionsTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/DefaultODataETagHandlerTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/DefaultODataETagHandlerTests.cs index 358039959e..ada7a3a42f 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/DefaultODataETagHandlerTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/DefaultODataETagHandlerTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/CollectionDeserializationHelpersTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/CollectionDeserializationHelpersTest.cs index 3d7b6cdb44..02d566b9d5 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/CollectionDeserializationHelpersTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/CollectionDeserializationHelpersTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/DefaultODataDeserializerProviderTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/DefaultODataDeserializerProviderTests.cs index 7d05d39bdf..ac9b0a4757 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/DefaultODataDeserializerProviderTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/DefaultODataDeserializerProviderTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/DeserializationHelpersTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/DeserializationHelpersTest.cs index d349cb6aeb..78baf32dcc 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/DeserializationHelpersTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/DeserializationHelpersTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/HttpRequestODataMessage.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/HttpRequestODataMessage.cs index 60c3741a96..c4c52aaea0 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/HttpRequestODataMessage.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/HttpRequestODataMessage.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/MockODataRequestMessage.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/MockODataRequestMessage.cs index acc1df4299..4bc60f365d 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/MockODataRequestMessage.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/MockODataRequestMessage.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataActionPayloadDeserializerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataActionPayloadDeserializerTest.cs index ce9aa00ca7..851262fda5 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataActionPayloadDeserializerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataActionPayloadDeserializerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataCollectionDeserializerTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataCollectionDeserializerTests.cs index b8ecf48520..4d014a81f5 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataCollectionDeserializerTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataCollectionDeserializerTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataDeserializationTestsCommon.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataDeserializationTestsCommon.cs index cd0208228d..7a127e8c9a 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataDeserializationTestsCommon.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataDeserializationTestsCommon.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using System.Net.Http.Headers; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataDeserializerContextTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataDeserializerContextTest.cs index 5f087de0f2..dc041c1878 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataDeserializerContextTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataDeserializerContextTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Formatter.Deserialization; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataDeserializerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataDeserializerTest.cs index c04cb063f8..e0d739122a 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataDeserializerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataDeserializerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Formatter.Deserialization; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataEdmTypeDeserializerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataEdmTypeDeserializerTest.cs index bbcc068d3c..6a625917f1 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataEdmTypeDeserializerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataEdmTypeDeserializerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Formatter.Deserialization; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataEntityReferenceLinkDeserializerTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataEntityReferenceLinkDeserializerTests.cs index c5c990805d..c62cd4e9fc 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataEntityReferenceLinkDeserializerTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataEntityReferenceLinkDeserializerTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; @@ -140,4 +144,4 @@ private class RelatedEntity { } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataEnumDeserializerTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataEnumDeserializerTests.cs index b676706af0..8f854935d0 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataEnumDeserializerTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataEnumDeserializerTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using System.Runtime.Serialization; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataMessageReaderLearningTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataMessageReaderLearningTests.cs index c10735b28a..4ee065ddc0 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataMessageReaderLearningTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataMessageReaderLearningTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.IO; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataPrimitiveDeserializerTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataPrimitiveDeserializerTests.cs index f900ac2e84..90f371ae42 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataPrimitiveDeserializerTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataPrimitiveDeserializerTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataResourceDeserializerTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataResourceDeserializerTests.cs index d32077c33b..365c361c93 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataResourceDeserializerTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataResourceDeserializerTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataResourceSetDeserializerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataResourceSetDeserializerTest.cs index 05de466e51..f09a6d1e36 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataResourceSetDeserializerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataResourceSetDeserializerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataSingletonDeserializerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataSingletonDeserializerTest.cs index 22a3936379..dac8e3692d 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataSingletonDeserializerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Deserialization/ODataSingletonDeserializerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using System.Net.Http.Headers; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ETagOfTEntityTypeTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ETagOfTEntityTypeTests.cs index e8dede8798..05f34b1e80 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ETagOfTEntityTypeTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ETagOfTEntityTypeTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ETagTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ETagTests.cs index d45255f9ca..eaefce6383 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ETagTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ETagTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/EdmLibHelpersTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/EdmLibHelpersTests.cs index 5bd5f726b4..c4287d2a2d 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/EdmLibHelpersTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/EdmLibHelpersTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/EdmPrimitiveHelpersTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/EdmPrimitiveHelpersTest.cs index 0d4327700e..49f59c063d 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/EdmPrimitiveHelpersTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/EdmPrimitiveHelpersTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.ComponentModel.DataAnnotations; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/InheritanceTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/InheritanceTests.cs index 374a4a8af1..0264b1d019 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/InheritanceTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/InheritanceTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/JsonAssert.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/JsonAssert.cs index 289890add7..92e54e7f2b 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/JsonAssert.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/JsonAssert.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Newtonsoft.Json.Linq; using Xunit; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/NullCollectionsTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/NullCollectionsTests.cs index e2201c4b8f..6ac78e6551 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/NullCollectionsTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/NullCollectionsTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataActionTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataActionTests.cs index 6325948fca..74d09a1df5 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataActionTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataActionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataFormatterTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataFormatterTests.cs index c0186a74d4..94569be77f 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataFormatterTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataFormatterTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataFunctionTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataFunctionTests.cs index 31bb997b04..4c804cfd9c 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataFunctionTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataFunctionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataMediaTypeFormatterTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataMediaTypeFormatterTests.cs index 8cfa1b3b4c..fec807d1e2 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataMediaTypeFormatterTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataMediaTypeFormatterTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataMediaTypeFormattersTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataMediaTypeFormattersTests.cs index fcffc4865d..5842ef1b44 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataMediaTypeFormattersTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataMediaTypeFormattersTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataMediaTypesTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataMediaTypesTest.cs index 209c043102..99be89e5c9 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataMediaTypesTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataMediaTypesTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataMessageWrapperTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataMessageWrapperTest.cs index 528b24a862..3021fbdfa9 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataMessageWrapperTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataMessageWrapperTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -60,4 +64,4 @@ public void ResolveUrl_ResolvesUriWithContentId() Assert.Equal("http://localhost/values(1)", uri.OriginalString); } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataModelBinderConverterTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataModelBinderConverterTests.cs index 59630ab43c..03f4bda54d 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataModelBinderConverterTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataModelBinderConverterTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Formatter; @@ -51,4 +55,4 @@ public void Convert_CheckPrimitives(object odataValue, EdmPrimitiveTypeKind edmT Assert.Equal(expectedResult, result); } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataModelBinderProviderTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataModelBinderProviderTest.cs index dead8ee9d2..50845ec510 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataModelBinderProviderTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataModelBinderProviderTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataRawValueMediaTypeMappingTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataRawValueMediaTypeMappingTests.cs index 08ce9b7f18..f3a83a6392 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataRawValueMediaTypeMappingTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataRawValueMediaTypeMappingTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataTestUtil.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataTestUtil.cs index 20e3794930..3c31cd5f80 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataTestUtil.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataTestUtil.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataValueExtensionsTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataValueExtensionsTest.cs index 866795164c..a8ec6dfb39 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataValueExtensionsTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/ODataValueExtensionsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Formatter; using Microsoft.AspNet.OData.Test.Common; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/PeopleController.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/PeopleController.cs index 18a9a97149..fa3dc3f391 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/PeopleController.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/PeopleController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/PresidentController.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/PresidentController.cs index d7f601f43d..8c3d9ff3ac 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/PresidentController.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/PresidentController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/PrimitiveTypesTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/PrimitiveTypesTest.cs index ac4d9ea274..461d36779e 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/PrimitiveTypesTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/PrimitiveTypesTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/CollectionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/CollectionTest.cs index a407d26a9e..68dfde36e9 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/CollectionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/CollectionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ComplexTypeTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ComplexTypeTest.cs index 8d458cbc22..4a94b0c11e 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ComplexTypeTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ComplexTypeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using System.Threading.Tasks; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/DefaultODataSerializerProviderTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/DefaultODataSerializerProviderTests.cs index 5ab0843102..b26b13886a 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/DefaultODataSerializerProviderTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/DefaultODataSerializerProviderTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/EdmDirectValueAnnotationsManagerExtensions.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/EdmDirectValueAnnotationsManagerExtensions.cs index 3be19652b8..d049aa2667 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/EdmDirectValueAnnotationsManagerExtensions.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/EdmDirectValueAnnotationsManagerExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.Contracts; @@ -68,4 +72,4 @@ public EdmValueKind ValueKind } } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/EdmEntityObjectTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/EdmEntityObjectTest.cs index f75fa9676c..e0529d8b7e 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/EdmEntityObjectTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/EdmEntityObjectTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Builder; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/EntityTypeTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/EntityTypeTest.cs index 3e38ee6205..bf330f3c7a 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/EntityTypeTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/EntityTypeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using System.Threading.Tasks; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/Models/Address.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/Models/Address.cs index 7d63ef726e..bb60aa2ca2 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/Models/Address.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/Models/Address.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/Models/Customer.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/Models/Customer.cs index 970ee256e2..fb6882f311 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/Models/Customer.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/Models/Customer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/Models/Order.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/Models/Order.cs index 7ca7568af8..4e59074011 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/Models/Order.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/Models/Order.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataCollectionSerializerTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataCollectionSerializerTests.cs index f77677d3a8..9335568a48 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataCollectionSerializerTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataCollectionSerializerTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataDeltaFeedSerializerTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataDeltaFeedSerializerTests.cs index 4dc60f1ae7..0effa38b27 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataDeltaFeedSerializerTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataDeltaFeedSerializerTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; @@ -384,4 +388,4 @@ public void CreateODataDeltaFeed_Sets_NextPageLinkForPageResult() Assert.Equal(expectedNextLink, feed.NextPageLink); } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataEdmTypeSerializerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataEdmTypeSerializerTest.cs index be742e4e66..db5c1927a6 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataEdmTypeSerializerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataEdmTypeSerializerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Formatter.Serialization; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataEntityReferenceLinkSerializerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataEntityReferenceLinkSerializerTest.cs index a97057caa6..0f3cc36277 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataEntityReferenceLinkSerializerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataEntityReferenceLinkSerializerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.IO; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataEntityReferenceLinksSerializerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataEntityReferenceLinksSerializerTest.cs index 9a3c76f852..af9dab6189 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataEntityReferenceLinksSerializerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataEntityReferenceLinksSerializerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.IO; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataEnumTypeSerializerTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataEnumTypeSerializerTests.cs index 3f76aefae6..b3abd174d1 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataEnumTypeSerializerTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataEnumTypeSerializerTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Formatter; using Microsoft.AspNet.OData.Formatter.Serialization; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataErrorSerializerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataErrorSerializerTest.cs index 3f1a51668a..07625ac382 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataErrorSerializerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataErrorSerializerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.IO; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataMessageWriterLearningTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataMessageWriterLearningTests.cs index f7bb4b84db..1d839eaf88 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataMessageWriterLearningTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataMessageWriterLearningTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.IO; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataMetadataSerializerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataMetadataSerializerTest.cs index fdd6d267ca..78f7ae64a0 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataMetadataSerializerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataMetadataSerializerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataPayloadKindHelperTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataPayloadKindHelperTests.cs index bfc6a677f3..1930323c03 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataPayloadKindHelperTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataPayloadKindHelperTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Formatter.Serialization; using Microsoft.AspNet.OData.Test.Common; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataPrimitiveSerializerTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataPrimitiveSerializerTests.cs index c002bb1e9b..f2a740d043 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataPrimitiveSerializerTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataPrimitiveSerializerTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataRawValueSerializerTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataRawValueSerializerTests.cs index c7d5e5ffe7..7621a448e1 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataRawValueSerializerTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataRawValueSerializerTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.IO; @@ -142,4 +146,4 @@ public void SerializesReturnedCountValue() Assert.Equal("5", result); } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataResourceSerializerTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataResourceSerializerTests.cs index 584e527ade..95e11b825d 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataResourceSerializerTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataResourceSerializerTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataResourceSetSerializerTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataResourceSetSerializerTests.cs index 9dce63839b..18b7d686c4 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataResourceSetSerializerTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataResourceSetSerializerTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataSerializerContextTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataSerializerContextTest.cs index d2d22b6fdc..d02ea00fb8 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataSerializerContextTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataSerializerContextTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataSerializerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataSerializerTest.cs index a0b4683f00..6e9dc05f63 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataSerializerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataSerializerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Formatter.Serialization; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataServiceDocumentSerializerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataServiceDocumentSerializerTest.cs index 37b6cb073b..e020dffadc 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataServiceDocumentSerializerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataServiceDocumentSerializerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.IO; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataSingletonSerializerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataSingletonSerializerTest.cs index 0512a38e56..60cd0fba0a 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataSingletonSerializerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataSingletonSerializerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ResourceSetTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ResourceSetTest.cs index 8124f5697e..ebed231651 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ResourceSetTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ResourceSetTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/SelectExpandNodeTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/SelectExpandNodeTest.cs index 4c64c2f48f..f426574858 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/SelectExpandNodeTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/SelectExpandNodeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/SerializationTestsHelpers.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/SerializationTestsHelpers.cs index 0741faf69e..f41d386b1d 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/SerializationTestsHelpers.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/SerializationTestsHelpers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using Microsoft.AspNet.OData.Builder; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/TestODataMetadataLevel.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/TestODataMetadataLevel.cs index 52956fe9ad..fc8e9bf163 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/TestODataMetadataLevel.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/TestODataMetadataLevel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Formatter.Serialization { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/FromODataUriTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/FromODataUriTest.cs index 3e23c59288..259c995e19 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/FromODataUriTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/FromODataUriTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/FunctionActionAdvertisedTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/FunctionActionAdvertisedTest.cs index be54b21adf..5ca79d25e2 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/FunctionActionAdvertisedTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/FunctionActionAdvertisedTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Net.Http; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/HttpConfigurationExtensions.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/HttpConfigurationExtensions.cs index 44eddecc28..bb4e6607cc 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/HttpConfigurationExtensions.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/HttpConfigurationExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System.Web.Http; @@ -16,4 +20,4 @@ public static void MapODataServiceRoute(this HttpConfiguration configuration, IE } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/HttpConfigurationExtensionsTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/HttpConfigurationExtensionsTest.cs index d645b5287b..c888fe175c 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/HttpConfigurationExtensionsTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/HttpConfigurationExtensionsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System; @@ -429,4 +433,4 @@ private class TestService : ITestService { } private class TestService2 : ITestService { } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/HttpErrorExtensionsTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/HttpErrorExtensionsTest.cs index 9600d7a8e7..97de2e523d 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/HttpErrorExtensionsTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/HttpErrorExtensionsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System; @@ -86,4 +90,4 @@ public void CreateODataError_CopiesModelStateErrorsToInnerError() } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/HttpRequestMessageExtensionsTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/HttpRequestMessageExtensionsTest.cs index 872ac19e4a..4fd39d2429 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/HttpRequestMessageExtensionsTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/HttpRequestMessageExtensionsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System; @@ -422,4 +426,4 @@ public void RequestContainer_Throws_WhenRouteNameIsNotSet() } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/HttpRouteCollectionExtensionsTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/HttpRouteCollectionExtensionsTest.cs index 04dad3ed4e..dc61d3f130 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/HttpRouteCollectionExtensionsTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/HttpRouteCollectionExtensionsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System.Collections.Generic; @@ -217,4 +221,4 @@ public IHttpActionResult Get(int ID) } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/MetadataControllerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/MetadataControllerTest.cs index 72ebc335e7..8bab9709c9 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/MetadataControllerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/MetadataControllerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/NullEdmComplexObjectTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/NullEdmComplexObjectTest.cs index 7826540c6e..a8cab2bf77 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/NullEdmComplexObjectTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/NullEdmComplexObjectTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Test.Common; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataActionParametersTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataActionParametersTest.cs index 4ac2535909..a4caf94386 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataActionParametersTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataActionParametersTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Runtime.Serialization; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataContainmentTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataContainmentTest.cs index 9f6aa3c257..652afcd292 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataContainmentTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataContainmentTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System.Linq; @@ -593,4 +597,4 @@ public IQueryable TopOrder() } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataFormattingAttributeTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataFormattingAttributeTest.cs index 3291150d60..4839ae66e2 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataFormattingAttributeTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataFormattingAttributeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System.Collections.Generic; @@ -91,4 +95,4 @@ public TestODataMediaTypeFormatter() } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataNullValueMessageHandlerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataNullValueMessageHandlerTest.cs index 9e12d6005d..859847ca01 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataNullValueMessageHandlerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataNullValueMessageHandlerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataPathHandlerExtensions.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataPathHandlerExtensions.cs index 3a20b5e5c7..1acc27e3f5 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataPathHandlerExtensions.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataPathHandlerExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics.Contracts; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataRoutingAttributeTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataRoutingAttributeTest.cs index a8fd334459..c07418875e 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataRoutingAttributeTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataRoutingAttributeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETFX // ODataRoutingAttribute is only used in AspNet using System.Web.Http; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataSingletonTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataSingletonTest.cs index b2bf1a70ee..b6bcad9a25 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataSingletonTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataSingletonTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataStreamPropertyTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataStreamPropertyTest.cs index af1d6d4229..05b0819ad1 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataStreamPropertyTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataStreamPropertyTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataSwaggerConverterTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataSwaggerConverterTest.cs index f74ae7c288..b901027fac 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataSwaggerConverterTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataSwaggerConverterTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Test.Abstraction; using Microsoft.AspNet.OData.Test.Common; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataSwaggerUtilitiesTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataSwaggerUtilitiesTest.cs index ac9ab4b2e2..b49f748f15 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataSwaggerUtilitiesTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataSwaggerUtilitiesTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using Microsoft.AspNet.OData.Test.Common; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataUriResolverExtensionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataUriResolverExtensionTest.cs index 86bd2889e7..e87f3769e4 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataUriResolverExtensionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ODataUriResolverExtensionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System; @@ -421,4 +425,4 @@ public class ParserExtenstionOrder public decimal Price { get; set; } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/OpenComplexTypeTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/OpenComplexTypeTest.cs index ea1770d855..358725872c 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/OpenComplexTypeTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/OpenComplexTypeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/OpenEntityTypeTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/OpenEntityTypeTest.cs index bc63b90c73..ce4d0b1a3f 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/OpenEntityTypeTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/OpenEntityTypeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/PageResultOfTTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/PageResultOfTTest.cs index cc80e4d266..3abfe213ea 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/PageResultOfTTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/PageResultOfTTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System; @@ -56,4 +60,4 @@ public void Ctor_Throws_OnNegativeCount() } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/PerRequestActionValueBinderTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/PerRequestActionValueBinderTest.cs index f74f91b73b..e0f2cea82a 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/PerRequestActionValueBinderTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/PerRequestActionValueBinderTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System.Linq; @@ -69,4 +73,4 @@ public void Post(Customer customer) } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/PerRequestContentNegotiatorTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/PerRequestContentNegotiatorTest.cs index 73786452de..4deae931a0 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/PerRequestContentNegotiatorTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/PerRequestContentNegotiatorTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System.Collections.Generic; @@ -40,4 +44,4 @@ public void Negotiate_CallGetPerRequestFormatterInstanceFirst() } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/PerRequestParameterBindingTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/PerRequestParameterBindingTest.cs index a31cccc247..c67abbe472 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/PerRequestParameterBindingTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/PerRequestParameterBindingTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System; @@ -104,4 +108,4 @@ protected override HttpParameterBinding CreateInnerBinding(IEnumerable +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/PublicApi/PublicApiTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/PublicApi/PublicApiTest.cs index 9ca4ac572b..b14d8130bd 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/PublicApi/PublicApiTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/PublicApi/PublicApiTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.IO; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/AllowedArithmeticOperatorsTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/AllowedArithmeticOperatorsTest.cs index a99a3541fe..a6ec5c4265 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/AllowedArithmeticOperatorsTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/AllowedArithmeticOperatorsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Query; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/AllowedFunctionsTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/AllowedFunctionsTest.cs index fffff7f933..cc8792ed5d 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/AllowedFunctionsTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/AllowedFunctionsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/AllowedLogicalOperatorsTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/AllowedLogicalOperatorsTest.cs index 9afa2c836f..a7bf179ed5 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/AllowedLogicalOperatorsTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/AllowedLogicalOperatorsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Query; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/AllowedQueryOptionsTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/AllowedQueryOptionsTest.cs index d84a1e6549..41624ac964 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/AllowedQueryOptionsTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/AllowedQueryOptionsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Query; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ApplyQueryOptionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ApplyQueryOptionTest.cs index 78f8e560af..f9d881999f 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ApplyQueryOptionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ApplyQueryOptionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Controllers/CustomerControllers.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Controllers/CustomerControllers.cs index f86ee7b4e1..ce2b348a83 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Controllers/CustomerControllers.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Controllers/CustomerControllers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Controllers/PrimitiveController.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Controllers/PrimitiveController.cs index 33bf862776..f9691b381c 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Controllers/PrimitiveController.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Controllers/PrimitiveController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/CountQueryOptionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/CountQueryOptionTest.cs index 3273e57318..68a126f86e 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/CountQueryOptionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/CountQueryOptionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/DefaultSkipTokenHandlerTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/DefaultSkipTokenHandlerTests.cs index b86ccf206d..5873f00b70 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/DefaultSkipTokenHandlerTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/DefaultSkipTokenHandlerTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/EnableQueryAttributeTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/EnableQueryAttributeTest.cs index 2d2bcaafec..2b346e921a 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/EnableQueryAttributeTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/EnableQueryAttributeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ExpressionHelpersTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ExpressionHelpersTest.cs index fc33cb60d3..619d61d41a 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ExpressionHelpersTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ExpressionHelpersTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/AggregationBinderTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/AggregationBinderTests.cs index 3f17c587f7..136d61879a 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/AggregationBinderTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/AggregationBinderTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/DataModel.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/DataModel.cs index 95d6836cae..3b18c15bcb 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/DataModel.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/DataModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/DynamicTypeWrapperTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/DynamicTypeWrapperTests.cs index 63c7b23066..94ba0353c8 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/DynamicTypeWrapperTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/DynamicTypeWrapperTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Query.Expressions; using Xunit; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/ExpressionStringBuilder.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/ExpressionStringBuilder.cs index 018cb9c193..7377b7c3f4 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/ExpressionStringBuilder.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/ExpressionStringBuilder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/FilterBinderTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/FilterBinderTests.cs index 6770d18f1e..46480f700e 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/FilterBinderTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/FilterBinderTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/Linq2ObjectsComparisonMethodsTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/Linq2ObjectsComparisonMethodsTest.cs index 95d8edef54..634cfd206f 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/Linq2ObjectsComparisonMethodsTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/Linq2ObjectsComparisonMethodsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Query.Expressions; using Microsoft.AspNet.OData.Test.Common; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/LinqParameterContainerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/LinqParameterContainerTest.cs index b044044792..d1802301a3 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/LinqParameterContainerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/LinqParameterContainerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq.Expressions; using Microsoft.AspNet.OData.Query.Expressions; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/ModelContainerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/ModelContainerTest.cs index 169fb482ef..996f35ab06 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/ModelContainerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/ModelContainerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Query.Expressions; using Microsoft.OData.Edm; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/PropertyContainerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/PropertyContainerTest.cs index b09751b366..e535a89ea7 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/PropertyContainerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/PropertyContainerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/SelectExpandBinderTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/SelectExpandBinderTest.cs index afbf5a6332..b360b48ed5 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/SelectExpandBinderTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/SelectExpandBinderTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/SelectExpandIncludePropertyTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/SelectExpandIncludePropertyTest.cs index 94f9b4cce8..bcc271597c 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/SelectExpandIncludePropertyTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/SelectExpandIncludePropertyTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Query.Expressions; using Microsoft.AspNet.OData.Test.Common; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/SelectExpandIncludedPropertyTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/SelectExpandIncludedPropertyTest.cs index 619880fc60..aa8c2a0348 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/SelectExpandIncludedPropertyTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/SelectExpandIncludedPropertyTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Query.Expressions; using Microsoft.AspNet.OData.Test.Common; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/SelectExpandPathExtensionsTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/SelectExpandPathExtensionsTest.cs index 0a3e9f594f..9553e692a5 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/SelectExpandPathExtensionsTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/SelectExpandPathExtensionsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/SelectExpandWrapperTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/SelectExpandWrapperTest.cs index 7aaca0ff8e..c2ff968ce6 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/SelectExpandWrapperTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/SelectExpandWrapperTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/UriFunctionBinderTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/UriFunctionBinderTests.cs index d0054c9865..d0771255ce 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/UriFunctionBinderTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Expressions/UriFunctionBinderTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Reflection; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/FilterQueryOptionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/FilterQueryOptionTest.cs index 7fd5a0f17b..b05cbd901b 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/FilterQueryOptionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/FilterQueryOptionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/HandleNullPropagationOptionHelperTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/HandleNullPropagationOptionHelperTest.cs index ee74ab0d1b..e445a38929 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/HandleNullPropagationOptionHelperTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/HandleNullPropagationOptionHelperTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Query; using Microsoft.AspNet.OData.Test.Common; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/HttpActionDescriptorExtensionTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/HttpActionDescriptorExtensionTests.cs index 12d47aeb4c..a84c85c368 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/HttpActionDescriptorExtensionTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/HttpActionDescriptorExtensionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETFX // HttpActionDescriptor.GetEdmModel implmention is part of EnableQueryAttribute.GetModel on AspNetCore using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataPathQueryBuilderTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataPathQueryBuilderTest.cs index 7d85ed108e..a49068b90e 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataPathQueryBuilderTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataPathQueryBuilderTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQueryContextTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQueryContextTests.cs index fb37795ddd..d6937c1aed 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQueryContextTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQueryContextTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Builder; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQueryOptionParserExtensionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQueryOptionParserExtensionTest.cs index ef5cb8de39..20a506c97c 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQueryOptionParserExtensionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQueryOptionParserExtensionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using System.Net.Http; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQueryOptionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQueryOptionTest.cs index 78d5411520..09d59ab234 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQueryOptionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQueryOptionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQueryOptionsOfTEntityTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQueryOptionsOfTEntityTest.cs index ad3c244455..389b18b103 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQueryOptionsOfTEntityTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQueryOptionsOfTEntityTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQueryParameterBindingAttributeTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQueryParameterBindingAttributeTests.cs index bc04f4168c..7bca517efb 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQueryParameterBindingAttributeTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQueryParameterBindingAttributeTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCORE // TODO #939: Enable these test on AspNetCore. using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQuerySettingsTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQuerySettingsTest.cs index 34d1405896..d3ce9038f3 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQuerySettingsTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataQuerySettingsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Query; using Microsoft.AspNet.OData.Test.Common; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataSingletonQueryOptionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataSingletonQueryOptionTest.cs index 8fd10c91d5..76ea40258a 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataSingletonQueryOptionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataSingletonQueryOptionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataValidationSettingsTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataValidationSettingsTest.cs index 508b2a0401..c94a0c63f1 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataValidationSettingsTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ODataValidationSettingsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Query; using Microsoft.AspNet.OData.Test.Common; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/OrderByPropertyNodeTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/OrderByPropertyNodeTest.cs index 8761105da9..e47749ef18 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/OrderByPropertyNodeTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/OrderByPropertyNodeTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/OrderByQueryOptionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/OrderByQueryOptionTest.cs index 2e2e23f479..949e6492c5 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/OrderByQueryOptionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/OrderByQueryOptionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ParameterAliasNodeTranslatorTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ParameterAliasNodeTranslatorTest.cs index cc0bcd44df..d0316ef424 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ParameterAliasNodeTranslatorTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/ParameterAliasNodeTranslatorTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/PlainTextODataQueryOptionsParserTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/PlainTextODataQueryOptionsParserTest.cs index 38d5192813..9ecf9fd3ab 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/PlainTextODataQueryOptionsParserTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/PlainTextODataQueryOptionsParserTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.IO; using System.Net.Http; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/QueryCompositionControllers.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/QueryCompositionControllers.cs index ed6dc72045..21c7b92968 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/QueryCompositionControllers.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/QueryCompositionControllers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/QueryCompositionTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/QueryCompositionTests.cs index af6232312a..c7228f5a9a 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/QueryCompositionTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/QueryCompositionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/QueryableFilterProviderTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/QueryableFilterProviderTest.cs index 259a4c1822..17bcf3c2e1 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/QueryableFilterProviderTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/QueryableFilterProviderTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/SelectExpandQueryOptionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/SelectExpandQueryOptionTest.cs index 5c34fb2258..25b9a4ca1a 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/SelectExpandQueryOptionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/SelectExpandQueryOptionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/SkipQueryOptionTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/SkipQueryOptionTests.cs index bac53a0592..773867b158 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/SkipQueryOptionTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/SkipQueryOptionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/TopQueryOptionTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/TopQueryOptionTests.cs index 98b4297a96..f11ae3b221 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/TopQueryOptionTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/TopQueryOptionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/TruncatedCollectionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/TruncatedCollectionTest.cs index d9cb6eadff..cc408d3c1b 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/TruncatedCollectionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/TruncatedCollectionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Query; using Microsoft.AspNet.OData.Test.Common; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/CountQueryValidatorTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/CountQueryValidatorTest.cs index 45f5007d4b..d4dc576abf 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/CountQueryValidatorTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/CountQueryValidatorTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -124,4 +128,4 @@ private class LimitedRelatedEntity public LimitedComplex[] ComplexCollectionProperty { get; set; } } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/FilterQueryValidatorTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/FilterQueryValidatorTest.cs index 2a469146c1..c9a3fabe52 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/FilterQueryValidatorTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/FilterQueryValidatorTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/ODataQueryValidatorTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/ODataQueryValidatorTest.cs index c7f0a879f7..77606e67af 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/ODataQueryValidatorTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/ODataQueryValidatorTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/OrderByQueryValidatorTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/OrderByQueryValidatorTest.cs index 2c7de1d0d1..d978040542 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/OrderByQueryValidatorTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/OrderByQueryValidatorTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/SelectExpandQueryValidatorTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/SelectExpandQueryValidatorTest.cs index 554d3bd96e..a502793ec1 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/SelectExpandQueryValidatorTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/SelectExpandQueryValidatorTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Globalization; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/SkipQueryValidatorTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/SkipQueryValidatorTest.cs index 7055ec06ba..eb477e79aa 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/SkipQueryValidatorTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/SkipQueryValidatorTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Query; @@ -70,4 +74,4 @@ public void ValidatePassWhenLimitIsNotReached() ExceptionAssert.DoesNotThrow(() => _validator.Validate(new SkipQueryOption("9", _context), settings)); } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/TopQueryValidatorTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/TopQueryValidatorTest.cs index f554f78e50..f132a3cf2b 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/TopQueryValidatorTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/TopQueryValidatorTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Query; @@ -107,4 +111,4 @@ public void ValidateThrowsWhenQuerySettingsLimitIsExceeded() "The limit of '10' for Top query has been exceeded. The value from the incoming request is '11'."); } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/ValidationTestHelper.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/ValidationTestHelper.cs index e9e9f23395..3cc0b0b018 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/ValidationTestHelper.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Query/Validators/ValidationTestHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; using Microsoft.AspNet.OData.Test.Abstraction; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/QueryableLimitationTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/QueryableLimitationTest.cs index f3852ebe7a..3ce42fca54 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/QueryableLimitationTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/QueryableLimitationTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ResourceContextTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ResourceContextTest.cs index 84c77e3da0..214d88010d 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ResourceContextTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/ResourceContextTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Resources.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Resources.cs index d02f751dfc..110b4c3150 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Resources.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Resources.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.IO; using Microsoft.AspNet.OData.Common; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Results/CreatedODataResultTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Results/CreatedODataResultTest.cs index 503366ca7e..f2fa1ff799 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Results/CreatedODataResultTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Results/CreatedODataResultTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Results/ResultHelpersTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Results/ResultHelpersTest.cs index aca225e391..faaed7d5de 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Results/ResultHelpersTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Results/ResultHelpersTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Results/UpdatedODataResultTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Results/UpdatedODataResultTest.cs index cc00fac113..a73920d839 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Results/UpdatedODataResultTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Results/UpdatedODataResultTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Net; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/AttributeRoutingOnSingletonTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/AttributeRoutingOnSingletonTest.cs index 2193eccf30..b473221b41 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/AttributeRoutingOnSingletonTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/AttributeRoutingOnSingletonTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Net.Http; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/AttributeRoutingTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/AttributeRoutingTest.cs index 6232b0e7fa..676c627f3a 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/AttributeRoutingTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/AttributeRoutingTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/AttributeRoutingUnboundTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/AttributeRoutingUnboundTest.cs index eae42c59ce..36cb36feb8 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/AttributeRoutingUnboundTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/AttributeRoutingUnboundTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/ActionRoutingConventionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/ActionRoutingConventionTest.cs index dfe41f2835..f69b02ce2f 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/ActionRoutingConventionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/ActionRoutingConventionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Net.Http; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/AttributeRoutingConventionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/AttributeRoutingConventionTest.cs index 0604591601..09a8e339ea 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/AttributeRoutingConventionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/AttributeRoutingConventionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/DynamicPropertyRoutingConventionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/DynamicPropertyRoutingConventionTest.cs index 5fd292e9a3..00554db432 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/DynamicPropertyRoutingConventionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/DynamicPropertyRoutingConventionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Net.Http; @@ -241,4 +245,4 @@ public void SelectAction_OnSingltonPath_OpenEntityType_ReturnsTheActionName(stri } #endregion } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/EntityRoutingConventionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/EntityRoutingConventionTest.cs index 081db646f1..1d3e74e86e 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/EntityRoutingConventionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/EntityRoutingConventionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using Microsoft.AspNet.OData.Routing; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/EntitySetRoutingConventionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/EntitySetRoutingConventionTest.cs index f88378e0aa..a96ce439c6 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/EntitySetRoutingConventionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/EntitySetRoutingConventionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using Microsoft.AspNet.OData.Routing; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/FunctionRoutingConventionTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/FunctionRoutingConventionTests.cs index eda9e9ee27..e5a8ab2a5b 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/FunctionRoutingConventionTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/FunctionRoutingConventionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Net.Http; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/MockNavigationSourceRoutingConvention.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/MockNavigationSourceRoutingConvention.cs index c0943e4187..9f4437e6df 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/MockNavigationSourceRoutingConvention.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/MockNavigationSourceRoutingConvention.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Routing.Conventions; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/NavigationRoutingConventionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/NavigationRoutingConventionTest.cs index b9891237f4..f3b94dbc70 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/NavigationRoutingConventionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/NavigationRoutingConventionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Net.Http; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/NavigationSourceRoutingConventionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/NavigationSourceRoutingConventionTest.cs index 25422c7ce1..40505551dc 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/NavigationSourceRoutingConventionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/NavigationSourceRoutingConventionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/NestedPathsRoutingConventionTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/NestedPathsRoutingConventionTests.cs index 8d8a29620f..dd0704ef38 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/NestedPathsRoutingConventionTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/NestedPathsRoutingConventionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/ODataRoutingConventionsTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/ODataRoutingConventionsTest.cs index c531f4c5d4..e496143f87 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/ODataRoutingConventionsTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/ODataRoutingConventionsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Linq; using Microsoft.AspNet.OData.Routing.Conventions; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/OperationImportRoutingConventionTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/OperationImportRoutingConventionTests.cs index 1a9c755ebf..37e5ee2a70 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/OperationImportRoutingConventionTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/OperationImportRoutingConventionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Net.Http; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/PropertyRoutingConventionTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/PropertyRoutingConventionTests.cs index f10fc5a091..a2825d5fdd 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/PropertyRoutingConventionTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/PropertyRoutingConventionTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Net.Http; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/RefRoutingConventionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/RefRoutingConventionTest.cs index 7fda4a97cf..27974c8084 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/RefRoutingConventionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/RefRoutingConventionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Net.Http; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/SelectActionHelper.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/SelectActionHelper.cs index a9c4a582b8..4e9c847f60 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/SelectActionHelper.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/SelectActionHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/SingletonRoutingConventionTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/SingletonRoutingConventionTest.cs index c923dcc665..b76218a1bd 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/SingletonRoutingConventionTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Conventions/SingletonRoutingConventionTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Net.Http; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/DefaultODataPathHandlerTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/DefaultODataPathHandlerTest.cs index 02d9cec8a6..d735cf3429 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/DefaultODataPathHandlerTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/DefaultODataPathHandlerTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/KeyValueParserTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/KeyValueParserTest.cs index 81be576b97..65150e895a 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/KeyValueParserTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/KeyValueParserTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataCountTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataCountTest.cs index bf796d65b9..1cae3286e3 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataCountTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataCountTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; @@ -449,4 +453,4 @@ public class DollarCountComplex public string StringProp { get; set; } } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataLevelsTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataLevelsTest.cs index f3c5cae888..582b451e2d 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataLevelsTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataLevelsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; @@ -750,4 +754,4 @@ public class LevelsDerivedEntity : LevelsEntity public LevelsEntity[] AncestorsInDerivedEntity { get; set; } } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataPathRouteConstraintTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataPathRouteConstraintTest.cs index d063c054e3..f25ce6a7e7 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataPathRouteConstraintTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataPathRouteConstraintTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataPathSegmentTranslatorTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataPathSegmentTranslatorTest.cs index 7223eff662..7e4305b228 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataPathSegmentTranslatorTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataPathSegmentTranslatorTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Routing; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataPathTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataPathTest.cs index c006d2592d..0d55b07085 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataPathTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataPathTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.OData.Edm; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataRouteTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataRouteTest.cs index f6f51a73e0..bd18771fb8 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataRouteTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataRouteTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataRoutingModel.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataRoutingModel.cs index 6b79724172..08427231f4 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataRoutingModel.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataRoutingModel.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -411,4 +415,4 @@ public class NestedPathsWithOverridesCustomer public List Products { get; set; } } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataRoutingTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataRoutingTest.cs index e9ec8afd59..7997ef910e 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataRoutingTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataRoutingTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataSingletonRoutingTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataSingletonRoutingTest.cs index a50fed961c..cd2b864c3a 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataSingletonRoutingTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataSingletonRoutingTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataValueProviderFactoryTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataValueProviderFactoryTest.cs index d7e5492885..526b4d2b41 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataValueProviderFactoryTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataValueProviderFactoryTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Net.Http; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataVersionConstraintTests.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataVersionConstraintTests.cs index 3a534a5ba1..bc5d7399a8 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataVersionConstraintTests.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/ODataVersionConstraintTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Net.Http; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/DynamicSegmentTemplateTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/DynamicSegmentTemplateTest.cs index baf237f09d..2f73b8ebe2 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/DynamicSegmentTemplateTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/DynamicSegmentTemplateTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Routing.Template; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/EntitySetSegmentTemplateTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/EntitySetSegmentTemplateTest.cs index e50d5b9a2b..ae4ee147e1 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/EntitySetSegmentTemplateTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/EntitySetSegmentTemplateTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Routing.Template; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/KeySegementTemplateTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/KeySegementTemplateTest.cs index cb0814b072..2499892595 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/KeySegementTemplateTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/KeySegementTemplateTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Routing.Template; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/NavigationPropertyLinkSegmentTemplateTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/NavigationPropertyLinkSegmentTemplateTest.cs index 9522e5c13d..ea3580bbd9 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/NavigationPropertyLinkSegmentTemplateTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/NavigationPropertyLinkSegmentTemplateTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Routing.Template; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/NavigationPropertySegmentTemplateTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/NavigationPropertySegmentTemplateTest.cs index f1021f609a..eaf9d3f7e5 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/NavigationPropertySegmentTemplateTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/NavigationPropertySegmentTemplateTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Routing.Template; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/OperationSegmentTemplateTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/OperationSegmentTemplateTest.cs index 0341726915..d112b51d85 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/OperationSegmentTemplateTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/OperationSegmentTemplateTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Routing; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/PathTemplateSegmentTemplateTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/PathTemplateSegmentTemplateTest.cs index 95a800d239..6f1290339a 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/PathTemplateSegmentTemplateTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/PathTemplateSegmentTemplateTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Routing.Template; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/PropertySegmentTemplateTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/PropertySegmentTemplateTest.cs index 2e553391bb..5befb4ab70 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/PropertySegmentTemplateTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/PropertySegmentTemplateTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Routing.Template; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/SingletonSegmentTemplateTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/SingletonSegmentTemplateTest.cs index 482f483ec5..2195cfebf8 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/SingletonSegmentTemplateTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/SingletonSegmentTemplateTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Routing.Template; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/TypeSegmentTemplateTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/TypeSegmentTemplateTest.cs index e43dfa73ea..611337169e 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/TypeSegmentTemplateTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Routing/Template/TypeSegmentTemplateTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Routing.Template; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/SelectExpandNestedDollarCountTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/SelectExpandNestedDollarCountTest.cs index 35281c942a..5df9bd0f75 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/SelectExpandNestedDollarCountTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/SelectExpandNestedDollarCountTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/SelectExpandTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/SelectExpandTest.cs index 5379e75594..9b0b5fb10b 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/SelectExpandTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/SelectExpandTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/CustomersModelWithInheritance.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/CustomersModelWithInheritance.cs index fcd4566a32..a32100ccbf 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/CustomersModelWithInheritance.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/CustomersModelWithInheritance.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; using Microsoft.AspNet.OData.Formatter; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/DataSource.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/DataSource.cs index f994dbb5df..4bc20f0be8 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/DataSource.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/DataSource.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Test.Common.Models; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/EdmTestHelpers.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/EdmTestHelpers.cs index 8501ba0a4f..096ebe65d3 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/EdmTestHelpers.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/EdmTestHelpers.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/Attributed/Person.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/Attributed/Person.cs index a1e5e4ba7b..19c4c1e9d7 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/Attributed/Person.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/Attributed/Person.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Runtime.Serialization; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/POCO/Address.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/POCO/Address.cs index 3fa3e96411..cd8ebdf2c3 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/POCO/Address.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/POCO/Address.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Common.Models { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/POCO/Gender.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/POCO/Gender.cs index 140242c5da..87f7b4b2e4 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/POCO/Gender.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/POCO/Gender.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Common.Models { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/POCO/IActivity.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/POCO/IActivity.cs index b39650bfe7..3c6f508d80 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/POCO/IActivity.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/POCO/IActivity.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Common.Models { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/POCO/PhoneNumber.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/POCO/PhoneNumber.cs index 0bc45b07b7..1a846bfde5 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/POCO/PhoneNumber.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/POCO/PhoneNumber.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Common.Models { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/POCO/PhoneType.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/POCO/PhoneType.cs index 514f91f809..e394e18b7a 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/POCO/PhoneType.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/ComplexTypes/POCO/PhoneType.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Common.Models { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/EntityTypes/Attributed/Employee.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/EntityTypes/Attributed/Employee.cs index c11195b190..8e45a5877a 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/EntityTypes/Attributed/Employee.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/EntityTypes/Attributed/Employee.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.ComponentModel.DataAnnotations; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/EntityTypes/POCO/AddressEntity.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/EntityTypes/POCO/AddressEntity.cs index 9740938857..0c57726645 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/EntityTypes/POCO/AddressEntity.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/EntityTypes/POCO/AddressEntity.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Common.Models { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/EntityTypes/POCO/WorkItem.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/EntityTypes/POCO/WorkItem.cs index 785addcf47..81df1a4f21 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/EntityTypes/POCO/WorkItem.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/EntityTypes/POCO/WorkItem.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Common.Models { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/NonGenericEnumerable.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/NonGenericEnumerable.cs index 3f17a366b4..43c4ee583e 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/NonGenericEnumerable.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/NonGenericEnumerable.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/TestDataModels.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/TestDataModels.cs index eb97555762..f0b10207c8 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/TestDataModels.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/Models/TestDataModels.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Builder; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/ODataMediaTypeMapping.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/ODataMediaTypeMapping.cs index 44249e452f..f52b1cd304 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/ODataMediaTypeMapping.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/ODataMediaTypeMapping.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/ODataModelBuilderMocks.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/ODataModelBuilderMocks.cs index 8107847f3a..ce06c1911f 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/ODataModelBuilderMocks.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/ODataModelBuilderMocks.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if NETCORE using System; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/ReferenceDepthContext.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/ReferenceDepthContext.cs index a890c6b279..a2b3e59c99 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/ReferenceDepthContext.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/ReferenceDepthContext.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Common { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SimpleOpenAddress.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SimpleOpenAddress.cs index 690332a773..a9e1dc9259 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SimpleOpenAddress.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SimpleOpenAddress.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNet.OData.Builder; @@ -13,4 +17,4 @@ public class SimpleOpenAddress public IDictionary Properties { get; set; } public ODataInstanceAnnotationContainer InstanceAnnotations { get; set; } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SimpleOpenCustomer.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SimpleOpenCustomer.cs index d79a3fb9b8..8c666eadf2 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SimpleOpenCustomer.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SimpleOpenCustomer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.ComponentModel.DataAnnotations; @@ -18,4 +22,4 @@ public class SimpleOpenCustomer public IDictionary CustomerProperties { get; set; } public ODataInstanceAnnotationContainer InstanceAnnotations { get; set; } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SimpleOpenOrder.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SimpleOpenOrder.cs index c9d5a37568..9b29e6266f 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SimpleOpenOrder.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SimpleOpenOrder.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -18,4 +22,4 @@ public class SimpleOpenOrder public SimpleOpenAddress Address { get; set; } public IDictionary OrderProperties { get; set; } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SimpleOpenZipCode.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SimpleOpenZipCode.cs index 6e2c87bd3b..daf73676bb 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SimpleOpenZipCode.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SimpleOpenZipCode.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; @@ -10,4 +14,4 @@ public class SimpleOpenZipCode public int Code { get; set; } public IDictionary Properties { get; set; } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SimpleVipCustomer.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SimpleVipCustomer.cs index 3cd20977be..d8ddc63835 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SimpleVipCustomer.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SimpleVipCustomer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Common { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SupportedTypes.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SupportedTypes.cs index 34dfb3c6dd..9a6327d12c 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SupportedTypes.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/SupportedTypes.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Common { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/TestControllerBase.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/TestControllerBase.cs index a8fdc4e5a6..2c56593218 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/TestControllerBase.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/TestControllerBase.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Common { diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/TypeInitializer.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/TypeInitializer.cs index 9e599ef1ff..ff0b68c288 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/TypeInitializer.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/TypeInitializer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Test.Common.Models; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/UsefulBuilders.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/UsefulBuilders.cs index cbf24302b4..606d6dbab8 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/UsefulBuilders.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TestCommon/UsefulBuilders.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq.Expressions; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TypeHelperTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TypeHelperTest.cs index 2d16918ada..8427fed703 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TypeHelperTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/TypeHelperTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/UnicodeCharactersTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/UnicodeCharactersTest.cs index 0c755ac0f3..570661d534 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/UnicodeCharactersTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test.Shared/UnicodeCharactersTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ControllerDescriptorFactory.cs b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ControllerDescriptorFactory.cs index 2d063632a4..4b34b708af 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ControllerDescriptorFactory.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ControllerDescriptorFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/DependencyInjectionHelper.cs b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/DependencyInjectionHelper.cs index f28839a135..31b43bb2b3 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/DependencyInjectionHelper.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/DependencyInjectionHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Net.Http; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/FormatterTestHelper.cs b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/FormatterTestHelper.cs index fa79bdd361..0c494c65f2 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/FormatterTestHelper.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/FormatterTestHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.IO; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/HttpRouteCollectionExtensions.cs b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/HttpRouteCollectionExtensions.cs index d5fae50bff..200b8638c6 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/HttpRouteCollectionExtensions.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/HttpRouteCollectionExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Net.Http; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/MockContainer.cs b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/MockContainer.cs index c4661d21c6..e3e7b362ef 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/MockContainer.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/MockContainer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ODataConventionModelBuilderFactory.cs b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ODataConventionModelBuilderFactory.cs index 0627d73f91..42bb14745d 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ODataConventionModelBuilderFactory.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ODataConventionModelBuilderFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Web.Http; using Microsoft.AspNet.OData.Builder; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ODataDeserializerProviderFactory.cs b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ODataDeserializerProviderFactory.cs index eb768bd35c..73bdbb80d4 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ODataDeserializerProviderFactory.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ODataDeserializerProviderFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Formatter.Deserialization; using Microsoft.Extensions.DependencyInjection; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ODataSerializerContextFactory.cs b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ODataSerializerContextFactory.cs index 8d6d43172b..dc903a0f2e 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ODataSerializerContextFactory.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ODataSerializerContextFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using Microsoft.AspNet.OData.Formatter.Serialization; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ODataSerializerProviderFactory.cs b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ODataSerializerProviderFactory.cs index 926124a026..290a898982 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ODataSerializerProviderFactory.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ODataSerializerProviderFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Formatter.Serialization; using Microsoft.Extensions.DependencyInjection; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/RequestFactory.cs b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/RequestFactory.cs index affd45d0a6..8f1ca5cf61 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/RequestFactory.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/RequestFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using System.Web.Http; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ResourceSetContextFactory.cs b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ResourceSetContextFactory.cs index 7c534dc5e0..2cb39e9c99 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ResourceSetContextFactory.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ResourceSetContextFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using Microsoft.AspNet.OData; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ResponseFactory.cs b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ResponseFactory.cs index aa6eb7b491..36f4753d05 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ResponseFactory.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ResponseFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net; using System.Net.Http; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/RoutingConfigurationFactory.cs b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/RoutingConfigurationFactory.cs index eb874c0d5e..0e7e73999f 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/RoutingConfigurationFactory.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/RoutingConfigurationFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Web.Http; @@ -81,4 +85,4 @@ internal static HttpConfiguration CreateWithRootContainerAndTypes(string routeNa return configuration; } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ServerFactory.cs b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ServerFactory.cs index d7c0d64da3..5575b6a9bd 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ServerFactory.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/ServerFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/TestAssemblyResolver.cs b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/TestAssemblyResolver.cs index a74479dabf..2147d90be5 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/TestAssemblyResolver.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/TestAssemblyResolver.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/TestNonODataController.cs b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/TestNonODataController.cs index c9308ec3fc..b2da772fc5 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/TestNonODataController.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/TestNonODataController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Web.Http; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/TestODataController.cs b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/TestODataController.cs index ce49a73872..dd2439af4e 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/TestODataController.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/TestODataController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/WebApiAssembliesResolverFactory.cs b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/WebApiAssembliesResolverFactory.cs index dca16d0cea..c732e961cf 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/WebApiAssembliesResolverFactory.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test/Abstraction/WebApiAssembliesResolverFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Reflection; using System.Web.Http.Dispatcher; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test/Extensions/HttpRequestExtensions.cs b/test/UnitTest/Microsoft.AspNet.OData.Test/Extensions/HttpRequestExtensions.cs index 71b86d184a..4e522284a8 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test/Extensions/HttpRequestExtensions.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test/Extensions/HttpRequestExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using Microsoft.AspNet.OData.Extensions; diff --git a/test/UnitTest/Microsoft.AspNet.OData.Test/PublicApi/PublicApiTest.cs b/test/UnitTest/Microsoft.AspNet.OData.Test/PublicApi/PublicApiTest.cs index fe451ac79f..619f7187dd 100644 --- a/test/UnitTest/Microsoft.AspNet.OData.Test/PublicApi/PublicApiTest.cs +++ b/test/UnitTest/Microsoft.AspNet.OData.Test/PublicApi/PublicApiTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.PublicApi { diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ControllerDescriptorFactory.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ControllerDescriptorFactory.cs index 639b3ddeb5..92b5409405 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ControllerDescriptorFactory.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ControllerDescriptorFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/Endpoint/EndpointRouteBuilderFactory.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/Endpoint/EndpointRouteBuilderFactory.cs index 99dd02fe1d..617d1cf3a6 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/Endpoint/EndpointRouteBuilderFactory.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/Endpoint/EndpointRouteBuilderFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCOREAPP2_0 using System; @@ -65,4 +69,4 @@ public static IEndpointRouteBuilder Create(string routeName, Action +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCOREAPP2_0 using System; @@ -29,4 +33,4 @@ public MockEndpointRouteBuilder(IApplicationBuilder applicationBuilder) public IServiceProvider ServiceProvider => ApplicationBuilder.ApplicationServices; } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/FormatterTestHelper.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/FormatterTestHelper.cs index e1bf445577..d0b87c98b1 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/FormatterTestHelper.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/FormatterTestHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.IO; diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/HttpRouteCollectionExtensions.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/HttpRouteCollectionExtensions.cs index 319ed047f7..7c031bcc18 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/HttpRouteCollectionExtensions.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/HttpRouteCollectionExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.Abstraction { diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/MockContainer.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/MockContainer.cs index 05f24da8f3..e7f26d822d 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/MockContainer.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/MockContainer.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ODataActionSelectorTestHelper.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ODataActionSelectorTestHelper.cs index 942e655225..c0fc6a0760 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ODataActionSelectorTestHelper.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ODataActionSelectorTestHelper.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using System.Reflection; diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ODataConventionModelBuilderFactory.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ODataConventionModelBuilderFactory.cs index d7ff31e665..40fb5fb345 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ODataConventionModelBuilderFactory.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ODataConventionModelBuilderFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Diagnostics; diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ODataDeserializerProviderFactory.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ODataDeserializerProviderFactory.cs index eb768bd35c..73bdbb80d4 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ODataDeserializerProviderFactory.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ODataDeserializerProviderFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Formatter.Deserialization; using Microsoft.Extensions.DependencyInjection; diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ODataSerializerContextFactory.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ODataSerializerContextFactory.cs index 29ffab054c..ca74c4227c 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ODataSerializerContextFactory.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ODataSerializerContextFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Formatter.Serialization; using Microsoft.AspNet.OData.Routing; diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ODataSerializerProviderFactory.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ODataSerializerProviderFactory.cs index 926124a026..290a898982 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ODataSerializerProviderFactory.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ODataSerializerProviderFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Formatter.Serialization; using Microsoft.Extensions.DependencyInjection; diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/RequestFactory.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/RequestFactory.cs index b2d35e075a..9b61db05ad 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/RequestFactory.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/RequestFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Linq; diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ResourceSetContextFactory.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ResourceSetContextFactory.cs index 38a186643e..3f673850c9 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ResourceSetContextFactory.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ResourceSetContextFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData; using Microsoft.AspNetCore.Http; diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ResponseFactory.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ResponseFactory.cs index 15d4fcb9c3..0fe2ffc224 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ResponseFactory.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ResponseFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.IO; using System.Net; diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/RoutingConfigurationFactory.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/RoutingConfigurationFactory.cs index c05e31f981..8fcfba8dc9 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/RoutingConfigurationFactory.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/RoutingConfigurationFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; @@ -231,4 +235,4 @@ public Task RouteAsync(RouteContext context) return Task.CompletedTask; } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ServerFactory.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ServerFactory.cs index 4f75faf0e4..839665b6d3 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ServerFactory.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/ServerFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/TestActionDescriptorCollectionProvider.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/TestActionDescriptorCollectionProvider.cs index 496c0336fe..195787d71a 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/TestActionDescriptorCollectionProvider.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/TestActionDescriptorCollectionProvider.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Collections.Generic; using Microsoft.AspNetCore.Mvc.Abstractions; diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/TestNonODataController.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/TestNonODataController.cs index c2f77c8c2d..fed7f41895 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/TestNonODataController.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/TestNonODataController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNetCore.Mvc; diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/TestODataController.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/TestODataController.cs index 9dda290f29..efc4956179 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/TestODataController.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/TestODataController.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic; diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/WebApiAssembliesResolverFactory.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/WebApiAssembliesResolverFactory.cs index 7275cccf06..2692d690e3 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/WebApiAssembliesResolverFactory.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Abstraction/WebApiAssembliesResolverFactory.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Adapters; using Microsoft.AspNet.OData.Interfaces; diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Batch/ODataBatchHttpRequestMessageExtensionsTest.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Batch/ODataBatchHttpRequestMessageExtensionsTest.cs index 11cee4750e..2eef478347 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Batch/ODataBatchHttpRequestMessageExtensionsTest.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Batch/ODataBatchHttpRequestMessageExtensionsTest.cs @@ -1,4 +1,11 @@ -using System; +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ + +using System; using System.Linq; using System.Net; using System.Net.Http; diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Batch/ODataBatchPathMappingTest.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Batch/ODataBatchPathMappingTest.cs index b43e66c766..b4e8fe13af 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Batch/ODataBatchPathMappingTest.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Batch/ODataBatchPathMappingTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net.Http; using Microsoft.AspNet.OData.Batch; diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/ActionDescriptorExtensionsTest.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/ActionDescriptorExtensionsTest.cs index 27f4a57406..903d8e8f9f 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/ActionDescriptorExtensionsTest.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/ActionDescriptorExtensionsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Threading.Tasks; diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/Endpoint/ODataEndpointLinkGeneratorTests.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/Endpoint/ODataEndpointLinkGeneratorTests.cs index 0167f5ae62..b730aa7d12 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/Endpoint/ODataEndpointLinkGeneratorTests.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/Endpoint/ODataEndpointLinkGeneratorTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCOREAPP2_0 using System; @@ -183,4 +187,4 @@ public void BindPrefixTemplateWithGuidParameterWorksAsExpected(string prefix, st } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/Endpoint/ODataEndpointPatternTests.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/Endpoint/ODataEndpointPatternTests.cs index 709e1611c5..8f188def51 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/Endpoint/ODataEndpointPatternTests.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/Endpoint/ODataEndpointPatternTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCOREAPP2_0 using System; @@ -57,4 +61,4 @@ public void GetODataRouteInfoWorksAsExpected(string routeKey, string routeValue, } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/Endpoint/ODataEndpointRouteValueTransformerTests.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/Endpoint/ODataEndpointRouteValueTransformerTests.cs index f5e8d66767..6a2cec0ea4 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/Endpoint/ODataEndpointRouteValueTransformerTests.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/Endpoint/ODataEndpointRouteValueTransformerTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCOREAPP2_0 using System; @@ -223,4 +227,4 @@ public ActionDescriptor SelectBestCandidate(RouteContext context, IReadOnlyList< } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/Endpoint/ODataEndpointSelectorPolicyTests.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/Endpoint/ODataEndpointSelectorPolicyTests.cs index c2abba015f..aed364310f 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/Endpoint/ODataEndpointSelectorPolicyTests.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/Endpoint/ODataEndpointSelectorPolicyTests.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ #if !NETCOREAPP2_0 using System; @@ -139,4 +143,4 @@ private static CandidateSet CreateCandidateSet(object metadata = null) } } } -#endif \ No newline at end of file +#endif diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/HttpRequestExtensions.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/HttpRequestExtensions.cs index 477c35f255..7c2a8a8cd1 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/HttpRequestExtensions.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/HttpRequestExtensions.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System.Net; using Microsoft.AspNet.OData.Extensions; diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/HttpRequestExtensionsTest.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/HttpRequestExtensionsTest.cs index 2d321141e0..805557ace6 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/HttpRequestExtensionsTest.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/HttpRequestExtensionsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Extensions; using Microsoft.AspNet.OData.Test.Abstraction; @@ -83,4 +87,4 @@ public void GetNextPageLink_UsesCorrectPortWhenSpecified(string requestUri, int Assert.Equal(nextPageUri, nextPageLink.AbsoluteUri); } } -} \ No newline at end of file +} diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/ODataApplicationBuilderExtensionsTest.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/ODataApplicationBuilderExtensionsTest.cs index 08aa18e4b3..3a43cd73d9 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/ODataApplicationBuilderExtensionsTest.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/ODataApplicationBuilderExtensionsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using Microsoft.AspNet.OData.Common; diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/ODataConfigurationExtensionsTest.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/ODataConfigurationExtensionsTest.cs index 5e716dadf3..9967ad4d81 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/ODataConfigurationExtensionsTest.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Extensions/ODataConfigurationExtensionsTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using Microsoft.AspNet.OData.Extensions; using Microsoft.Extensions.DependencyInjection; diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/PublicApi/PublicApiTest.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/PublicApi/PublicApiTest.cs index 0633ac43b6..2fa0aaa5f1 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/PublicApi/PublicApiTest.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/PublicApi/PublicApiTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ namespace Microsoft.AspNet.OData.Test.PublicApi { diff --git a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Routing/ODataActionSelectorTest.cs b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Routing/ODataActionSelectorTest.cs index b0ad2874c3..05831409d5 100644 --- a/test/UnitTest/Microsoft.AspNetCore.OData.Test/Routing/ODataActionSelectorTest.cs +++ b/test/UnitTest/Microsoft.AspNetCore.OData.Test/Routing/ODataActionSelectorTest.cs @@ -1,5 +1,9 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. +//----------------------------------------------------------------------------- +// +// Copyright (c) .NET Foundation and Contributors. All rights reserved. +// See License.txt in the project root for license information. +// +//------------------------------------------------------------------------------ using System; using System.Collections.Generic;