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,4 +1,7 @@
using System.Buffers;
// Copyright (c) The Geekeey Authors
// SPDX-License-Identifier: EUPL-1.2
using System.Buffers;
using System.Text;
namespace Geekeey.Extensions.Process;