chore: add copyright header
All checks were successful
default / dotnet default workflow (8.0) (push) Successful in 47s

This commit is contained in:
Louis Seubert 2024-05-10 21:49:43 +02:00
parent 9fb5ab2d38
commit d3bd04fe39
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
48 changed files with 153 additions and 9 deletions

View file

@ -1,3 +1,6 @@
// Copyright (c) The Geekeey Authors
// SPDX-License-Identifier: EUPL-1.2
using System.Reflection;
namespace Geekeey.Extensions.Process.Tests;