Credits are given in changelog instead

This commit is contained in:
Jaex 2022-02-03 13:43:33 +03:00
parent e97eff1053
commit 92a77332a6
23 changed files with 3 additions and 47 deletions

View file

@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
// Credits: https://github.com/Burtsev-Alexey/net-object-deep-copy
// Source: https://github.com/Burtsev-Alexey/net-object-deep-copy
using System;
using System.Collections.Generic;

View file

@ -34,7 +34,7 @@ namespace ShareX.HelpersLib
{
internal class ClipboardHelpersEx
{
// Credits: https://stackoverflow.com/a/46424800/264877
// Source: https://stackoverflow.com/a/46424800/264877
/// <summary>
/// Copies the given image to the clipboard as PNG, DIB and standard Bitmap format.

View file

@ -268,7 +268,7 @@ public static bool IsValidURL(string url, bool useRegex = true)
if (useRegex)
{
// https://gist.github.com/729294
// Source: https://gist.github.com/729294
string pattern =
"^" +
// protocol identifier

View file

@ -46,9 +46,6 @@ namespace ShareX.UploadersLib.FileUploaders
/// <summary>
/// A <see cref="FileUploaderService"/> implementation for the Backblaze B2 Cloud Storage API.
/// </summary>
/// <remarks>
/// Contributed by: <a href="https://github.com/tinybarks">@tinybarks</a>
/// </remarks>
public class BackblazeB2UploaderService : FileUploaderService
{
public override FileDestination EnumValue => FileDestination.BackblazeB2;
@ -76,9 +73,6 @@ public override GenericUploader CreateUploader(UploadersConfig config, TaskRefer
/// <summary>
/// An <see cref="ImageUploader"/> implementation for the Backblaze B2 Cloud Storage API.
/// </summary>
/// <remarks>
/// Contributed by: <a href="https://github.com/tinybarks">@tinybarks</a>
/// </remarks>
[Localizable(false)]
public sealed class BackblazeB2 : ImageUploader
{

View file

@ -23,8 +23,6 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
// Credits: https://github.com/KamilKZ
using Newtonsoft.Json;
using ShareX.HelpersLib;
using System.Collections.Generic;

View file

@ -23,8 +23,6 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
// Credits: https://github.com/Dinnerbone
using Newtonsoft.Json;
using ShareX.HelpersLib;
using ShareX.UploadersLib.Properties;

View file

@ -23,8 +23,6 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
// Credits: https://github.com/gpailler
using Newtonsoft.Json;
using ShareX.UploadersLib.Properties;
using System;

View file

@ -23,8 +23,6 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
// Credits: https://github.com/mstojcevich
using Newtonsoft.Json;
using ShareX.HelpersLib;
using ShareX.UploadersLib.Properties;

View file

@ -23,8 +23,6 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
// Credits: https://github.com/lithium720
using Newtonsoft.Json;
using ShareX.HelpersLib;
using ShareX.UploadersLib.Properties;

View file

@ -23,8 +23,6 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
// Credits: https://github.com/michalx2
using Newtonsoft.Json;
using ShareX.HelpersLib;
using ShareX.UploadersLib.Properties;

View file

@ -23,8 +23,6 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
// Credits: https://github.com/gpailler
using CG.Web.MegaApiClient;
using ShareX.UploadersLib.Properties;
using System;

View file

@ -23,8 +23,6 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
// Credits: https://github.com/BallisticLingonberries
using Newtonsoft.Json;
using ShareX.HelpersLib;
using ShareX.UploadersLib.Properties;

View file

@ -23,8 +23,6 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
// Credits: https://github.com/zikeji
using Newtonsoft.Json;
using ShareX.HelpersLib;
using ShareX.UploadersLib.Properties;

View file

@ -23,8 +23,6 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
// Credits: https://github.com/corin12355
using Newtonsoft.Json.Linq;
using ShareX.HelpersLib;
using ShareX.UploadersLib.Properties;

View file

@ -23,8 +23,6 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
// Credits: https://github.com/corey-/
using System.Collections.Generic;
using System.IO;

View file

@ -23,8 +23,6 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
// Credits: https://github.com/gpailler
using Newtonsoft.Json;
using ShareX.HelpersLib;
using ShareX.UploadersLib.Properties;

View file

@ -23,8 +23,6 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
// Credits: https://github.com/DanielMcAssey
using Newtonsoft.Json;
using ShareX.HelpersLib;
using ShareX.UploadersLib.Properties;

View file

@ -23,8 +23,6 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
// Credits: https://github.com/LRNAB
using ShareX.UploadersLib.Properties;
using System.Collections.Generic;
using System.Drawing;

View file

@ -23,8 +23,6 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
/* https://github.com/matthewburnett */
using Newtonsoft.Json;
using ShareX.HelpersLib;
using ShareX.UploadersLib.Properties;

View file

@ -23,8 +23,6 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
// Credits: https://github.com/DanielMcAssey
using ShareX.HelpersLib;
using ShareX.UploadersLib.Properties;
using System.Collections.Generic;

View file

@ -23,8 +23,6 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
// Credits: https://github.com/DanielMcAssey
using Newtonsoft.Json;
using System.Collections.Generic;

View file

@ -23,8 +23,6 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
// Credits: https://github.com/DanielMcAssey
using Newtonsoft.Json;
using System.Collections.Generic;

View file

@ -23,8 +23,6 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
// Credits: https://github.com/DanielMcAssey
using System.Collections.Generic;
namespace ShareX.UploadersLib.URLShorteners