소스 검색

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 import frappe
from frappe import _ from frappe import _
from frappe.utils import flt 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 import frappe
from frappe import _ from frappe import _
import json 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 import frappe
from frappe import _ from frappe import _
from frappe.utils import flt, cint 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 import frappe
from frappe import _ from frappe import _
from frappe.utils import cint, fmt_money from frappe.utils import cint, fmt_money


불러오는 중...
취소
저장