Merge lp:~camptocamp/account-invoice-report/account-invoice-report-fix-gpl-licence into lp:~account-core-editors/account-invoice-report/7.0

Proposed by Nicolas Bessi - Camptocamp
Status: Merged
Merged at revision: 12
Proposed branch: lp:~camptocamp/account-invoice-report/account-invoice-report-fix-gpl-licence
Merge into: lp:~account-core-editors/account-invoice-report/7.0
Diff against target: 223 lines (+59/-110)
5 files modified
invoice_webkit/__init__.py (+14/-22)
invoice_webkit/__openerp__.py (+14/-22)
invoice_webkit/invoice.py (+14/-23)
invoice_webkit/report/__init__.py (+15/-23)
invoice_webkit/report/account_invoice.py (+2/-20)
To merge this branch: bzr merge lp:~camptocamp/account-invoice-report/account-invoice-report-fix-gpl-licence
Reviewer Review Type Date Requested Status
Guewen Baconnier @ Camptocamp no test, code review Approve
Review via email: mp+144728@code.launchpad.net

Description of the change

Fix APL -> AGPL + one import style

To post a comment you must log in.
Revision history for this message
Guewen Baconnier @ Camptocamp (gbaconnier-c2c) wrote :

LGTM

review: Approve (no test, code review)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'invoice_webkit/__init__.py'
2--- invoice_webkit/__init__.py 2012-12-18 13:53:45 +0000
3+++ invoice_webkit/__init__.py 2013-01-24 15:35:36 +0000
4@@ -2,28 +2,20 @@
5 ##############################################################################
6 #
7 # Copyright (c) 2011 Camptocamp SA (http://www.camptocamp.com)
8-# @author Guewen Baconnier, Bessi Nicolas, Vicent Renaville
9-#
10-# WARNING: This program as such is intended to be used by professional
11-# programmers who take the whole responsability of assessing all potential
12-# consequences resulting from its eventual inadequacies and bugs
13-# End users who are looking for a ready-to-use solution with commercial
14-# garantees and support are strongly adviced to contract a Free Software
15-# Service Company
16-#
17-# This program is Free Software; you can redistribute it and/or
18-# modify it under the terms of the GNU General Public License
19-# as published by the Free Software Foundation; either version 2
20-# of the License, or (at your option) any later version.
21-#
22-# This program is distributed in the hope that it will be useful,
23-# but WITHOUT ANY WARRANTY; without even the implied warranty of
24-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25-# GNU General Public License for more details.
26-#
27-# You should have received a copy of the GNU General Public License
28-# along with this program; if not, write to the Free Software
29-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
30+# @author Guewen Baconnier, Bessi Nicolas, Vincent Renaville
31+#
32+# This program is free software: you can redistribute it and/or modify
33+# it under the terms of the GNU Affero General Public License as
34+# published by the Free Software Foundation, either version 3 of the
35+# License, or (at your option) any later version.
36+#
37+# This program is distributed in the hope that it will be useful,
38+# but WITHOUT ANY WARRANTY; without even the implied warranty of
39+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
40+# GNU Affero General Public License for more details.
41+#
42+# You should have received a copy of the GNU Affero General Public License
43+# along with this program. If not, see <http://www.gnu.org/licenses/>.
44 #
45 ##############################################################################
46 from . import invoice
47
48=== modified file 'invoice_webkit/__openerp__.py'
49--- invoice_webkit/__openerp__.py 2012-12-18 14:42:33 +0000
50+++ invoice_webkit/__openerp__.py 2013-01-24 15:35:36 +0000
51@@ -2,28 +2,20 @@
52 ##############################################################################
53 #
54 # Copyright (c) 2011 Camptocamp SA (http://www.camptocamp.com)
55-# @author Guewen Baconnier, Bessi Nicolas, Vicent Renaville
56-#
57-# WARNING: This program as such is intended to be used by professional
58-# programmers who take the whole responsability of assessing all potential
59-# consequences resulting from its eventual inadequacies and bugs
60-# End users who are looking for a ready-to-use solution with commercial
61-# garantees and support are strongly adviced to contract a Free Software
62-# Service Company
63-#
64-# This program is Free Software; you can redistribute it and/or
65-# modify it under the terms of the GNU General Public License
66-# as published by the Free Software Foundation; either version 2
67-# of the License, or (at your option) any later version.
68-#
69-# This program is distributed in the hope that it will be useful,
70-# but WITHOUT ANY WARRANTY; without even the implied warranty of
71-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
72-# GNU General Public License for more details.
73-#
74-# You should have received a copy of the GNU General Public License
75-# along with this program; if not, write to the Free Software
76-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
77+# @author Guewen Baconnier, Bessi Nicolas, Vincent Renaville
78+#
79+# This program is free software: you can redistribute it and/or modify
80+# it under the terms of the GNU Affero General Public License as
81+# published by the Free Software Foundation, either version 3 of the
82+# License, or (at your option) any later version.
83+#
84+# This program is distributed in the hope that it will be useful,
85+# but WITHOUT ANY WARRANTY; without even the implied warranty of
86+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
87+# GNU Affero General Public License for more details.
88+#
89+# You should have received a copy of the GNU Affero General Public License
90+# along with this program. If not, see <http://www.gnu.org/licenses/>.
91 #
92 ##############################################################################
93
94
95=== modified file 'invoice_webkit/invoice.py'
96--- invoice_webkit/invoice.py 2013-01-15 08:16:58 +0000
97+++ invoice_webkit/invoice.py 2013-01-24 15:35:36 +0000
98@@ -2,29 +2,20 @@
99 ##############################################################################
100 #
101 # Copyright (c) 2011 Camptocamp SA (http://www.camptocamp.com)
102-# @author Bessi Nicolas, Vicent Renaville
103-#
104-# WARNING: This program as such is intended to be used by professional
105-# programmers who take the whole responsability of assessing all potential
106-# consequences resulting from its eventual inadequacies and bugs
107-# End users who are looking for a ready-to-use solution with commercial
108-# garantees and support are strongly adviced to contract a Free Software
109-# Service Company
110-#
111-# This program is Free Software; you can redistribute it and/or
112-# modify it under the terms of the GNU General Public License
113-# as published by the Free Software Foundation; either version 2
114-# of the License, or (at your option) any later version.
115-#
116-# This program is distributed in the hope that it will be useful,
117-# but WITHOUT ANY WARRANTY; without even the implied warranty of
118-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
119-# GNU General Public License for more details.
120-#
121-# You should have received a copy of the GNU General Public License
122-# along with this program; if not, write to the Free Software
123-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
124-#
125+# @author Bessi Nicolas, Vincent Renaville
126+#
127+# This program is free software: you can redistribute it and/or modify
128+# it under the terms of the GNU Affero General Public License as
129+# published by the Free Software Foundation, either version 3 of the
130+# License, or (at your option) any later version.
131+#
132+# This program is distributed in the hope that it will be useful,
133+# but WITHOUT ANY WARRANTY; without even the implied warranty of
134+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
135+# GNU Affero General Public License for more details.
136+#
137+# You should have received a copy of the GNU Affero General Public License
138+# along with this program. If not, see <http://www.gnu.org/licenses/>.
139 ##############################################################################
140 from openerp.osv.orm import Model, fields
141
142
143=== modified file 'invoice_webkit/report/__init__.py'
144--- invoice_webkit/report/__init__.py 2011-12-20 11:28:09 +0000
145+++ invoice_webkit/report/__init__.py 2013-01-24 15:35:36 +0000
146@@ -2,29 +2,21 @@
147 ##############################################################################
148 #
149 # Copyright (c) 2011 Camptocamp SA (http://www.camptocamp.com)
150-# @author Guewen Baconnier
151-#
152-# WARNING: This program as such is intended to be used by professional
153-# programmers who take the whole responsability of assessing all potential
154-# consequences resulting from its eventual inadequacies and bugs
155-# End users who are looking for a ready-to-use solution with commercial
156-# garantees and support are strongly adviced to contract a Free Software
157-# Service Company
158-#
159-# This program is Free Software; you can redistribute it and/or
160-# modify it under the terms of the GNU General Public License
161-# as published by the Free Software Foundation; either version 2
162-# of the License, or (at your option) any later version.
163-#
164-# This program is distributed in the hope that it will be useful,
165-# but WITHOUT ANY WARRANTY; without even the implied warranty of
166-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
167-# GNU General Public License for more details.
168-#
169-# You should have received a copy of the GNU General Public License
170-# along with this program; if not, write to the Free Software
171-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
172+# @author Bessi Nicolas, Vincent Renaville
173+#
174+# This program is free software: you can redistribute it and/or modify
175+# it under the terms of the GNU Affero General Public License as
176+# published by the Free Software Foundation, either version 3 of the
177+# License, or (at your option) any later version.
178+#
179+# This program is distributed in the hope that it will be useful,
180+# but WITHOUT ANY WARRANTY; without even the implied warranty of
181+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
182+# GNU Affero General Public License for more details.
183+#
184+# You should have received a copy of the GNU Affero General Public License
185+# along with this program. If not, see <http://www.gnu.org/licenses/>.
186 #
187 ##############################################################################
188
189-import account_invoice
190+from . import account_invoice
191
192=== modified file 'invoice_webkit/report/account_invoice.py'
193--- invoice_webkit/report/account_invoice.py 2012-12-18 16:24:39 +0000
194+++ invoice_webkit/report/account_invoice.py 2013-01-24 15:35:36 +0000
195@@ -4,26 +4,8 @@
196 # Copyright (c) 2011 Camptocamp SA (http://www.camptocamp.com)
197 # @author Guewen Baconnier, Vincent Renaville, Nicolas Bessi
198 #
199-# WARNING: This program as such is intended to be used by professional
200-# programmers who take the whole responsability of assessing all potential
201-# consequences resulting from its eventual inadequacies and bugs
202-# End users who are looking for a ready-to-use solution with commercial
203-# garantees and support are strongly adviced to contract a Free Software
204-# Service Company
205-#
206-# This program is Free Software; you can redistribute it and/or
207-# modify it under the terms of the GNU General Public License
208-# as published by the Free Software Foundation; either version 2
209-# of the License, or (at your option) any later version.
210-#
211-# This program is distributed in the hope that it will be useful,
212-# but WITHOUT ANY WARRANTY; without even the implied warranty of
213-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
214-# GNU General Public License for more details.
215-#
216-# You should have received a copy of the GNU General Public License
217-# along with this program; if not, write to the Free Software
218-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
219+# @author Bessi Nicolas, Vincent Renaville
220+#
221 #
222 ##############################################################################
223 import time

Subscribers

People subscribed via source and target branches