From 8e3c70a2dfdbc7d45725070d93ba3dc56dc014e2 Mon Sep 17 00:00:00 2001 From: mabrouk Date: Sun, 11 Aug 2024 18:24:51 +0200 Subject: [PATCH] CODE RUB: Clean up --- FlexiMail.Infrastructure.Build/Program.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/FlexiMail.Infrastructure.Build/Program.cs b/FlexiMail.Infrastructure.Build/Program.cs index 9c82797..9cab260 100644 --- a/FlexiMail.Infrastructure.Build/Program.cs +++ b/FlexiMail.Infrastructure.Build/Program.cs @@ -1,4 +1,9 @@ -using System.Collections.Generic; +//--------------------------------------- +// Copyright (c) 2024 Mabrouk Mahdhi. +// Made with love for the .NET Community +//--------------------------------------- + +using System.Collections.Generic; using System.IO; using ADotNet.Clients; using ADotNet.Models.Pipelines.GithubPipelines.DotNets;