Add Apache 2.0 license header to all Pine Script files

Co-authored-by: mihakralj <31756078+mihakralj@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-11 05:57:10 +00:00
co-authored by mihakralj
parent 39ef78e099
commit ef54971a7e
20 changed files with 40 additions and 39 deletions
+2 -3
View File
@@ -1,6 +1,5 @@
// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0
// https://mozilla.org/MPL/2.0/
// © QuanTAlib
// Licensed under the Apache License, Version 2.0
// © mihakralj
//@version=6
indicator("Quadratic Regression Moving Average (QRMA)", "QRMA", overlay = true)
+2 -3
View File
@@ -1,6 +1,5 @@
// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0
// https://mozilla.org/MPL/2.0/
// © QuanTAlib
// Licensed under the Apache License, Version 2.0
// © mihakralj
//@version=6
indicator("Rainbow Moving Average (RAIN)", "RAIN", overlay = true)
+2 -3
View File
@@ -1,6 +1,5 @@
// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0
// https://mozilla.org/MPL/2.0/
// © QuanTAlib
// Licensed under the Apache License, Version 2.0
// © mihakralj
//@version=6
indicator("RWMA: Range Weighted Moving Average", shorttitle="RWMA", overlay=true)
+2 -3
View File
@@ -1,6 +1,5 @@
// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0
// https://mozilla.org/MPL/2.0/
// © QuanTAlib
// Licensed under the Apache License, Version 2.0
// © mihakralj
//@version=6
indicator("SP15: Spencer 15-Point Moving Average", shorttitle="SP15", overlay=true)
+2 -3
View File
@@ -1,6 +1,5 @@
// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0
// https://mozilla.org/MPL/2.0/
// © QuanTAlib
// Licensed under the Apache License, Version 2.0
// © mihakralj
//@version=6
indicator("SWMA: Symmetric Weighted Moving Average", shorttitle="SWMA", overlay=true)
+2 -3
View File
@@ -1,6 +1,5 @@
// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0
// https://mozilla.org/MPL/2.0/
// © QuanTAlib
// Licensed under the Apache License, Version 2.0
// © mihakralj
//@version=6
indicator("Time Series Forecast (TSF)", "TSF", overlay = true)
+2 -3
View File
@@ -1,6 +1,5 @@
// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0
// https://mozilla.org/MPL/2.0/
// © QuanTAlib
// Licensed under the Apache License, Version 2.0
// © mihakralj
//@version=6
indicator("TUKEY_W: Tukey (Tapered Cosine) Window MA", shorttitle="TUKEY_W", overlay=true)