Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Portions of this file are derived from azure-functions-dotnet-worker
// Source:
// https://github.com/Azure/azure-functions-dotnet-worker/blob/main/src/DotNetWorker.Core/Context/Features/IInvocationFeatures.cs
// https://github.com/Azure/azure-functions-dotnet-worker/blob/2.51.0/src/DotNetWorker.Core/Context/Features/IInvocationFeatures.cs
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License
// See THIRD-PARTY-LICENSES.txt file in the project root or visit
Expand Down
4 changes: 2 additions & 2 deletions src/AwsLambda.Host.Abstractions/Features/IFeatureProvider.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Portions of this file are derived from azure-functions-dotnet-worker
// Source:
// https://github.com/Azure/azure-functions-dotnet-worker/blob/main/src/DotNetWorker.Core/Context/Features/IInvocationFeatureProvider.cs
// Copyright (c) .NET Foundation
// https://github.com/Azure/azure-functions-dotnet-worker/blob/2.51.0/src/DotNetWorker.Core/Context/Features/IInvocationFeatureProvider.cs
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License
// See THIRD-PARTY-LICENSES.txt file in the project root or visit
// https://github.com/Azure/azure-functions-dotnet-worker/blob/2.51.0/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/AwsLambda.Host/Builder/LambdaApplicationBuilder.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Portions of this file are derived from aspnetcore
// Source:
// https://github.com/dotnet/aspnetcore/blob/v10.0.0/src/DefaultBuilder/src/WebApplicationBuilder.cs
// Copyright (c) .NET Foundation
// Copyright (c) .NET Foundation and Contributors
// Licensed under the MIT License
// See THIRD-PARTY-LICENSES.txt file in the project root or visit
// https://github.com/dotnet/aspnetcore/blob/v10.0.0/LICENSE.txt
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Portions of this file are derived from aspnetcore
// Source:
// https://github.com/dotnet/aspnetcore/blob/v10.0.0/src/Http/Http/src/HttpContextAccessor.cs
// Copyright (c) .NET Foundation
// Copyright (c) .NET Foundation and Contributors
// Licensed under the MIT License
// See THIRD-PARTY-LICENSES.txt file in the project root or visit
// https://github.com/dotnet/aspnetcore/blob/v10.0.0/LICENSE.txt
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Portions of this file are derived from dotnet
// Source:
// https://github.com/dotnet/dotnet/blob/v10.0.100/src/runtime/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs
// Copyright (c) .NET Foundation
// Copyright (c) .NET Foundation and Contributors
// Licensed under the MIT License
// See THIRD-PARTY-LICENSES.txt file in the project root or visit
// https://github.com/dotnet/dotnet/blob/v10.0.100/LICENSE.TXT
Expand Down
Loading