Browse Source

Add attribution

tznind 1 year ago
parent
commit
f7d584be59
1 changed files with 4 additions and 1 deletions
  1. 4 1
      Terminal.Gui/Drawing/Gradient.cs

+ 4 - 1
Terminal.Gui/Drawing/Gradient.cs

@@ -1,4 +1,7 @@
-namespace Terminal.Gui;
+// This code is a C# port from python library Terminal Text Effects  https://github.com/ChrisBuilds/terminaltexteffects/
+
+namespace Terminal.Gui;
+
 using System;
 using System.Collections.Generic;
 using System.Linq;