Преглед на файлове

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 години
родител
ревизия
e8f55d9eb8
променени са 4 файла, в които са добавени 9 реда и са изтрити 8 реда
  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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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


Зареждане…
Отказ
Запис