diff --git a/DML.Client/DMLClient.cs b/DML.Client/DMLClient.cs index 07060f0..7d82fa4 100644 --- a/DML.Client/DMLClient.cs +++ b/DML.Client/DMLClient.cs @@ -1,4 +1,19 @@ -using System.Threading.Tasks; +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2017-2019 - All Rights Reserved + * + * This file is part of "DML.Client". + * The official repository is hosted at https://github.com/Serraniel/DiscordMediaLoader + * + * "DML.Client" is licensed under Apache 2.0. + * Full license is included in the project repository. + * + * Users who edited DMLClient.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +using System.Threading.Tasks; using Discord; using Discord.WebSocket; diff --git a/Discord Media Loader.Application/Classes/Core.cs b/Discord Media Loader.Application/Classes/Core.cs index b2870a9..5939f81 100644 --- a/Discord Media Loader.Application/Classes/Core.cs +++ b/Discord Media Loader.Application/Classes/Core.cs @@ -1,4 +1,19 @@ -using Discord; +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2017-2019 - All Rights Reserved + * + * This file is part of "DML.Application". + * The official repository is hosted at https://github.com/Serraniel/DiscordMediaLoader + * + * "DML.Application" is licensed under Apache 2.0. + * Full license is included in the project repository. + * + * Users who edited Core.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +using Discord; using Discord.Net; using Discord.WebSocket; using DML.AppCore.Classes; diff --git a/Discord Media Loader.Application/Classes/Job.cs b/Discord Media Loader.Application/Classes/Job.cs index 0f9927a..5ed93d5 100644 --- a/Discord Media Loader.Application/Classes/Job.cs +++ b/Discord Media Loader.Application/Classes/Job.cs @@ -1,4 +1,19 @@ -using System; +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2017-2019 - All Rights Reserved + * + * This file is part of "DML.Application". + * The official repository is hosted at https://github.com/Serraniel/DiscordMediaLoader + * + * "DML.Application" is licensed under Apache 2.0. + * Full license is included in the project repository. + * + * Users who edited Job.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/Discord Media Loader.Application/Classes/JobScheduler.cs b/Discord Media Loader.Application/Classes/JobScheduler.cs index ef47d62..6d8b97f 100644 --- a/Discord Media Loader.Application/Classes/JobScheduler.cs +++ b/Discord Media Loader.Application/Classes/JobScheduler.cs @@ -1,4 +1,19 @@ -using System; +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2017-2019 - All Rights Reserved + * + * This file is part of "DML.Application". + * The official repository is hosted at https://github.com/Serraniel/DiscordMediaLoader + * + * "DML.Application" is licensed under Apache 2.0. + * Full license is included in the project repository. + * + * Users who edited JobScheduler.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading.Tasks; diff --git a/Discord Media Loader.Application/Classes/MediaData.cs b/Discord Media Loader.Application/Classes/MediaData.cs index 02093fc..04dfdfc 100644 --- a/Discord Media Loader.Application/Classes/MediaData.cs +++ b/Discord Media Loader.Application/Classes/MediaData.cs @@ -1,4 +1,19 @@ -using System; +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2017-2019 - All Rights Reserved + * + * This file is part of "DML.Application". + * The official repository is hosted at https://github.com/Serraniel/DiscordMediaLoader + * + * "DML.Application" is licensed under Apache 2.0. + * Full license is included in the project repository. + * + * Users who edited MediaData.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +using System; using System.IO; using System.Linq; using System.Net; diff --git a/Discord Media Loader.Application/Classes/RPC/DiscordRpc.cs b/Discord Media Loader.Application/Classes/RPC/DiscordRpc.cs index cb50f76..6328597 100644 --- a/Discord Media Loader.Application/Classes/RPC/DiscordRpc.cs +++ b/Discord Media Loader.Application/Classes/RPC/DiscordRpc.cs @@ -1,4 +1,19 @@ -using System.Runtime.InteropServices; +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2017-2019 - All Rights Reserved + * + * This file is part of "DML.Application". + * The official repository is hosted at https://github.com/Serraniel/DiscordMediaLoader + * + * "DML.Application" is licensed under Apache 2.0. + * Full license is included in the project repository. + * + * Users who edited DiscordRpc.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +using System.Runtime.InteropServices; namespace DML.Application.Classes.RPC { diff --git a/Discord Media Loader.Application/Classes/RPC/DiscordRpcHelper.cs b/Discord Media Loader.Application/Classes/RPC/DiscordRpcHelper.cs index de80a83..2c35518 100644 --- a/Discord Media Loader.Application/Classes/RPC/DiscordRpcHelper.cs +++ b/Discord Media Loader.Application/Classes/RPC/DiscordRpcHelper.cs @@ -1,4 +1,19 @@ -using System; +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2017-2019 - All Rights Reserved + * + * This file is part of "DML.Application". + * The official repository is hosted at https://github.com/Serraniel/DiscordMediaLoader + * + * "DML.Application" is licensed under Apache 2.0. + * Full license is included in the project repository. + * + * Users who edited DiscordRpcHelper.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/Discord Media Loader.Application/Classes/RPC/RpcWrapper.cs b/Discord Media Loader.Application/Classes/RPC/RpcWrapper.cs index 63f027a..8da09b3 100644 --- a/Discord Media Loader.Application/Classes/RPC/RpcWrapper.cs +++ b/Discord Media Loader.Application/Classes/RPC/RpcWrapper.cs @@ -1,4 +1,19 @@ -using System; +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2017-2019 - All Rights Reserved + * + * This file is part of "DML.Application". + * The official repository is hosted at https://github.com/Serraniel/DiscordMediaLoader + * + * "DML.Application" is licensed under Apache 2.0. + * Full license is included in the project repository. + * + * Users who edited RpcWrapper.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/Discord Media Loader.Application/Classes/Settings.cs b/Discord Media Loader.Application/Classes/Settings.cs index 309df4f..6398a8f 100644 --- a/Discord Media Loader.Application/Classes/Settings.cs +++ b/Discord Media Loader.Application/Classes/Settings.cs @@ -1,4 +1,19 @@ -using SweetLib.Utils.Logger; +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2017-2019 - All Rights Reserved + * + * This file is part of "DML.Application". + * The official repository is hosted at https://github.com/Serraniel/DiscordMediaLoader + * + * "DML.Application" is licensed under Apache 2.0. + * Full license is included in the project repository. + * + * Users who edited Settings.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +using SweetLib.Utils.Logger; namespace DML.Application.Classes { diff --git a/Discord Media Loader.Application/Dialogs/LoginDialog.Designer.cs b/Discord Media Loader.Application/Dialogs/LoginDialog.Designer.cs index 2c13385..f5514d4 100644 --- a/Discord Media Loader.Application/Dialogs/LoginDialog.Designer.cs +++ b/Discord Media Loader.Application/Dialogs/LoginDialog.Designer.cs @@ -1,4 +1,19 @@ -namespace DML.Application.Dialogs +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2017-2019 - All Rights Reserved + * + * This file is part of "DML.Application". + * The official repository is hosted at https://github.com/Serraniel/DiscordMediaLoader + * + * "DML.Application" is licensed under Apache 2.0. + * Full license is included in the project repository. + * + * Users who edited LoginDialog.Designer.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +namespace DML.Application.Dialogs { partial class LoginDialog { diff --git a/Discord Media Loader.Application/Dialogs/LoginDialog.cs b/Discord Media Loader.Application/Dialogs/LoginDialog.cs index a995bb1..51ef097 100644 --- a/Discord Media Loader.Application/Dialogs/LoginDialog.cs +++ b/Discord Media Loader.Application/Dialogs/LoginDialog.cs @@ -1,4 +1,19 @@ -using System; +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2017-2019 - All Rights Reserved + * + * This file is part of "DML.Application". + * The official repository is hosted at https://github.com/Serraniel/DiscordMediaLoader + * + * "DML.Application" is licensed under Apache 2.0. + * Full license is included in the project repository. + * + * Users who edited LoginDialog.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +using System; using System.Windows.Forms; using DML.Application.Classes; using static SweetLib.Utils.Logger.Logger; diff --git a/Discord Media Loader.Application/FrmInternalSplash.Designer.cs b/Discord Media Loader.Application/FrmInternalSplash.Designer.cs index 23e8d02..0737b77 100644 --- a/Discord Media Loader.Application/FrmInternalSplash.Designer.cs +++ b/Discord Media Loader.Application/FrmInternalSplash.Designer.cs @@ -1,4 +1,19 @@ -namespace DML.Application +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2017-2019 - All Rights Reserved + * + * This file is part of "DML.Application". + * The official repository is hosted at https://github.com/Serraniel/DiscordMediaLoader + * + * "DML.Application" is licensed under Apache 2.0. + * Full license is included in the project repository. + * + * Users who edited FrmInternalSplash.Designer.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +namespace DML.Application { partial class FrmInternalSplash { diff --git a/Discord Media Loader.Application/FrmInternalSplash.cs b/Discord Media Loader.Application/FrmInternalSplash.cs index 22bcad6..eb307ea 100644 --- a/Discord Media Loader.Application/FrmInternalSplash.cs +++ b/Discord Media Loader.Application/FrmInternalSplash.cs @@ -1,4 +1,19 @@ -using System.Windows.Forms; +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2017-2019 - All Rights Reserved + * + * This file is part of "DML.Application". + * The official repository is hosted at https://github.com/Serraniel/DiscordMediaLoader + * + * "DML.Application" is licensed under Apache 2.0. + * Full license is included in the project repository. + * + * Users who edited FrmInternalSplash.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +using System.Windows.Forms; namespace DML.Application { diff --git a/Discord Media Loader.Application/Helper/IdentifiedString.cs b/Discord Media Loader.Application/Helper/IdentifiedString.cs index 828d6cf..1d6d9ff 100644 --- a/Discord Media Loader.Application/Helper/IdentifiedString.cs +++ b/Discord Media Loader.Application/Helper/IdentifiedString.cs @@ -1,4 +1,19 @@ -using System; +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2017-2019 - All Rights Reserved + * + * This file is part of "DML.Application". + * The official repository is hosted at https://github.com/Serraniel/DiscordMediaLoader + * + * "DML.Application" is licensed under Apache 2.0. + * Full license is included in the project repository. + * + * Users who edited IdentifiedString.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/Discord Media Loader.Application/MainForm.Designer.cs b/Discord Media Loader.Application/MainForm.Designer.cs index 5f54124..d10d5cb 100644 --- a/Discord Media Loader.Application/MainForm.Designer.cs +++ b/Discord Media Loader.Application/MainForm.Designer.cs @@ -1,4 +1,19 @@ -namespace DML.Application +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2017-2019 - All Rights Reserved + * + * This file is part of "DML.Application". + * The official repository is hosted at https://github.com/Serraniel/DiscordMediaLoader + * + * "DML.Application" is licensed under Apache 2.0. + * Full license is included in the project repository. + * + * Users who edited MainForm.Designer.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +namespace DML.Application { partial class MainForm { diff --git a/Discord Media Loader.Application/MainForm.cs b/Discord Media Loader.Application/MainForm.cs index c9f0bcf..f70655f 100644 --- a/Discord Media Loader.Application/MainForm.cs +++ b/Discord Media Loader.Application/MainForm.cs @@ -1,4 +1,19 @@ -using System; +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2017-2019 - All Rights Reserved + * + * This file is part of "DML.Application". + * The official repository is hosted at https://github.com/Serraniel/DiscordMediaLoader + * + * "DML.Application" is licensed under Apache 2.0. + * Full license is included in the project repository. + * + * Users who edited MainForm.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; diff --git a/Discord Media Loader.Application/Properties/AssemblyInfo.cs b/Discord Media Loader.Application/Properties/AssemblyInfo.cs index 8bc8300..c4fc0ef 100644 --- a/Discord Media Loader.Application/Properties/AssemblyInfo.cs +++ b/Discord Media Loader.Application/Properties/AssemblyInfo.cs @@ -1,4 +1,19 @@ -using System.Reflection; +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2017-2019 - All Rights Reserved + * + * This file is part of "DML.Application". + * The official repository is hosted at https://github.com/Serraniel/DiscordMediaLoader + * + * "DML.Application" is licensed under Apache 2.0. + * Full license is included in the project repository. + * + * Users who edited AssemblyInfo.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +using System.Reflection; using System.Runtime.InteropServices; // Allgemeine Informationen über eine Assembly werden über die folgenden diff --git a/Discord Media Loader.Application/Properties/Resources.Designer.cs b/Discord Media Loader.Application/Properties/Resources.Designer.cs index 971d55e..208dd93 100644 --- a/Discord Media Loader.Application/Properties/Resources.Designer.cs +++ b/Discord Media Loader.Application/Properties/Resources.Designer.cs @@ -1,12 +1,17 @@ -//------------------------------------------------------------------------------ -// -// Dieser Code wurde von einem Tool generiert. -// Laufzeitversion:4.0.30319.42000 -// -// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn -// der Code erneut generiert wird. -// -//------------------------------------------------------------------------------ +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2017-2019 - All Rights Reserved + * + * This file is part of "DML.Application". + * The official repository is hosted at https://github.com/Serraniel/DiscordMediaLoader + * + * "DML.Application" is licensed under Apache 2.0. + * Full license is included in the project repository. + * + * Users who edited Resources.Designer.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion namespace DML.Application.Properties { using System; diff --git a/Discord Media Loader/App.config b/Discord Media Loader/App.config index 1974fd7..2e81bca 100644 --- a/Discord Media Loader/App.config +++ b/Discord Media Loader/App.config @@ -1,4 +1,7 @@  + diff --git a/Discord Media Loader/FrmDownload.Designer.cs b/Discord Media Loader/FrmDownload.Designer.cs index c4d148a..c703b93 100644 --- a/Discord Media Loader/FrmDownload.Designer.cs +++ b/Discord Media Loader/FrmDownload.Designer.cs @@ -1,4 +1,19 @@ -namespace Discord_Media_Loader +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2019-2019 - All Rights Reserved + * + * This file is part of "Discord Media Loader". + * The official repository is hosted at https://github.com/Serraniel/Darkorbit-Helper-Program + * + * "Discord Media Loader" is licensed under European Union Public Licence V. 1.2. + * Full license is included in the project repository. + * + * Users who edited FrmDownload.Designer.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +namespace Discord_Media_Loader { partial class FrmDownload { diff --git a/Discord Media Loader/FrmDownload.cs b/Discord Media Loader/FrmDownload.cs index 35be9d6..ccab66a 100644 --- a/Discord Media Loader/FrmDownload.cs +++ b/Discord Media Loader/FrmDownload.cs @@ -1,4 +1,19 @@ -using System; +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2019-2019 - All Rights Reserved + * + * This file is part of "Discord Media Loader". + * The official repository is hosted at https://github.com/Serraniel/Darkorbit-Helper-Program + * + * "Discord Media Loader" is licensed under European Union Public Licence V. 1.2. + * Full license is included in the project repository. + * + * Users who edited FrmDownload.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +using System; using System.ComponentModel; using System.Globalization; using System.Net; diff --git a/Discord Media Loader/FrmSplash.Designer.cs b/Discord Media Loader/FrmSplash.Designer.cs index 2477016..fab3afb 100644 --- a/Discord Media Loader/FrmSplash.Designer.cs +++ b/Discord Media Loader/FrmSplash.Designer.cs @@ -1,4 +1,19 @@ -namespace Discord_Media_Loader +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2019-2019 - All Rights Reserved + * + * This file is part of "Discord Media Loader". + * The official repository is hosted at https://github.com/Serraniel/Darkorbit-Helper-Program + * + * "Discord Media Loader" is licensed under European Union Public Licence V. 1.2. + * Full license is included in the project repository. + * + * Users who edited FrmSplash.Designer.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +namespace Discord_Media_Loader { partial class FrmSplash { diff --git a/Discord Media Loader/FrmSplash.cs b/Discord Media Loader/FrmSplash.cs index 59f4ccf..e0de497 100644 --- a/Discord Media Loader/FrmSplash.cs +++ b/Discord Media Loader/FrmSplash.cs @@ -1,4 +1,19 @@ -using System; +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2019-2019 - All Rights Reserved + * + * This file is part of "Discord Media Loader". + * The official repository is hosted at https://github.com/Serraniel/Darkorbit-Helper-Program + * + * "Discord Media Loader" is licensed under European Union Public Licence V. 1.2. + * Full license is included in the project repository. + * + * Users who edited FrmSplash.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +using System; using System.IO; using System.IO.Compression; using System.Windows.Forms; diff --git a/Discord Media Loader/Helper/TaskBarProgress.cs b/Discord Media Loader/Helper/TaskBarProgress.cs index 93331e3..6386d2e 100644 --- a/Discord Media Loader/Helper/TaskBarProgress.cs +++ b/Discord Media Loader/Helper/TaskBarProgress.cs @@ -1,4 +1,19 @@ -using System; +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2019-2019 - All Rights Reserved + * + * This file is part of "Discord Media Loader". + * The official repository is hosted at https://github.com/Serraniel/Darkorbit-Helper-Program + * + * "Discord Media Loader" is licensed under European Union Public Licence V. 1.2. + * Full license is included in the project repository. + * + * Users who edited TaskBarProgress.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +using System; using System.Runtime.InteropServices; namespace Discord_Media_Loader.Helper diff --git a/Discord Media Loader/Helper/VersionHelper.cs b/Discord Media Loader/Helper/VersionHelper.cs index bce4af3..1ed4cc0 100644 --- a/Discord Media Loader/Helper/VersionHelper.cs +++ b/Discord Media Loader/Helper/VersionHelper.cs @@ -1,4 +1,19 @@ -using System; +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2019-2019 - All Rights Reserved + * + * This file is part of "Discord Media Loader". + * The official repository is hosted at https://github.com/Serraniel/Darkorbit-Helper-Program + * + * "Discord Media Loader" is licensed under European Union Public Licence V. 1.2. + * Full license is included in the project repository. + * + * Users who edited VersionHelper.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +using System; using System.Linq; using System.Reflection; using System.Threading.Tasks; diff --git a/Discord Media Loader/Program.cs b/Discord Media Loader/Program.cs index 7ce9201..f733eb4 100644 --- a/Discord Media Loader/Program.cs +++ b/Discord Media Loader/Program.cs @@ -1,4 +1,19 @@ -using System; +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2019-2019 - All Rights Reserved + * + * This file is part of "Discord Media Loader". + * The official repository is hosted at https://github.com/Serraniel/Darkorbit-Helper-Program + * + * "Discord Media Loader" is licensed under European Union Public Licence V. 1.2. + * Full license is included in the project repository. + * + * Users who edited Program.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +using System; using System.Windows.Forms; using DML.Application.Classes; using Nito.AsyncEx; diff --git a/Discord Media Loader/Properties/AssemblyInfo.cs b/Discord Media Loader/Properties/AssemblyInfo.cs index e26ca74..e0bfc70 100644 --- a/Discord Media Loader/Properties/AssemblyInfo.cs +++ b/Discord Media Loader/Properties/AssemblyInfo.cs @@ -1,4 +1,19 @@ -using System.Reflection; +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2019-2019 - All Rights Reserved + * + * This file is part of "Discord Media Loader". + * The official repository is hosted at https://github.com/Serraniel/Darkorbit-Helper-Program + * + * "Discord Media Loader" is licensed under European Union Public Licence V. 1.2. + * Full license is included in the project repository. + * + * Users who edited AssemblyInfo.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion + +using System.Reflection; using System.Runtime.InteropServices; // Allgemeine Informationen über eine Assembly werden über die folgenden diff --git a/Discord Media Loader/Properties/Resources.Designer.cs b/Discord Media Loader/Properties/Resources.Designer.cs index aa3b55e..dd36598 100644 --- a/Discord Media Loader/Properties/Resources.Designer.cs +++ b/Discord Media Loader/Properties/Resources.Designer.cs @@ -1,12 +1,17 @@ -//------------------------------------------------------------------------------ -// -// Dieser Code wurde von einem Tool generiert. -// Laufzeitversion:4.0.30319.42000 -// -// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn -// der Code erneut generiert wird. -// -//------------------------------------------------------------------------------ +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2019-2019 - All Rights Reserved + * + * This file is part of "Discord Media Loader". + * The official repository is hosted at https://github.com/Serraniel/Darkorbit-Helper-Program + * + * "Discord Media Loader" is licensed under European Union Public Licence V. 1.2. + * Full license is included in the project repository. + * + * Users who edited Resources.Designer.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion namespace Discord_Media_Loader.Properties { using System; diff --git a/Discord Media Loader/Properties/Settings.Designer.cs b/Discord Media Loader/Properties/Settings.Designer.cs index 8dd3b2e..14243f0 100644 --- a/Discord Media Loader/Properties/Settings.Designer.cs +++ b/Discord Media Loader/Properties/Settings.Designer.cs @@ -1,12 +1,17 @@ -//------------------------------------------------------------------------------ -// -// Dieser Code wurde von einem Tool generiert. -// Laufzeitversion:4.0.30319.42000 -// -// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn -// der Code erneut generiert wird. -// -//------------------------------------------------------------------------------ +#region LICENSE +/********************************************************************************************** + * Copyright (C) 2019-2019 - All Rights Reserved + * + * This file is part of "Discord Media Loader". + * The official repository is hosted at https://github.com/Serraniel/Darkorbit-Helper-Program + * + * "Discord Media Loader" is licensed under European Union Public Licence V. 1.2. + * Full license is included in the project repository. + * + * Users who edited Settings.Designer.cs under the condition of the used license: + * - Serraniel (https://github.com/Serraniel) + **********************************************************************************************/ +#endregion namespace Discord_Media_Loader.Properties { diff --git a/Discord Media Loader/packages.config b/Discord Media Loader/packages.config index eff2573..3d924bc 100644 --- a/Discord Media Loader/packages.config +++ b/Discord Media Loader/packages.config @@ -1,4 +1,7 @@  +