#27 generated license headers
This commit is contained in:
parent
fc359fe226
commit
321c116f34
|
@ -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;
|
||||||
using Discord.WebSocket;
|
using Discord.WebSocket;
|
||||||
|
|
||||||
|
|
|
@ -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.Net;
|
||||||
using Discord.WebSocket;
|
using Discord.WebSocket;
|
||||||
using DML.AppCore.Classes;
|
using DML.AppCore.Classes;
|
||||||
|
|
|
@ -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.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
|
@ -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.Collections.Generic;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
|
@ -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.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
|
|
|
@ -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
|
namespace DML.Application.Classes.RPC
|
||||||
{
|
{
|
||||||
|
|
|
@ -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.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
|
@ -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.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|
|
@ -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
|
namespace DML.Application.Classes
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
partial class LoginDialog
|
||||||
{
|
{
|
||||||
|
|
|
@ -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 System.Windows.Forms;
|
||||||
using DML.Application.Classes;
|
using DML.Application.Classes;
|
||||||
using static SweetLib.Utils.Logger.Logger;
|
using static SweetLib.Utils.Logger.Logger;
|
||||||
|
|
|
@ -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
|
partial class FrmInternalSplash
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
namespace DML.Application
|
||||||
{
|
{
|
||||||
|
|
|
@ -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.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
|
@ -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
|
partial class MainForm
|
||||||
{
|
{
|
||||||
|
|
|
@ -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.Collections.Generic;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|
|
@ -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;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
// Allgemeine Informationen über eine Assembly werden über die folgenden
|
// Allgemeine Informationen über eine Assembly werden über die folgenden
|
||||||
|
|
|
@ -1,12 +1,17 @@
|
||||||
//------------------------------------------------------------------------------
|
#region LICENSE
|
||||||
// <auto-generated>
|
/**********************************************************************************************
|
||||||
// Dieser Code wurde von einem Tool generiert.
|
* Copyright (C) 2017-2019 - All Rights Reserved
|
||||||
// Laufzeitversion:4.0.30319.42000
|
*
|
||||||
//
|
* This file is part of "DML.Application".
|
||||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
* The official repository is hosted at https://github.com/Serraniel/DiscordMediaLoader
|
||||||
// der Code erneut generiert wird.
|
*
|
||||||
// </auto-generated>
|
* "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 {
|
namespace DML.Application.Properties {
|
||||||
using System;
|
using System;
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
Sample license text.
|
||||||
|
-->
|
||||||
<configuration>
|
<configuration>
|
||||||
<startup>
|
<startup>
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
||||||
|
|
17
Discord Media Loader/FrmDownload.Designer.cs
generated
17
Discord Media Loader/FrmDownload.Designer.cs
generated
|
@ -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
|
partial class FrmDownload
|
||||||
{
|
{
|
||||||
|
|
|
@ -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.ComponentModel;
|
||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
|
|
17
Discord Media Loader/FrmSplash.Designer.cs
generated
17
Discord Media Loader/FrmSplash.Designer.cs
generated
|
@ -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
|
partial class FrmSplash
|
||||||
{
|
{
|
||||||
|
|
|
@ -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;
|
||||||
using System.IO.Compression;
|
using System.IO.Compression;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
|
@ -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;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
namespace Discord_Media_Loader.Helper
|
namespace Discord_Media_Loader.Helper
|
||||||
|
|
|
@ -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.Linq;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
|
@ -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 System.Windows.Forms;
|
||||||
using DML.Application.Classes;
|
using DML.Application.Classes;
|
||||||
using Nito.AsyncEx;
|
using Nito.AsyncEx;
|
||||||
|
|
|
@ -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;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
// Allgemeine Informationen über eine Assembly werden über die folgenden
|
// Allgemeine Informationen über eine Assembly werden über die folgenden
|
||||||
|
|
|
@ -1,12 +1,17 @@
|
||||||
//------------------------------------------------------------------------------
|
#region LICENSE
|
||||||
// <auto-generated>
|
/**********************************************************************************************
|
||||||
// Dieser Code wurde von einem Tool generiert.
|
* Copyright (C) 2019-2019 - All Rights Reserved
|
||||||
// Laufzeitversion:4.0.30319.42000
|
*
|
||||||
//
|
* This file is part of "Discord Media Loader".
|
||||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
* The official repository is hosted at https://github.com/Serraniel/Darkorbit-Helper-Program
|
||||||
// der Code erneut generiert wird.
|
*
|
||||||
// </auto-generated>
|
* "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 {
|
namespace Discord_Media_Loader.Properties {
|
||||||
using System;
|
using System;
|
||||||
|
|
23
Discord Media Loader/Properties/Settings.Designer.cs
generated
23
Discord Media Loader/Properties/Settings.Designer.cs
generated
|
@ -1,12 +1,17 @@
|
||||||
//------------------------------------------------------------------------------
|
#region LICENSE
|
||||||
// <auto-generated>
|
/**********************************************************************************************
|
||||||
// Dieser Code wurde von einem Tool generiert.
|
* Copyright (C) 2019-2019 - All Rights Reserved
|
||||||
// Laufzeitversion:4.0.30319.42000
|
*
|
||||||
//
|
* This file is part of "Discord Media Loader".
|
||||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
* The official repository is hosted at https://github.com/Serraniel/Darkorbit-Helper-Program
|
||||||
// der Code erneut generiert wird.
|
*
|
||||||
// </auto-generated>
|
* "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 {
|
namespace Discord_Media_Loader.Properties {
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
Sample license text.
|
||||||
|
-->
|
||||||
<packages>
|
<packages>
|
||||||
<package id="Discord.Net" version="1.0.2" targetFramework="net461" />
|
<package id="Discord.Net" version="1.0.2" targetFramework="net461" />
|
||||||
<package id="Discord.Net.Commands" version="1.0.2" targetFramework="net461" />
|
<package id="Discord.Net.Commands" version="1.0.2" targetFramework="net461" />
|
||||||
|
|
Loading…
Reference in a new issue