Merge lp:~elopio/webbrowser-app/copyright into lp:webbrowser-app

Proposed by Leo Arias
Status: Merged
Approved by: Olivier Tilloy
Approved revision: 447
Merged at revision: 462
Proposed branch: lp:~elopio/webbrowser-app/copyright
Merge into: lp:webbrowser-app
Diff against target: 374 lines (+144/-12)
16 files modified
tests/autopilot/webbrowser_app/__init__.py (+9/-0)
tests/autopilot/webbrowser_app/emulators/__init__.py (+9/-0)
tests/autopilot/webbrowser_app/emulators/browser.py (+9/-0)
tests/autopilot/webbrowser_app/tests/__init__.py (+9/-0)
tests/autopilot/webbrowser_app/tests/test_activity.py (+9/-1)
tests/autopilot/webbrowser_app/tests/test_addressbar_action_button.py (+9/-1)
tests/autopilot/webbrowser_app/tests/test_addressbar_selection.py (+9/-1)
tests/autopilot/webbrowser_app/tests/test_addressbar_states.py (+9/-1)
tests/autopilot/webbrowser_app/tests/test_backforward.py (+9/-1)
tests/autopilot/webbrowser_app/tests/test_chromeless.py (+9/-1)
tests/autopilot/webbrowser_app/tests/test_errorsheet.py (+9/-1)
tests/autopilot/webbrowser_app/tests/test_history.py (+9/-1)
tests/autopilot/webbrowser_app/tests/test_progressbar.py (+9/-1)
tests/autopilot/webbrowser_app/tests/test_tabs.py (+9/-1)
tests/autopilot/webbrowser_app/tests/test_title.py (+9/-1)
tests/autopilot/webbrowser_app/tests/test_toolbar.py (+9/-1)
To merge this branch: bzr merge lp:~elopio/webbrowser-app/copyright
Reviewer Review Type Date Requested Status
Olivier Tilloy Approve
PS Jenkins bot continuous-integration Approve
VĂ­ctor R. Ruiz Pending
Richard Huddie Pending
Javier Collado Pending
Review via email: mp+205075@code.launchpad.net

Commit message

Updated the copyright header on all the python files.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Olivier Tilloy (osomon) wrote :

LGTM.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/autopilot/webbrowser_app/__init__.py'
2--- tests/autopilot/webbrowser_app/__init__.py 2013-03-08 09:52:30 +0000
3+++ tests/autopilot/webbrowser_app/__init__.py 2014-02-06 04:31:54 +0000
4@@ -1,8 +1,17 @@
5 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
6+#
7 # Copyright 2013 Canonical
8 #
9 # This program is free software: you can redistribute it and/or modify it
10 # under the terms of the GNU General Public License version 3, as published
11 # by the Free Software Foundation.
12+#
13+# This program is distributed in the hope that it will be useful,
14+# but WITHOUT ANY WARRANTY; without even the implied warranty of
15+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+# GNU General Public License for more details.
17+#
18+# You should have received a copy of the GNU General Public License
19+# along with this program. If not, see <http://www.gnu.org/licenses/>.
20
21 """webbrowser-app autopilot tests and emulators - top level package."""
22
23=== modified file 'tests/autopilot/webbrowser_app/emulators/__init__.py'
24--- tests/autopilot/webbrowser_app/emulators/__init__.py 2013-01-14 17:07:01 +0000
25+++ tests/autopilot/webbrowser_app/emulators/__init__.py 2014-02-06 04:31:54 +0000
26@@ -1,6 +1,15 @@
27 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
28+#
29 # Copyright 2013 Canonical
30 #
31 # This program is free software: you can redistribute it and/or modify it
32 # under the terms of the GNU General Public License version 3, as published
33 # by the Free Software Foundation.
34+#
35+# This program is distributed in the hope that it will be useful,
36+# but WITHOUT ANY WARRANTY; without even the implied warranty of
37+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
38+# GNU General Public License for more details.
39+#
40+# You should have received a copy of the GNU General Public License
41+# along with this program. If not, see <http://www.gnu.org/licenses/>.
42
43=== modified file 'tests/autopilot/webbrowser_app/emulators/browser.py'
44--- tests/autopilot/webbrowser_app/emulators/browser.py 2013-11-07 15:46:31 +0000
45+++ tests/autopilot/webbrowser_app/emulators/browser.py 2014-02-06 04:31:54 +0000
46@@ -1,9 +1,18 @@
47 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
48+#
49 # Copyright 2013 Canonical
50 #
51 # This program is free software: you can redistribute it and/or modify it
52 # under the terms of the GNU General Public License version 3, as published
53 # by the Free Software Foundation.
54+#
55+# This program is distributed in the hope that it will be useful,
56+# but WITHOUT ANY WARRANTY; without even the implied warranty of
57+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
58+# GNU General Public License for more details.
59+#
60+# You should have received a copy of the GNU General Public License
61+# along with this program. If not, see <http://www.gnu.org/licenses/>.
62
63 from ubuntuuitoolkit import emulators as uitk
64
65
66=== modified file 'tests/autopilot/webbrowser_app/tests/__init__.py'
67--- tests/autopilot/webbrowser_app/tests/__init__.py 2013-12-16 10:46:08 +0000
68+++ tests/autopilot/webbrowser_app/tests/__init__.py 2014-02-06 04:31:54 +0000
69@@ -1,9 +1,18 @@
70 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
71+#
72 # Copyright 2013 Canonical
73 #
74 # This program is free software: you can redistribute it and/or modify it
75 # under the terms of the GNU General Public License version 3, as published
76 # by the Free Software Foundation.
77+#
78+# This program is distributed in the hope that it will be useful,
79+# but WITHOUT ANY WARRANTY; without even the implied warranty of
80+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
81+# GNU General Public License for more details.
82+#
83+# You should have received a copy of the GNU General Public License
84+# along with this program. If not, see <http://www.gnu.org/licenses/>.
85
86 """webbrowser-app autopilot tests."""
87
88
89=== modified file 'tests/autopilot/webbrowser_app/tests/test_activity.py'
90--- tests/autopilot/webbrowser_app/tests/test_activity.py 2013-11-07 16:27:25 +0000
91+++ tests/autopilot/webbrowser_app/tests/test_activity.py 2014-02-06 04:31:54 +0000
92@@ -1,10 +1,18 @@
93-# -*- coding: utf-8 -*-
94+# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
95 #
96 # Copyright 2013 Canonical
97 #
98 # This program is free software: you can redistribute it and/or modify it
99 # under the terms of the GNU General Public License version 3, as published
100 # by the Free Software Foundation.
101+#
102+# This program is distributed in the hope that it will be useful,
103+# but WITHOUT ANY WARRANTY; without even the implied warranty of
104+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
105+# GNU General Public License for more details.
106+#
107+# You should have received a copy of the GNU General Public License
108+# along with this program. If not, see <http://www.gnu.org/licenses/>.
109
110 from __future__ import absolute_import
111
112
113=== modified file 'tests/autopilot/webbrowser_app/tests/test_addressbar_action_button.py'
114--- tests/autopilot/webbrowser_app/tests/test_addressbar_action_button.py 2013-08-29 16:28:44 +0000
115+++ tests/autopilot/webbrowser_app/tests/test_addressbar_action_button.py 2014-02-06 04:31:54 +0000
116@@ -1,10 +1,18 @@
117-# -*- coding: utf-8 -*-
118+# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
119 #
120 # Copyright 2013 Canonical
121 #
122 # This program is free software: you can redistribute it and/or modify it
123 # under the terms of the GNU General Public License version 3, as published
124 # by the Free Software Foundation.
125+#
126+# This program is distributed in the hope that it will be useful,
127+# but WITHOUT ANY WARRANTY; without even the implied warranty of
128+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
129+# GNU General Public License for more details.
130+#
131+# You should have received a copy of the GNU General Public License
132+# along with this program. If not, see <http://www.gnu.org/licenses/>.
133
134 from __future__ import absolute_import
135
136
137=== modified file 'tests/autopilot/webbrowser_app/tests/test_addressbar_selection.py'
138--- tests/autopilot/webbrowser_app/tests/test_addressbar_selection.py 2013-09-16 16:10:10 +0000
139+++ tests/autopilot/webbrowser_app/tests/test_addressbar_selection.py 2014-02-06 04:31:54 +0000
140@@ -1,10 +1,18 @@
141-# -*- coding: utf-8 -*-
142+# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
143 #
144 # Copyright 2013 Canonical
145 #
146 # This program is free software: you can redistribute it and/or modify it
147 # under the terms of the GNU General Public License version 3, as published
148 # by the Free Software Foundation.
149+#
150+# This program is distributed in the hope that it will be useful,
151+# but WITHOUT ANY WARRANTY; without even the implied warranty of
152+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
153+# GNU General Public License for more details.
154+#
155+# You should have received a copy of the GNU General Public License
156+# along with this program. If not, see <http://www.gnu.org/licenses/>.
157
158 from __future__ import absolute_import
159
160
161=== modified file 'tests/autopilot/webbrowser_app/tests/test_addressbar_states.py'
162--- tests/autopilot/webbrowser_app/tests/test_addressbar_states.py 2013-08-29 16:28:44 +0000
163+++ tests/autopilot/webbrowser_app/tests/test_addressbar_states.py 2014-02-06 04:31:54 +0000
164@@ -1,10 +1,18 @@
165-# -*- coding: utf-8 -*-
166+# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
167 #
168 # Copyright 2013 Canonical
169 #
170 # This program is free software: you can redistribute it and/or modify it
171 # under the terms of the GNU General Public License version 3, as published
172 # by the Free Software Foundation.
173+#
174+# This program is distributed in the hope that it will be useful,
175+# but WITHOUT ANY WARRANTY; without even the implied warranty of
176+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
177+# GNU General Public License for more details.
178+#
179+# You should have received a copy of the GNU General Public License
180+# along with this program. If not, see <http://www.gnu.org/licenses/>.
181
182 from __future__ import absolute_import
183
184
185=== modified file 'tests/autopilot/webbrowser_app/tests/test_backforward.py'
186--- tests/autopilot/webbrowser_app/tests/test_backforward.py 2013-11-07 16:27:25 +0000
187+++ tests/autopilot/webbrowser_app/tests/test_backforward.py 2014-02-06 04:31:54 +0000
188@@ -1,10 +1,18 @@
189-# -*- coding: utf-8 -*-
190+# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
191 #
192 # Copyright 2013 Canonical
193 #
194 # This program is free software: you can redistribute it and/or modify it
195 # under the terms of the GNU General Public License version 3, as published
196 # by the Free Software Foundation.
197+#
198+# This program is distributed in the hope that it will be useful,
199+# but WITHOUT ANY WARRANTY; without even the implied warranty of
200+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
201+# GNU General Public License for more details.
202+#
203+# You should have received a copy of the GNU General Public License
204+# along with this program. If not, see <http://www.gnu.org/licenses/>.
205
206 from __future__ import absolute_import
207
208
209=== modified file 'tests/autopilot/webbrowser_app/tests/test_chromeless.py'
210--- tests/autopilot/webbrowser_app/tests/test_chromeless.py 2013-11-05 22:44:16 +0000
211+++ tests/autopilot/webbrowser_app/tests/test_chromeless.py 2014-02-06 04:31:54 +0000
212@@ -1,10 +1,18 @@
213-# -*- coding: utf-8 -*-
214+# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
215 #
216 # Copyright 2013 Canonical
217 #
218 # This program is free software: you can redistribute it and/or modify it
219 # under the terms of the GNU General Public License version 3, as published
220 # by the Free Software Foundation.
221+#
222+# This program is distributed in the hope that it will be useful,
223+# but WITHOUT ANY WARRANTY; without even the implied warranty of
224+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
225+# GNU General Public License for more details.
226+#
227+# You should have received a copy of the GNU General Public License
228+# along with this program. If not, see <http://www.gnu.org/licenses/>.
229
230 from __future__ import absolute_import
231
232
233=== modified file 'tests/autopilot/webbrowser_app/tests/test_errorsheet.py'
234--- tests/autopilot/webbrowser_app/tests/test_errorsheet.py 2013-11-07 16:27:25 +0000
235+++ tests/autopilot/webbrowser_app/tests/test_errorsheet.py 2014-02-06 04:31:54 +0000
236@@ -1,10 +1,18 @@
237-# -*- coding: utf-8 -*-
238+# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
239 #
240 # Copyright 2013 Canonical
241 #
242 # This program is free software: you can redistribute it and/or modify it
243 # under the terms of the GNU General Public License version 3, as published
244 # by the Free Software Foundation.
245+#
246+# This program is distributed in the hope that it will be useful,
247+# but WITHOUT ANY WARRANTY; without even the implied warranty of
248+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
249+# GNU General Public License for more details.
250+#
251+# You should have received a copy of the GNU General Public License
252+# along with this program. If not, see <http://www.gnu.org/licenses/>.
253
254 from __future__ import absolute_import
255
256
257=== modified file 'tests/autopilot/webbrowser_app/tests/test_history.py'
258--- tests/autopilot/webbrowser_app/tests/test_history.py 2013-11-05 11:03:40 +0000
259+++ tests/autopilot/webbrowser_app/tests/test_history.py 2014-02-06 04:31:54 +0000
260@@ -1,10 +1,18 @@
261-# -*- coding: utf-8 -*-
262+# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
263 #
264 # Copyright 2013 Canonical
265 #
266 # This program is free software: you can redistribute it and/or modify it
267 # under the terms of the GNU General Public License version 3, as published
268 # by the Free Software Foundation.
269+#
270+# This program is distributed in the hope that it will be useful,
271+# but WITHOUT ANY WARRANTY; without even the implied warranty of
272+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
273+# GNU General Public License for more details.
274+#
275+# You should have received a copy of the GNU General Public License
276+# along with this program. If not, see <http://www.gnu.org/licenses/>.
277
278 from __future__ import absolute_import
279
280
281=== modified file 'tests/autopilot/webbrowser_app/tests/test_progressbar.py'
282--- tests/autopilot/webbrowser_app/tests/test_progressbar.py 2013-12-16 10:46:08 +0000
283+++ tests/autopilot/webbrowser_app/tests/test_progressbar.py 2014-02-06 04:31:54 +0000
284@@ -1,10 +1,18 @@
285-# -*- coding: utf-8 -*-
286+# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
287 #
288 # Copyright 2013 Canonical
289 #
290 # This program is free software: you can redistribute it and/or modify it
291 # under the terms of the GNU General Public License version 3, as published
292 # by the Free Software Foundation.
293+#
294+# This program is distributed in the hope that it will be useful,
295+# but WITHOUT ANY WARRANTY; without even the implied warranty of
296+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
297+# GNU General Public License for more details.
298+#
299+# You should have received a copy of the GNU General Public License
300+# along with this program. If not, see <http://www.gnu.org/licenses/>.
301
302 from __future__ import absolute_import
303
304
305=== modified file 'tests/autopilot/webbrowser_app/tests/test_tabs.py'
306--- tests/autopilot/webbrowser_app/tests/test_tabs.py 2013-11-05 22:44:16 +0000
307+++ tests/autopilot/webbrowser_app/tests/test_tabs.py 2014-02-06 04:31:54 +0000
308@@ -1,10 +1,18 @@
309-# -*- coding: utf-8 -*-
310+# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
311 #
312 # Copyright 2013 Canonical
313 #
314 # This program is free software: you can redistribute it and/or modify it
315 # under the terms of the GNU General Public License version 3, as published
316 # by the Free Software Foundation.
317+#
318+# This program is distributed in the hope that it will be useful,
319+# but WITHOUT ANY WARRANTY; without even the implied warranty of
320+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
321+# GNU General Public License for more details.
322+#
323+# You should have received a copy of the GNU General Public License
324+# along with this program. If not, see <http://www.gnu.org/licenses/>.
325
326 from __future__ import absolute_import
327
328
329=== modified file 'tests/autopilot/webbrowser_app/tests/test_title.py'
330--- tests/autopilot/webbrowser_app/tests/test_title.py 2013-11-18 08:24:45 +0000
331+++ tests/autopilot/webbrowser_app/tests/test_title.py 2014-02-06 04:31:54 +0000
332@@ -1,10 +1,18 @@
333-# -*- coding: utf-8 -*-
334+# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
335 #
336 # Copyright 2013 Canonical
337 #
338 # This program is free software: you can redistribute it and/or modify it
339 # under the terms of the GNU General Public License version 3, as published
340 # by the Free Software Foundation.
341+#
342+# This program is distributed in the hope that it will be useful,
343+# but WITHOUT ANY WARRANTY; without even the implied warranty of
344+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
345+# GNU General Public License for more details.
346+#
347+# You should have received a copy of the GNU General Public License
348+# along with this program. If not, see <http://www.gnu.org/licenses/>.
349
350 from __future__ import absolute_import
351
352
353=== modified file 'tests/autopilot/webbrowser_app/tests/test_toolbar.py'
354--- tests/autopilot/webbrowser_app/tests/test_toolbar.py 2013-11-07 16:27:25 +0000
355+++ tests/autopilot/webbrowser_app/tests/test_toolbar.py 2014-02-06 04:31:54 +0000
356@@ -1,10 +1,18 @@
357-# -*- coding: utf-8 -*-
358+# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
359 #
360 # Copyright 2013 Canonical
361 #
362 # This program is free software: you can redistribute it and/or modify it
363 # under the terms of the GNU General Public License version 3, as published
364 # by the Free Software Foundation.
365+#
366+# This program is distributed in the hope that it will be useful,
367+# but WITHOUT ANY WARRANTY; without even the implied warranty of
368+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
369+# GNU General Public License for more details.
370+#
371+# You should have received a copy of the GNU General Public License
372+# along with this program. If not, see <http://www.gnu.org/licenses/>.
373
374 from __future__ import absolute_import
375

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: