Skip to content

Commit

Permalink
📖 add license and copyright notes (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmir-k authored and Ivan Yelizariev committed Aug 2, 2018
1 parent 88a2d14 commit 80555e1
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 1 deletion.
6 changes: 6 additions & 0 deletions web_gantt8/README.rst
@@ -1,3 +1,7 @@
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: https://www.gnu.org/licenses/agpl-3.0
:alt: License: AGPL-3

========================
Gantt view from odoo 8
========================
Expand All @@ -7,8 +11,10 @@ The module adds view gantt8 -- ported view from odoo 8.
Credits
=======


Contributors
------------
* `Odoo S.A. <https://odoo.com>` -- as the author of original code
* Pavel Romanchenko <romanchenko@it-projects.info>

Sponsors
Expand Down
4 changes: 4 additions & 0 deletions web_gantt8/__openerp__.py
@@ -1,4 +1,8 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2004-2015 Odoo S.A.
# Copyright 2016 Pavel Romanchenko
# Copyright 2016 Ilmir Karamov <https://it-projects.info/team/ilmir-k>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl-3.0.html).
{
"name": """Gantt view from odoo 8""",
"summary": """Ported view from odoo 8""",
Expand Down
3 changes: 3 additions & 0 deletions web_gantt8/static/src/js/gantt.js
@@ -1,3 +1,6 @@
/* Copyright (c) 2004-2015 Odoo S.A.
Copyright 2016 Pavel Romanchenko
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl-3.0.html).*/
odoo.define('web_gantt8.gantt', function (require) {
"use strict";
var core = require('web.core');
Expand Down
4 changes: 3 additions & 1 deletion web_gantt8/static/src/xml/web_gantt.xml
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- Copyright (c) 2004-2015 Odoo S.A.
Copyright 2016 Pavel Romanchenko
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl-3.0.html).-->
<templates>
<t t-name="GanttView">
<div>
Expand Down
4 changes: 4 additions & 0 deletions web_gantt8/views/web_gantt.xml
@@ -1,4 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2004-2015 Odoo S.A.
Copyright 2016 Pavel Romanchenko
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl-3.0.html).-->

<!-- vim:fdn=3:
-->
<openerp>
Expand Down
3 changes: 3 additions & 0 deletions web_gantt8/web_gantt8.py
@@ -1,4 +1,7 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2004-2015 Odoo S.A.
# Copyright 2016 Pavel Romanchenko
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl-3.0.html).

from openerp.osv import fields, osv

Expand Down

0 comments on commit 80555e1

Please sign in to comment.