Przeglądaj źródła

chore: Update module license header

These modules were imported from the ERPNext codebase into Frappe.
License header was overlooked at that point. These were contributed
initially by Frappe Technologies Pvt Ltd under GPLv3 (ERPNext's license) and now
we, as Frappe Technologies Pvt Ltd converting them to MIT to comply with
Frappe's license.
pull/2/head
Gavin D'souza 3 lat temu
rodzic
commit
e8f55d9eb8
4 zmienionych plików z 9 dodań i 8 usunięć
  1. +3
    -2
      payments/templates/pages/braintree_checkout.py
  2. +2
    -2
      payments/templates/pages/paytm_checkout.py
  3. +2
    -2
      payments/templates/pages/razorpay_checkout.py
  4. +2
    -2
      payments/templates/pages/stripe_checkout.py

+ 3
- 2
payments/templates/pages/braintree_checkout.py Wyświetl plik

@@ -1,5 +1,6 @@
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors
# License: MIT. See LICENSE

import frappe
from frappe import _
from frappe.utils import flt


+ 2
- 2
payments/templates/pages/paytm_checkout.py Wyświetl plik

@@ -1,5 +1,5 @@
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors
# License: MIT. See LICENSE
import frappe
from frappe import _
import json


+ 2
- 2
payments/templates/pages/razorpay_checkout.py Wyświetl plik

@@ -1,5 +1,5 @@
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors
# License: MIT. See LICENSE
import frappe
from frappe import _
from frappe.utils import flt, cint


+ 2
- 2
payments/templates/pages/stripe_checkout.py Wyświetl plik

@@ -1,5 +1,5 @@
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors
# License: MIT. See LICENSE
import frappe
from frappe import _
from frappe.utils import cint, fmt_money


Ładowanie…
Anuluj
Zapisz