Skip to content

Commit 0a5c431

Browse files
committed
Add a missing file header
1 parent 29f36c1 commit 0a5c431

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

backend/src/Notifo.Domain.Integrations.Abstractions/ValidationPatterns.cs

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
namespace Notifo.Domain.Integrations;
1+
// ==========================================================================
2+
// Notifo.io
3+
// ==========================================================================
4+
// Copyright (c) Sebastian Stehle
5+
// All rights reserved. Licensed under the MIT license.
6+
// ==========================================================================
7+
8+
namespace Notifo.Domain.Integrations;
29

310
public static class ValidationPatterns
411
{

0 commit comments

Comments
 (0)