Skip to content

Commit 0bd4545

Browse files
committed
[LEGAL] Use global LICENSE/COPYRIGHT files, remove boilerplate text
- Preserved explicit 3rd-party copyright notices - Explicit boilerplate should not be necessary - copyright law applies automatically in all countries thanks to Berne Convention + WTO rules, and a reference to the applicable license is clear enough.
1 parent 3c18b92 commit 0bd4545

File tree

1,014 files changed

+2810
-20135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,014 files changed

+2810
-20135
lines changed

COPYRIGHT

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
Most of the files are
3+
4+
Copyright (c) 2004-2015 Odoo S.A.
5+
6+
Many files also contain contributions from third
7+
parties. In this case the original copyright of
8+
the contributions can be traced through the
9+
history of the source version control system.
10+
11+
When that is not the case, the files contain a prominent
12+
notice stating the original copyright and applicable
13+
license, or come with their own dedicated COPYRIGHT
14+
and/or LICENSE file.
15+

LICENSE

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
OpenERP is published under the GNU AFFERO GENERAL PUBLIC LICENSE, Version 3
1+
2+
For copyright information, please see the COPYRIGHT file.
3+
4+
Odoo is published under the GNU AFFERO GENERAL PUBLIC LICENSE, Version 3
25
(AGPLv3), as included below. Some external libraries and contributions bundled
3-
with OpenERP may be published under other AGPLv3-compatible licenses. For
6+
with Odoo may be published under other AGPLv3-compatible licenses. For
47
these, please refer to the relevant source files and/or license files, in the
58
source code tree.
69

addons/account/__init__.py

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
##############################################################################
3-
#
4-
# OpenERP, Open Source Management Solution
5-
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
6-
#
7-
# This program is free software: you can redistribute it and/or modify
8-
# it under the terms of the GNU Affero General Public License as
9-
# published by the Free Software Foundation, either version 3 of the
10-
# License, or (at your option) any later version.
11-
#
12-
# This program is distributed in the hope that it will be useful,
13-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
# GNU Affero General Public License for more details.
16-
#
17-
# You should have received a copy of the GNU Affero General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19-
#
20-
##############################################################################
2+
# Part of Odoo. See LICENSE file for full copyright and licensing details.
213

224
import partner
235
import account

addons/account/__openerp__.py

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
##############################################################################
3-
#
4-
# OpenERP, Open Source Management Solution
5-
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
6-
#
7-
# This program is free software: you can redistribute it and/or modify
8-
# it under the terms of the GNU Affero General Public License as
9-
# published by the Free Software Foundation, either version 3 of the
10-
# License, or (at your option) any later version.
11-
#
12-
# This program is distributed in the hope that it will be useful,
13-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
# GNU Affero General Public License for more details.
16-
#
17-
# You should have received a copy of the GNU Affero General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19-
#
20-
##############################################################################
2+
# Part of Odoo. See LICENSE file for full copyright and licensing details.
213
{
224
'name' : 'Invoicing',
235
'version' : '1.1',

addons/account/report/__init__.py

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
##############################################################################
3-
#
4-
# OpenERP, Open Source Management Solution
5-
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
6-
#
7-
# This program is free software: you can redistribute it and/or modify
8-
# it under the terms of the GNU Affero General Public License as
9-
# published by the Free Software Foundation, either version 3 of the
10-
# License, or (at your option) any later version.
11-
#
12-
# This program is distributed in the hope that it will be useful,
13-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
# GNU Affero General Public License for more details.
16-
#
17-
# You should have received a copy of the GNU Affero General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19-
#
20-
##############################################################################
2+
# Part of Odoo. See LICENSE file for full copyright and licensing details.
213

224
import account_financial_report
235
import account_invoice_report

addons/account/report/account_financial_report.py

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
##############################################################################
3-
#
4-
# OpenERP, Open Source Management Solution
5-
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
6-
#
7-
# This program is free software: you can redistribute it and/or modify
8-
# it under the terms of the GNU Affero General Public License as
9-
# published by the Free Software Foundation, either version 3 of the
10-
# License, or (at your option) any later version.
11-
#
12-
# This program is distributed in the hope that it will be useful,
13-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
# GNU Affero General Public License for more details.
16-
#
17-
# You should have received a copy of the GNU Affero General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19-
#
20-
##############################################################################
2+
# Part of Odoo. See LICENSE file for full copyright and licensing details.
213

224
import time
235
from datetime import datetime

addons/account/wizard/__init__.py

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
##############################################################################
3-
#
4-
# OpenERP, Open Source Management Solution
5-
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
6-
#
7-
# This program is free software: you can redistribute it and/or modify
8-
# it under the terms of the GNU Affero General Public License as
9-
# published by the Free Software Foundation, either version 3 of the
10-
# License, or (at your option) any later version.
11-
#
12-
# This program is distributed in the hope that it will be useful,
13-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
# GNU Affero General Public License for more details.
16-
#
17-
# You should have received a copy of the GNU Affero General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19-
#
20-
##############################################################################
2+
# Part of Odoo. See LICENSE file for full copyright and licensing details.
213

224

235
import account_reconcile

addons/account_accountant/__init__.py

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
##############################################################################
3-
#
4-
# OpenERP, Open Source Management Solution
5-
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
6-
#
7-
# This program is free software: you can redistribute it and/or modify
8-
# it under the terms of the GNU Affero General Public License as
9-
# published by the Free Software Foundation, either version 3 of the
10-
# License, or (at your option) any later version.
11-
#
12-
# This program is distributed in the hope that it will be useful,
13-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
# GNU Affero General Public License for more details.
16-
#
17-
# You should have received a copy of the GNU Affero General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19-
#
20-
##############################################################################
2+
# Part of Odoo. See LICENSE file for full copyright and licensing details.

addons/account_accountant/__openerp__.py

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
##############################################################################
3-
#
4-
# OpenERP, Open Source Management Solution
5-
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
6-
#
7-
# This program is free software: you can redistribute it and/or modify
8-
# it under the terms of the GNU Affero General Public License as
9-
# published by the Free Software Foundation, either version 3 of the
10-
# License, or (at your option) any later version.
11-
#
12-
# This program is distributed in the hope that it will be useful,
13-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
# GNU Affero General Public License for more details.
16-
#
17-
# You should have received a copy of the GNU Affero General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19-
#
20-
##############################################################################
2+
# Part of Odoo. See LICENSE file for full copyright and licensing details.
213
{
224
'name': 'Accounting and Finance',
235
'version': '1.1',

addons/account_analytic_analysis/__init__.py

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
##############################################################################
3-
#
4-
# OpenERP, Open Source Management Solution
5-
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
6-
#
7-
# This program is free software: you can redistribute it and/or modify
8-
# it under the terms of the GNU Affero General Public License as
9-
# published by the Free Software Foundation, either version 3 of the
10-
# License, or (at your option) any later version.
11-
#
12-
# This program is distributed in the hope that it will be useful,
13-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
# GNU Affero General Public License for more details.
16-
#
17-
# You should have received a copy of the GNU Affero General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19-
#
20-
##############################################################################
2+
# Part of Odoo. See LICENSE file for full copyright and licensing details.
213

224
import account_analytic_analysis
235
import res_config

addons/account_analytic_analysis/__openerp__.py

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
##############################################################################
3-
#
4-
# OpenERP, Open Source Management Solution
5-
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
6-
#
7-
# This program is free software: you can redistribute it and/or modify
8-
# it under the terms of the GNU Affero General Public License as
9-
# published by the Free Software Foundation, either version 3 of the
10-
# License, or (at your option) any later version.
11-
#
12-
# This program is distributed in the hope that it will be useful,
13-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
# GNU Affero General Public License for more details.
16-
#
17-
# You should have received a copy of the GNU Affero General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19-
#
20-
##############################################################################
2+
# Part of Odoo. See LICENSE file for full copyright and licensing details.
213

224

235
{

addons/account_analytic_analysis/account_analytic_analysis.py

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
##############################################################################
3-
#
4-
# OpenERP, Open Source Management Solution
5-
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
6-
#
7-
# This program is free software: you can redistribute it and/or modify
8-
# it under the terms of the GNU Affero General Public License as
9-
# published by the Free Software Foundation, either version 3 of the
10-
# License, or (at your option) any later version.
11-
#
12-
# This program is distributed in the hope that it will be useful,
13-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
# GNU Affero General Public License for more details.
16-
#
17-
# You should have received a copy of the GNU Affero General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19-
#
20-
##############################################################################
2+
# Part of Odoo. See LICENSE file for full copyright and licensing details.
213
from dateutil.relativedelta import relativedelta
224
import datetime
235
import logging

addons/account_analytic_analysis/res_config.py

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
##############################################################################
3-
#
4-
# OpenERP, Open Source Business Applications
5-
# Copyright (C) 2004-2012 OpenERP S.A. (<http://openerp.com>).
6-
#
7-
# This program is free software: you can redistribute it and/or modify
8-
# it under the terms of the GNU Affero General Public License as
9-
# published by the Free Software Foundation, either version 3 of the
10-
# License, or (at your option) any later version.
11-
#
12-
# This program is distributed in the hope that it will be useful,
13-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
# GNU Affero General Public License for more details.
16-
#
17-
# You should have received a copy of the GNU Affero General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19-
#
20-
##############################################################################
2+
# Part of Odoo. See LICENSE file for full copyright and licensing details.
213

224
from openerp.osv import fields, osv
235
from openerp.tools.translate import _
+1-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
##############################################################################
3-
#
4-
# OpenERP, Open Source Management Solution
5-
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
6-
#
7-
# This program is free software: you can redistribute it and/or modify
8-
# it under the terms of the GNU Affero General Public License as
9-
# published by the Free Software Foundation, either version 3 of the
10-
# License, or (at your option) any later version.
11-
#
12-
# This program is distributed in the hope that it will be useful,
13-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
# GNU Affero General Public License for more details.
16-
#
17-
# You should have received a copy of the GNU Affero General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19-
#
20-
##############################################################################
2+
# Part of Odoo. See LICENSE file for full copyright and licensing details.
213

224
import account_analytic_default

addons/account_analytic_default/__openerp__.py

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
##############################################################################
3-
#
4-
# OpenERP, Open Source Management Solution
5-
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
6-
#
7-
# This program is free software: you can redistribute it and/or modify
8-
# it under the terms of the GNU Affero General Public License as
9-
# published by the Free Software Foundation, either version 3 of the
10-
# License, or (at your option) any later version.
11-
#
12-
# This program is distributed in the hope that it will be useful,
13-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
# GNU Affero General Public License for more details.
16-
#
17-
# You should have received a copy of the GNU Affero General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19-
#
20-
##############################################################################
2+
# Part of Odoo. See LICENSE file for full copyright and licensing details.
213

224
{
235
'name': 'Account Analytic Defaults',

addons/account_analytic_default/account_analytic_default.py

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
###############################################################################
3-
#
4-
# OpenERP, Open Source Management Solution
5-
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
6-
#
7-
# This program is free software: you can redistribute it and/or modify
8-
# it under the terms of the GNU Affero General Public License as
9-
# published by the Free Software Foundation, either version 3 of the
10-
# License, or (at your option) any later version.
11-
#
12-
# This program is distributed in the hope that it will be useful,
13-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
# GNU Affero General Public License for more details.
16-
#
17-
# You should have received a copy of the GNU Affero General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19-
#
20-
##############################################################################
2+
# Part of Odoo. See LICENSE file for full copyright and licensing details.
213

224
import time
235

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
##############################################################################
3-
#
4-
# OpenERP, Open Source Management Solution
5-
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
6-
#
7-
# This program is free software: you can redistribute it and/or modify
8-
# it under the terms of the GNU Affero General Public License as
9-
# published by the Free Software Foundation, either version 3 of the
10-
# License, or (at your option) any later version.
11-
#
12-
# This program is distributed in the hope that it will be useful,
13-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
# GNU Affero General Public License for more details.
16-
#
17-
# You should have received a copy of the GNU Affero General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19-
#
20-
##############################################################################
2+
# Part of Odoo. See LICENSE file for full copyright and licensing details.
213
import account_analytic_plans
224
import wizard
235
import report

0 commit comments

Comments
 (0)