Merge lp:~therp-nl/openupgrade-addons/6.1-copyright_notices into lp:openupgrade-addons/6.1

Proposed by Holger Brunn (Therp)
Status: Merged
Merged at revision: 6604
Proposed branch: lp:~therp-nl/openupgrade-addons/6.1-copyright_notices
Merge into: lp:openupgrade-addons/6.1
Prerequisite: lp:~therp-nl/openupgrade-addons/6.1-hr
Diff against target: 588 lines (+400/-0)
21 files modified
account/migrations/6.1.1.1/post-migration.py (+20/-0)
account/migrations/6.1.1.1/pre-migration.py (+19/-0)
account_followup/migrations/6.1.1.0/post-migration.py (+19/-0)
account_payment/migrations/6.1.1.1/post-migration.py (+19/-0)
base_calendar/migrations/6.1.1.0/post-migration.py (+19/-0)
base_calendar/migrations/6.1.1.0/pre-migration.py (+19/-0)
base_contact/migrations/6.1.1.0/post-migration.py (+19/-0)
base_contact/migrations/6.1.1.0/pre-migration.py (+19/-0)
base_iban/migrations/6.1.1.0/pre-migration.py (+19/-0)
crm/migrations/6.1.1.0/post-migration.py (+19/-0)
crm/migrations/6.1.1.0/pre-migration.py (+19/-0)
edi/migrations/6.1.1.0/pre-migration.py (+19/-0)
email_template/migrations/6.1.1.1/pre-migration.py (+19/-0)
hr/migrations/6.1.1.1/post-migration.py (+19/-0)
hr/migrations/6.1.1.1/pre-migration.py (+19/-0)
hr_contract/migrations/6.1.1.0/pre-migrate.py (+19/-0)
hr_timesheet_sheet/migrations/6.1.1.0/pre-migrate.py (+19/-0)
mail/migrations/6.1.1.0/post-migration.py (+19/-0)
mail/migrations/6.1.1.0/pre-migration.py (+19/-0)
product/migrations/6.1.1.1/post-migration.py (+19/-0)
project/migrations/6.1.1.1/post-migration.py (+19/-0)
To merge this branch: bzr merge lp:~therp-nl/openupgrade-addons/6.1-copyright_notices
Reviewer Review Type Date Requested Status
OpenUpgrade Committers Pending
Review via email: mp+110985@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account/migrations/6.1.1.1/post-migration.py'
2--- account/migrations/6.1.1.1/post-migration.py 2012-02-17 15:03:23 +0000
3+++ account/migrations/6.1.1.1/post-migration.py 2012-06-19 09:41:20 +0000
4@@ -1,4 +1,24 @@
5 # -*- coding: utf-8 -*-
6+##############################################################################
7+#
8+# OpenERP, Open Source Management Solution
9+# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
10+#
11+# This program is free software: you can redistribute it and/or modify
12+# it under the terms of the GNU Affero General Public License as
13+# published by the Free Software Foundation, either version 3 of the
14+# License, or (at your option) any later version.
15+#
16+# This program is distributed in the hope that it will be useful,
17+# but WITHOUT ANY WARRANTY; without even the implied warranty of
18+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+# GNU Affero General Public License for more details.
20+#
21+# You should have received a copy of the GNU Affero General Public License
22+# along with this program. If not, see <http://www.gnu.org/licenses/>.
23+#
24+##############################################################################
25+
26 from osv import osv
27 import pooler, logging
28 from openerp import SUPERUSER_ID
29
30=== modified file 'account/migrations/6.1.1.1/pre-migration.py'
31--- account/migrations/6.1.1.1/pre-migration.py 2012-02-17 15:03:23 +0000
32+++ account/migrations/6.1.1.1/pre-migration.py 2012-06-19 09:41:20 +0000
33@@ -1,4 +1,23 @@
34 # -*- coding: utf-8 -*-
35+##############################################################################
36+#
37+# OpenERP, Open Source Management Solution
38+# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
39+#
40+# This program is free software: you can redistribute it and/or modify
41+# it under the terms of the GNU Affero General Public License as
42+# published by the Free Software Foundation, either version 3 of the
43+# License, or (at your option) any later version.
44+#
45+# This program is distributed in the hope that it will be useful,
46+# but WITHOUT ANY WARRANTY; without even the implied warranty of
47+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
48+# GNU Affero General Public License for more details.
49+#
50+# You should have received a copy of the GNU Affero General Public License
51+# along with this program. If not, see <http://www.gnu.org/licenses/>.
52+#
53+##############################################################################
54
55 import os
56 from osv import osv
57
58=== modified file 'account_followup/migrations/6.1.1.0/post-migration.py'
59--- account_followup/migrations/6.1.1.0/post-migration.py 2012-02-23 23:23:05 +0000
60+++ account_followup/migrations/6.1.1.0/post-migration.py 2012-06-19 09:41:20 +0000
61@@ -1,4 +1,23 @@
62 # -*- coding: utf-8 -*-
63+##############################################################################
64+#
65+# OpenERP, Open Source Management Solution
66+# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
67+#
68+# This program is free software: you can redistribute it and/or modify
69+# it under the terms of the GNU Affero General Public License as
70+# published by the Free Software Foundation, either version 3 of the
71+# License, or (at your option) any later version.
72+#
73+# This program is distributed in the hope that it will be useful,
74+# but WITHOUT ANY WARRANTY; without even the implied warranty of
75+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
76+# GNU Affero General Public License for more details.
77+#
78+# You should have received a copy of the GNU Affero General Public License
79+# along with this program. If not, see <http://www.gnu.org/licenses/>.
80+#
81+##############################################################################
82
83 from osv import osv
84 import pooler, logging
85
86=== modified file 'account_payment/migrations/6.1.1.1/post-migration.py'
87--- account_payment/migrations/6.1.1.1/post-migration.py 2012-02-23 23:23:05 +0000
88+++ account_payment/migrations/6.1.1.1/post-migration.py 2012-06-19 09:41:20 +0000
89@@ -1,4 +1,23 @@
90 # -*- coding: utf-8 -*-
91+##############################################################################
92+#
93+# OpenERP, Open Source Management Solution
94+# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
95+#
96+# This program is free software: you can redistribute it and/or modify
97+# it under the terms of the GNU Affero General Public License as
98+# published by the Free Software Foundation, either version 3 of the
99+# License, or (at your option) any later version.
100+#
101+# This program is distributed in the hope that it will be useful,
102+# but WITHOUT ANY WARRANTY; without even the implied warranty of
103+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
104+# GNU Affero General Public License for more details.
105+#
106+# You should have received a copy of the GNU Affero General Public License
107+# along with this program. If not, see <http://www.gnu.org/licenses/>.
108+#
109+##############################################################################
110 import os
111 from osv import osv
112 import logging
113
114=== modified file 'base_calendar/migrations/6.1.1.0/post-migration.py'
115--- base_calendar/migrations/6.1.1.0/post-migration.py 2012-02-23 23:23:05 +0000
116+++ base_calendar/migrations/6.1.1.0/post-migration.py 2012-06-19 09:41:20 +0000
117@@ -1,4 +1,23 @@
118 # -*- coding: utf-8 -*-
119+##############################################################################
120+#
121+# OpenERP, Open Source Management Solution
122+# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
123+#
124+# This program is free software: you can redistribute it and/or modify
125+# it under the terms of the GNU Affero General Public License as
126+# published by the Free Software Foundation, either version 3 of the
127+# License, or (at your option) any later version.
128+#
129+# This program is distributed in the hope that it will be useful,
130+# but WITHOUT ANY WARRANTY; without even the implied warranty of
131+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
132+# GNU Affero General Public License for more details.
133+#
134+# You should have received a copy of the GNU Affero General Public License
135+# along with this program. If not, see <http://www.gnu.org/licenses/>.
136+#
137+##############################################################################
138
139 from osv import osv
140 import pooler, logging
141
142=== modified file 'base_calendar/migrations/6.1.1.0/pre-migration.py'
143--- base_calendar/migrations/6.1.1.0/pre-migration.py 2012-06-07 11:00:20 +0000
144+++ base_calendar/migrations/6.1.1.0/pre-migration.py 2012-06-19 09:41:20 +0000
145@@ -1,4 +1,23 @@
146 # -*- coding: utf-8 -*-
147+##############################################################################
148+#
149+# OpenERP, Open Source Management Solution
150+# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
151+#
152+# This program is free software: you can redistribute it and/or modify
153+# it under the terms of the GNU Affero General Public License as
154+# published by the Free Software Foundation, either version 3 of the
155+# License, or (at your option) any later version.
156+#
157+# This program is distributed in the hope that it will be useful,
158+# but WITHOUT ANY WARRANTY; without even the implied warranty of
159+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
160+# GNU Affero General Public License for more details.
161+#
162+# You should have received a copy of the GNU Affero General Public License
163+# along with this program. If not, see <http://www.gnu.org/licenses/>.
164+#
165+##############################################################################
166
167 import pooler, logging
168 from openerp.openupgrade import openupgrade
169
170=== modified file 'base_contact/migrations/6.1.1.0/post-migration.py'
171--- base_contact/migrations/6.1.1.0/post-migration.py 2012-03-13 04:19:49 +0000
172+++ base_contact/migrations/6.1.1.0/post-migration.py 2012-06-19 09:41:20 +0000
173@@ -1,4 +1,23 @@
174 # -*- coding: utf-8 -*-
175+##############################################################################
176+#
177+# OpenERP, Open Source Management Solution
178+# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
179+#
180+# This program is free software: you can redistribute it and/or modify
181+# it under the terms of the GNU Affero General Public License as
182+# published by the Free Software Foundation, either version 3 of the
183+# License, or (at your option) any later version.
184+#
185+# This program is distributed in the hope that it will be useful,
186+# but WITHOUT ANY WARRANTY; without even the implied warranty of
187+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
188+# GNU Affero General Public License for more details.
189+#
190+# You should have received a copy of the GNU Affero General Public License
191+# along with this program. If not, see <http://www.gnu.org/licenses/>.
192+#
193+##############################################################################
194
195 from osv import osv
196 import logging
197
198=== modified file 'base_contact/migrations/6.1.1.0/pre-migration.py'
199--- base_contact/migrations/6.1.1.0/pre-migration.py 2012-03-13 00:20:44 +0000
200+++ base_contact/migrations/6.1.1.0/pre-migration.py 2012-06-19 09:41:20 +0000
201@@ -1,4 +1,23 @@
202 # -*- coding: utf-8 -*-
203+##############################################################################
204+#
205+# OpenERP, Open Source Management Solution
206+# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
207+#
208+# This program is free software: you can redistribute it and/or modify
209+# it under the terms of the GNU Affero General Public License as
210+# published by the Free Software Foundation, either version 3 of the
211+# License, or (at your option) any later version.
212+#
213+# This program is distributed in the hope that it will be useful,
214+# but WITHOUT ANY WARRANTY; without even the implied warranty of
215+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
216+# GNU Affero General Public License for more details.
217+#
218+# You should have received a copy of the GNU Affero General Public License
219+# along with this program. If not, see <http://www.gnu.org/licenses/>.
220+#
221+##############################################################################
222
223 from osv import osv
224 import logging
225
226=== modified file 'base_iban/migrations/6.1.1.0/pre-migration.py'
227--- base_iban/migrations/6.1.1.0/pre-migration.py 2012-02-23 23:23:05 +0000
228+++ base_iban/migrations/6.1.1.0/pre-migration.py 2012-06-19 09:41:20 +0000
229@@ -1,4 +1,23 @@
230 # -*- coding: utf-8 -*-
231+##############################################################################
232+#
233+# OpenERP, Open Source Management Solution
234+# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
235+#
236+# This program is free software: you can redistribute it and/or modify
237+# it under the terms of the GNU Affero General Public License as
238+# published by the Free Software Foundation, either version 3 of the
239+# License, or (at your option) any later version.
240+#
241+# This program is distributed in the hope that it will be useful,
242+# but WITHOUT ANY WARRANTY; without even the implied warranty of
243+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
244+# GNU Affero General Public License for more details.
245+#
246+# You should have received a copy of the GNU Affero General Public License
247+# along with this program. If not, see <http://www.gnu.org/licenses/>.
248+#
249+##############################################################################
250
251 import os
252 from osv import osv
253
254=== modified file 'crm/migrations/6.1.1.0/post-migration.py'
255--- crm/migrations/6.1.1.0/post-migration.py 2012-06-07 11:00:20 +0000
256+++ crm/migrations/6.1.1.0/post-migration.py 2012-06-19 09:41:20 +0000
257@@ -1,4 +1,23 @@
258 # -*- coding: utf-8 -*-
259+##############################################################################
260+#
261+# OpenERP, Open Source Management Solution
262+# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
263+#
264+# This program is free software: you can redistribute it and/or modify
265+# it under the terms of the GNU Affero General Public License as
266+# published by the Free Software Foundation, either version 3 of the
267+# License, or (at your option) any later version.
268+#
269+# This program is distributed in the hope that it will be useful,
270+# but WITHOUT ANY WARRANTY; without even the implied warranty of
271+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
272+# GNU Affero General Public License for more details.
273+#
274+# You should have received a copy of the GNU Affero General Public License
275+# along with this program. If not, see <http://www.gnu.org/licenses/>.
276+#
277+##############################################################################
278
279 import pooler, logging
280 from openerp.openupgrade import openupgrade
281
282=== modified file 'crm/migrations/6.1.1.0/pre-migration.py'
283--- crm/migrations/6.1.1.0/pre-migration.py 2012-06-07 11:00:20 +0000
284+++ crm/migrations/6.1.1.0/pre-migration.py 2012-06-19 09:41:20 +0000
285@@ -1,4 +1,23 @@
286 # -*- coding: utf-8 -*-
287+##############################################################################
288+#
289+# OpenERP, Open Source Management Solution
290+# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
291+#
292+# This program is free software: you can redistribute it and/or modify
293+# it under the terms of the GNU Affero General Public License as
294+# published by the Free Software Foundation, either version 3 of the
295+# License, or (at your option) any later version.
296+#
297+# This program is distributed in the hope that it will be useful,
298+# but WITHOUT ANY WARRANTY; without even the implied warranty of
299+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
300+# GNU Affero General Public License for more details.
301+#
302+# You should have received a copy of the GNU Affero General Public License
303+# along with this program. If not, see <http://www.gnu.org/licenses/>.
304+#
305+##############################################################################
306
307 import pooler, logging
308 import os
309
310=== modified file 'edi/migrations/6.1.1.0/pre-migration.py'
311--- edi/migrations/6.1.1.0/pre-migration.py 2012-02-17 15:03:23 +0000
312+++ edi/migrations/6.1.1.0/pre-migration.py 2012-06-19 09:41:20 +0000
313@@ -1,4 +1,23 @@
314 # -*- coding: utf-8 -*-
315+##############################################################################
316+#
317+# OpenERP, Open Source Management Solution
318+# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
319+#
320+# This program is free software: you can redistribute it and/or modify
321+# it under the terms of the GNU Affero General Public License as
322+# published by the Free Software Foundation, either version 3 of the
323+# License, or (at your option) any later version.
324+#
325+# This program is distributed in the hope that it will be useful,
326+# but WITHOUT ANY WARRANTY; without even the implied warranty of
327+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
328+# GNU Affero General Public License for more details.
329+#
330+# You should have received a copy of the GNU Affero General Public License
331+# along with this program. If not, see <http://www.gnu.org/licenses/>.
332+#
333+##############################################################################
334
335 import os
336 from osv import osv
337
338=== modified file 'email_template/migrations/6.1.1.1/pre-migration.py'
339--- email_template/migrations/6.1.1.1/pre-migration.py 2012-02-23 23:23:05 +0000
340+++ email_template/migrations/6.1.1.1/pre-migration.py 2012-06-19 09:41:20 +0000
341@@ -1,4 +1,23 @@
342 # -*- coding: utf-8 -*-
343+##############################################################################
344+#
345+# OpenERP, Open Source Management Solution
346+# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
347+#
348+# This program is free software: you can redistribute it and/or modify
349+# it under the terms of the GNU Affero General Public License as
350+# published by the Free Software Foundation, either version 3 of the
351+# License, or (at your option) any later version.
352+#
353+# This program is distributed in the hope that it will be useful,
354+# but WITHOUT ANY WARRANTY; without even the implied warranty of
355+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
356+# GNU Affero General Public License for more details.
357+#
358+# You should have received a copy of the GNU Affero General Public License
359+# along with this program. If not, see <http://www.gnu.org/licenses/>.
360+#
361+##############################################################################
362
363 import os
364 from osv import osv
365
366=== modified file 'hr/migrations/6.1.1.1/post-migration.py'
367--- hr/migrations/6.1.1.1/post-migration.py 2012-06-19 09:41:19 +0000
368+++ hr/migrations/6.1.1.1/post-migration.py 2012-06-19 09:41:20 +0000
369@@ -1,4 +1,23 @@
370 # -*- coding: utf-8 -*-
371+##############################################################################
372+#
373+# OpenERP, Open Source Management Solution
374+# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
375+#
376+# This program is free software: you can redistribute it and/or modify
377+# it under the terms of the GNU Affero General Public License as
378+# published by the Free Software Foundation, either version 3 of the
379+# License, or (at your option) any later version.
380+#
381+# This program is distributed in the hope that it will be useful,
382+# but WITHOUT ANY WARRANTY; without even the implied warranty of
383+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
384+# GNU Affero General Public License for more details.
385+#
386+# You should have received a copy of the GNU Affero General Public License
387+# along with this program. If not, see <http://www.gnu.org/licenses/>.
388+#
389+##############################################################################
390
391 import pooler, logging
392 from openerp.openupgrade import openupgrade
393
394=== modified file 'hr/migrations/6.1.1.1/pre-migration.py'
395--- hr/migrations/6.1.1.1/pre-migration.py 2012-06-19 09:41:19 +0000
396+++ hr/migrations/6.1.1.1/pre-migration.py 2012-06-19 09:41:20 +0000
397@@ -1,4 +1,23 @@
398 # -*- coding: utf-8 -*-
399+##############################################################################
400+#
401+# OpenERP, Open Source Management Solution
402+# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
403+#
404+# This program is free software: you can redistribute it and/or modify
405+# it under the terms of the GNU Affero General Public License as
406+# published by the Free Software Foundation, either version 3 of the
407+# License, or (at your option) any later version.
408+#
409+# This program is distributed in the hope that it will be useful,
410+# but WITHOUT ANY WARRANTY; without even the implied warranty of
411+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
412+# GNU Affero General Public License for more details.
413+#
414+# You should have received a copy of the GNU Affero General Public License
415+# along with this program. If not, see <http://www.gnu.org/licenses/>.
416+#
417+##############################################################################
418
419 from openerp.openupgrade import openupgrade
420
421
422=== modified file 'hr_contract/migrations/6.1.1.0/pre-migrate.py'
423--- hr_contract/migrations/6.1.1.0/pre-migrate.py 2012-06-19 09:41:19 +0000
424+++ hr_contract/migrations/6.1.1.0/pre-migrate.py 2012-06-19 09:41:20 +0000
425@@ -1,4 +1,23 @@
426 # -*- coding: utf-8 -*-
427+##############################################################################
428+#
429+# OpenERP, Open Source Management Solution
430+# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
431+#
432+# This program is free software: you can redistribute it and/or modify
433+# it under the terms of the GNU Affero General Public License as
434+# published by the Free Software Foundation, either version 3 of the
435+# License, or (at your option) any later version.
436+#
437+# This program is distributed in the hope that it will be useful,
438+# but WITHOUT ANY WARRANTY; without even the implied warranty of
439+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
440+# GNU Affero General Public License for more details.
441+#
442+# You should have received a copy of the GNU Affero General Public License
443+# along with this program. If not, see <http://www.gnu.org/licenses/>.
444+#
445+##############################################################################
446 from openerp.openupgrade import openupgrade
447
448 #@openupgrade.migrate()
449
450=== modified file 'hr_timesheet_sheet/migrations/6.1.1.0/pre-migrate.py'
451--- hr_timesheet_sheet/migrations/6.1.1.0/pre-migrate.py 2012-06-19 09:41:19 +0000
452+++ hr_timesheet_sheet/migrations/6.1.1.0/pre-migrate.py 2012-06-19 09:41:20 +0000
453@@ -1,4 +1,23 @@
454 import logging
455+##############################################################################
456+#
457+# OpenERP, Open Source Management Solution
458+# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
459+#
460+# This program is free software: you can redistribute it and/or modify
461+# it under the terms of the GNU Affero General Public License as
462+# published by the Free Software Foundation, either version 3 of the
463+# License, or (at your option) any later version.
464+#
465+# This program is distributed in the hope that it will be useful,
466+# but WITHOUT ANY WARRANTY; without even the implied warranty of
467+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
468+# GNU Affero General Public License for more details.
469+#
470+# You should have received a copy of the GNU Affero General Public License
471+# along with this program. If not, see <http://www.gnu.org/licenses/>.
472+#
473+##############################################################################
474 from openerp.openupgrade import openupgrade
475
476 logger = logging.getLogger('OpenUpgrade')
477
478=== modified file 'mail/migrations/6.1.1.0/post-migration.py'
479--- mail/migrations/6.1.1.0/post-migration.py 2012-02-17 15:03:23 +0000
480+++ mail/migrations/6.1.1.0/post-migration.py 2012-06-19 09:41:20 +0000
481@@ -1,4 +1,23 @@
482 # -*- coding: utf-8 -*-
483+##############################################################################
484+#
485+# OpenERP, Open Source Management Solution
486+# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
487+#
488+# This program is free software: you can redistribute it and/or modify
489+# it under the terms of the GNU Affero General Public License as
490+# published by the Free Software Foundation, either version 3 of the
491+# License, or (at your option) any later version.
492+#
493+# This program is distributed in the hope that it will be useful,
494+# but WITHOUT ANY WARRANTY; without even the implied warranty of
495+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
496+# GNU Affero General Public License for more details.
497+#
498+# You should have received a copy of the GNU Affero General Public License
499+# along with this program. If not, see <http://www.gnu.org/licenses/>.
500+#
501+##############################################################################
502
503 from osv import osv
504 import pooler, logging
505
506=== modified file 'mail/migrations/6.1.1.0/pre-migration.py'
507--- mail/migrations/6.1.1.0/pre-migration.py 2012-03-06 22:27:34 +0000
508+++ mail/migrations/6.1.1.0/pre-migration.py 2012-06-19 09:41:20 +0000
509@@ -1,4 +1,23 @@
510 # -*- coding: utf-8 -*-
511+##############################################################################
512+#
513+# OpenERP, Open Source Management Solution
514+# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
515+#
516+# This program is free software: you can redistribute it and/or modify
517+# it under the terms of the GNU Affero General Public License as
518+# published by the Free Software Foundation, either version 3 of the
519+# License, or (at your option) any later version.
520+#
521+# This program is distributed in the hope that it will be useful,
522+# but WITHOUT ANY WARRANTY; without even the implied warranty of
523+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
524+# GNU Affero General Public License for more details.
525+#
526+# You should have received a copy of the GNU Affero General Public License
527+# along with this program. If not, see <http://www.gnu.org/licenses/>.
528+#
529+##############################################################################
530
531 import os
532 from osv import osv
533
534=== modified file 'product/migrations/6.1.1.1/post-migration.py'
535--- product/migrations/6.1.1.1/post-migration.py 2012-03-06 22:27:34 +0000
536+++ product/migrations/6.1.1.1/post-migration.py 2012-06-19 09:41:20 +0000
537@@ -1,4 +1,23 @@
538 # -*- coding: utf-8 -*-
539+##############################################################################
540+#
541+# OpenERP, Open Source Management Solution
542+# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
543+#
544+# This program is free software: you can redistribute it and/or modify
545+# it under the terms of the GNU Affero General Public License as
546+# published by the Free Software Foundation, either version 3 of the
547+# License, or (at your option) any later version.
548+#
549+# This program is distributed in the hope that it will be useful,
550+# but WITHOUT ANY WARRANTY; without even the implied warranty of
551+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
552+# GNU Affero General Public License for more details.
553+#
554+# You should have received a copy of the GNU Affero General Public License
555+# along with this program. If not, see <http://www.gnu.org/licenses/>.
556+#
557+##############################################################################
558 import os
559 from osv import osv
560 import logging
561
562=== modified file 'project/migrations/6.1.1.1/post-migration.py'
563--- project/migrations/6.1.1.1/post-migration.py 2012-03-06 22:27:34 +0000
564+++ project/migrations/6.1.1.1/post-migration.py 2012-06-19 09:41:20 +0000
565@@ -1,4 +1,23 @@
566 # -*- coding: utf-8 -*-
567+##############################################################################
568+#
569+# OpenERP, Open Source Management Solution
570+# This module copyright (C) 2012 Therp BV (<http://therp.nl>).
571+#
572+# This program is free software: you can redistribute it and/or modify
573+# it under the terms of the GNU Affero General Public License as
574+# published by the Free Software Foundation, either version 3 of the
575+# License, or (at your option) any later version.
576+#
577+# This program is distributed in the hope that it will be useful,
578+# but WITHOUT ANY WARRANTY; without even the implied warranty of
579+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
580+# GNU Affero General Public License for more details.
581+#
582+# You should have received a copy of the GNU Affero General Public License
583+# along with this program. If not, see <http://www.gnu.org/licenses/>.
584+#
585+##############################################################################
586
587 from osv import osv
588 import pooler, logging

Subscribers

People subscribed via source and target branches