diff --git a/UsefulTime.Api/Models/VideoMetadatas/Exceptions/FailedVideoMetadataStorageException.cs b/UsefulTime.Api/Models/VideoMetadatas/Exceptions/FailedVideoMetadataStorageException.cs index 941de3e..e5f00fc 100644 --- a/UsefulTime.Api/Models/VideoMetadatas/Exceptions/FailedVideoMetadataStorageException.cs +++ b/UsefulTime.Api/Models/VideoMetadatas/Exceptions/FailedVideoMetadataStorageException.cs @@ -11,7 +11,5 @@ public class FailedVideoMetadataStorageException:Xeption public FailedVideoMetadataStorageException(string message,Exception innerException) :base(message,innerException) { } - - } } diff --git a/UsefulTime.Api/Models/VideoMetadatas/Exceptions/VideoMetadataDependencyValidationException.cs b/UsefulTime.Api/Models/VideoMetadatas/Exceptions/VideoMetadataDependencyValidationException.cs index 10e2876..a184633 100644 --- a/UsefulTime.Api/Models/VideoMetadatas/Exceptions/VideoMetadataDependencyValidationException.cs +++ b/UsefulTime.Api/Models/VideoMetadatas/Exceptions/VideoMetadataDependencyValidationException.cs @@ -1,4 +1,8 @@ -using Xeptions; +//================================================= +//Copyright (c) Coalition of Good-Hearted Engineers +//Free To Use To Find Comfort and Pease +//================================================= +using Xeptions; namespace UsefulTime.Api.Models.VideoMetadatas.Exceptions {