Skip to content

Commit d096b21

Browse files
authored
Update copyright to be eBPF for Windows contributors (microsoft#3508)
* Update copyright to be eBPF for Windows contributors Fixes microsoft#3507 Signed-off-by: Dave Thaler <[email protected]> * Undo gratuitous formatting changes in expected files --------- Signed-off-by: Dave Thaler <[email protected]>
1 parent 2d27ca9 commit d096b21

File tree

712 files changed

+3777
-3774
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

712 files changed

+3777
-3774
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33

44
name: 🐛 Bug report

.github/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33

44
codecov:

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33
#
44
# For documentation on the format of this file, see

.github/workflows/cicd-release-validation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33

44
# This is the top-level workflow that runs on release branches.

.github/workflows/cicd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33

44
# This is the top-level workflow that runs on each pull request and push to main.

.github/workflows/dependency-review.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33

44
# Dependency Review Action

.github/workflows/netperf.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33

44
# This is a workflow which runs the performance tests with profiling enabled.
@@ -57,4 +57,4 @@ jobs:
5757
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
5858
with:
5959
name: Test-Logs-netperf_lab_2022_x64
60-
path: netperf/ebpf_lab_2022_x64/ebpf.csv
60+
path: netperf/ebpf_lab_2022_x64/ebpf.csv

.github/workflows/nuget_update.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33

44
# This workflow updates NuGet packages and creates a pull request with the changes.

.github/workflows/ossar-scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33

44
# This workflow executes the OSSAR action.

.github/workflows/perf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33

44
# This is a workflow which runs the performance tests with profiling enabled.

.github/workflows/release-scheduler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33

44
# This workflow is triggered on the first day of every month, and creates an issue for releasing eBPF for Windows.

.github/workflows/reusable-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33

44
# This workflow performs a build of the project and uploads the result as a build artifact.

.github/workflows/reusable-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33

44
# This workflow executes a single test, optionally gathering code coverage and logs.

.github/workflows/scorecards-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33

44
name: Scorecards

.github/workflows/update-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33

44
# This action will run doxygen to update the documentation at https://microsoft.github.io/ebpf-for-windows/

.github/workflows/upload-perf-results.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33

44
# This workflow executes a single test, optionally gathering code coverage and logs.

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33

44
repos:

Analyze.default.ruleset

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
Copyright (c) Microsoft Corporation
3+
Copyright (c) eBPF for Windows contributors
44
SPDX-License-Identifier: MIT
55
-->
66
<RuleSet Name="Copy of Microsoft Native Recommended Rules" Description="These rules focus on the most critical and common problems in your native code, including potential security holes and application crashes. You should include this rule set in any custom rule set you create for your native projects. This ruleset is designed to work with Visual Studio Professional edition and higher." ToolsVersion="16.0">

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
Copyright (c) Microsoft Corporation
3+
Copyright (c) eBPF for Windows contributors
44
SPDX-License-Identifier: MIT
55
-->
66
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" TreatAsLocalProperty="Platform">

LICENSE.rtf

10 Bytes
Binary file not shown.

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) Microsoft Corporation
3+
Copyright (c) eBPF for Windows contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

cmake/codesign.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33

44
function(codeSign target_name)

cmake/codesign_helper.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33

44
find_program(signtool_path "SignTool")

cmake/git_commit.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33

44
find_program(git_path "git")

cmake/midl_compiler_finder.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33

44
function(locateMidlCompiler)

cmake/options.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33

44
option(EBPFFORWINDOWS_ENABLE_TESTS "Set to true to enable tests" true)

cmake/process_bpf_source_file.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33

44
set (output_dir ${CMAKE_BINARY_DIR}/x64/$<$<CONFIG:Debug>:Debug>$<$<CONFIG:Release>:Release>)

cmake/settings.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Microsoft Corporation
1+
# Copyright (c) eBPF for Windows contributors
22
# SPDX-License-Identifier: MIT
33

44
set (output_dir PUBLIC ${CMAKE_BINARY_DIR}/x64/$<$<CONFIG:Debug>:Debug>$<$<CONFIG:Release>:Release>)

docs/DevelopmentGuide.md

+1-1

ebpfapi/Source.def

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;
2-
; Copyright (c) Microsoft Corporation
2+
; Copyright (c) eBPF for Windows contributors
33
; SPDX-License-Identifier: MIT
44
;
55

ebpfapi/dllmain.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation
1+
// Copyright (c) eBPF for Windows contributors
22
// SPDX-License-Identifier: MIT
33

44
/**

ebpfapi/ebpfapi.vcxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
Copyright (c) Microsoft Corporation
3+
Copyright (c) eBPF for Windows contributors
44
SPDX-License-Identifier: MIT
55
-->
66
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
@@ -270,4 +270,4 @@
270270
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
271271
<ImportGroup Label="ExtensionTargets">
272272
</ImportGroup>
273-
</Project>
273+
</Project>

ebpfapi/ebpfapi.vcxproj.filters

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
Copyright (c) Microsoft Corporation
3+
Copyright (c) eBPF for Windows contributors
44
SPDX-License-Identifier: MIT
55
-->
66
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
@@ -44,4 +44,4 @@
4444
<Filter>Resource Files</Filter>
4545
</ResourceCompile>
4646
</ItemGroup>
47-
</Project>
47+
</Project>

ebpfapi/resource.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation
1+
// Copyright (c) eBPF for Windows contributors
22
// SPDX-License-Identifier: MIT
33

44
#define EBPF_FILE_DESCRIPTION "eBPF For Windows User API"

ebpfapi/rpc_client.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation
1+
// Copyright (c) eBPF for Windows contributors
22
// SPDX-License-Identifier: MIT
33

44
#include "ebpf_api.h"

ebpfcore/EbpfCore.inf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;
2-
; Copyright (c) Microsoft Corporation
2+
; Copyright (c) eBPF for Windows contributors
33
; SPDX-License-Identifier: MIT
44
;
55

ebpfcore/EbpfCore.vcxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
Copyright (c) Microsoft Corporation
3+
Copyright (c) eBPF for Windows contributors
44
SPDX-License-Identifier: MIT
55
-->
66
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
@@ -239,4 +239,4 @@
239239
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
240240
<ImportGroup Label="ExtensionTargets">
241241
</ImportGroup>
242-
</Project>
242+
</Project>

ebpfcore/EbpfCore.vcxproj.filters

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
Copyright (c) Microsoft Corporation
3+
Copyright (c) eBPF for Windows contributors
44
SPDX-License-Identifier: MIT
55
-->
66
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
@@ -42,4 +42,4 @@
4242
<Filter>Resource Files</Filter>
4343
</ResourceCompile>
4444
</ItemGroup>
45-
</Project>
45+
</Project>

ebpfcore/ebpf_drv.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation
1+
// Copyright (c) eBPF for Windows contributors
22
// SPDX-License-Identifier: MIT
33

44
/**
@@ -450,4 +450,4 @@ _ebpf_driver_query_volume_information(_In_ WDFDEVICE device, _Inout_ IRP* irp)
450450
irp->IoStatus.Status = status;
451451
IoCompleteRequest(irp, 0);
452452
return status;
453-
}
453+
}

ebpfcore/resource.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation
1+
// Copyright (c) eBPF for Windows contributors
22
// SPDX-License-Identifier: MIT
33

44
#define EBPF_FILE_DESCRIPTION "eBPF For Windows Execution Context"

ebpfcore/usersim/EbpfCore_Usersim.vcxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
Copyright (c) Microsoft Corporation
3+
Copyright (c) eBPF for Windows contributors
44
SPDX-License-Identifier: MIT
55
-->
66
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
@@ -301,4 +301,4 @@
301301
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
302302
<ImportGroup Label="ExtensionTargets">
303303
</ImportGroup>
304-
</Project>
304+
</Project>

ebpfcore/usersim/EbpfCore_Usersim.vcxproj.filters

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
Copyright (c) Microsoft Corporation
3+
Copyright (c) eBPF for Windows contributors
44
SPDX-License-Identifier: MIT
55
-->
66
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
@@ -40,4 +40,4 @@
4040
<Filter>Resource Files</Filter>
4141
</ResourceCompile>
4242
</ItemGroup>
43-
</Project>
43+
</Project>

ebpfcore/usersim/ntddk.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation
1+
// Copyright (c) eBPF for Windows contributors
22
// SPDX-License-Identifier: MIT
33

44
// The system headers generate lots of warnings, so disable those around the ntddk.h inclusion.

ebpfcore/usersim/resource.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation
1+
// Copyright (c) eBPF for Windows contributors
22
// SPDX-License-Identifier: MIT
33

44
#define EBPF_FILE_DESCRIPTION "eBPF For Windows Execution Context"

ebpfsvc/eBPFSvc.vcxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
Copyright (c) Microsoft Corporation
3+
Copyright (c) eBPF for Windows contributors
44
SPDX-License-Identifier: MIT
55
-->
66
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
@@ -189,4 +189,4 @@
189189
<ResourceCompile Include="..\resource\ebpf_resource.rc" />
190190
</ItemGroup>
191191
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
192-
</Project>
192+
</Project>

ebpfsvc/eBPFSvc.vcxproj.filters

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
Copyright (c) Microsoft Corporation
3+
Copyright (c) eBPF for Windows contributors
44
SPDX-License-Identifier: MIT
55
-->
66
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
@@ -48,4 +48,4 @@
4848
<Filter>Resource Files</Filter>
4949
</ResourceCompile>
5050
</ItemGroup>
51-
</Project>
51+
</Project>

ebpfsvc/resource.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation
1+
// Copyright (c) eBPF for Windows contributors
22
// SPDX-License-Identifier: MIT
33

44
#define EBPF_FILE_DESCRIPTION "eBPF For Windows Service"

ebpfsvc/rpc_api.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation
1+
// Copyright (c) eBPF for Windows contributors
22
// SPDX-License-Identifier: MIT
33

44
#include "api_service.h"

ebpfsvc/rpc_util.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation
1+
// Copyright (c) eBPF for Windows contributors
22
// SPDX-License-Identifier: MIT
33

44
#include "svc_common.h"

0 commit comments

Comments
 (0)