Skip to content

Commit

Permalink
📖 change copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
trojikman committed May 8, 2020
1 parent fba7232 commit 4d67ac2
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 14 deletions.
6 changes: 3 additions & 3 deletions pos_mail/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. image:: https://img.shields.io/badge/license-LGPL--3-blue.png
:target: https://www.gnu.org/licenses/lgpl
:alt: License: LGPL-3
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://opensource.org/licenses/MIT
:alt: License: MIT

======================
POS Receipts by mail
Expand Down
2 changes: 0 additions & 2 deletions pos_mail/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).

from . import models
2 changes: 1 addition & 1 deletion pos_mail/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "IT-Projects LLC, Kolushov Alexandr",
"support": "apps@it-projects.info",
"website": "https://it-projects.info/team/KolushovAlexandr",
"license": "LGPL-3",
"license": "Other OSI approved licence", # MIT
# "price": 9.00,
# "currency": "EUR",
"depends": ["point_of_sale", "mail"],
Expand Down
2 changes: 0 additions & 2 deletions pos_mail/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).

from . import models
2 changes: 1 addition & 1 deletion pos_mail/models/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# Copyright 2019 Anvar Kildebekov <https://it-projects.info/team/fedoranvar>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
# License MIT (https://opensource.org/licenses/MIT).

import base64
import re
Expand Down
2 changes: 1 addition & 1 deletion pos_mail/static/src/js/pos.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Copyright 2019 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
* Copyright 2019 Anvar Kildebekov <https://it-projects.info/team/fedoranvar2>
* License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). */
* License MIT (https://opensource.org/licenses/MIT). */
odoo.define("pos_mail.pos", function(require) {
"use strict";
var screens = require("point_of_sale.screens");
Expand Down
2 changes: 1 addition & 1 deletion pos_mail/static/src/js/test_pos_mail.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Copyright 2019 Anvar Kildebekov <https://it-projects.info/team/fedoranvar>
License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). */
License MIT (https://opensource.org/licenses/MIT). */

odoo.define("pos_mail.tour", function(require) {
"use strict";
Expand Down
2 changes: 1 addition & 1 deletion pos_mail/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
# License MIT (https://opensource.org/licenses/MIT).

from . import test_pos_mail
2 changes: 1 addition & 1 deletion pos_mail/views/assets.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--Copyright 2019 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). -->
License MIT (https://opensource.org/licenses/MIT). -->
<odoo>
<template id="assets" inherit_id="point_of_sale.assets">
<xpath expr="." position="inside">
Expand Down
2 changes: 1 addition & 1 deletion pos_mail/views/views.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2019 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl-3.0.html).-->
License MIT (https://opensource.org/licenses/MIT).-->
<odoo>
<record id="pos_config_view_form_inherited" model="ir.ui.view">
<field name="name">pos.config.form.inherit</field>
Expand Down

0 comments on commit 4d67ac2

Please sign in to comment.