Merge lp:~seshucl/unity-2d/unity-2d-added-copyrights2-qmlfiles into lp:unity-2d/3.0

Proposed by Seshu Reddy Cheedepudi
Status: Merged
Approved by: Florian Boucault
Approved revision: 468
Merged at revision: 470
Proposed branch: lp:~seshucl/unity-2d/unity-2d-added-copyrights2-qmlfiles
Merge into: lp:unity-2d/3.0
Diff against target: 987 lines (+684/-0)
38 files modified
launcher/AutoScrollingListView.qml (+18/-0)
launcher/Launcher.qml (+18/-0)
launcher/LauncherItem.qml (+18/-0)
launcher/LauncherList.qml (+18/-0)
launcher/ListViewDragAndDrop.qml (+18/-0)
places/AbstractButton.qml (+18/-0)
places/Button.qml (+18/-0)
places/CenteredGridView.qml (+18/-0)
places/FoldingArrow.qml (+18/-0)
places/GnomeBackground.qml (+18/-0)
places/GroupHeader.qml (+18/-0)
places/Home.qml (+18/-0)
places/HomeButton.qml (+18/-0)
places/HomeButtonApplication.qml (+18/-0)
places/ListViewWithScrollbar.qml (+18/-0)
places/PageModel.qml (+18/-0)
places/PlaceEntryView.qml (+18/-0)
places/Renderer.qml (+18/-0)
places/RendererGrid.qml (+18/-0)
places/Scrollbar.qml (+18/-0)
places/SearchEntry.qml (+18/-0)
places/SearchRefine.qml (+18/-0)
places/SearchRefineOption.qml (+18/-0)
places/SearchRefineOptionType.qml (+18/-0)
places/TextCustom.qml (+18/-0)
places/TickBox.qml (+18/-0)
places/UnityDefaultRenderer.qml (+18/-0)
places/UnityEmptySearchRenderer.qml (+18/-0)
places/UnityEmptySectionRenderer.qml (+18/-0)
places/UnityFileInfoRenderer.qml (+18/-0)
places/UnityShowcaseRenderer.qml (+18/-0)
places/dash.qml (+18/-0)
spread/GnomeBackground.qml (+18/-0)
spread/ScaledItem.qml (+18/-0)
spread/Window.qml (+18/-0)
spread/Windows.qml (+18/-0)
spread/Workspace.qml (+18/-0)
spread/Workspaces.qml (+18/-0)
To merge this branch: bzr merge lp:~seshucl/unity-2d/unity-2d-added-copyrights2-qmlfiles
Reviewer Review Type Date Requested Status
Florian Boucault (community) Approve
Review via email: mp+54297@code.launchpad.net

Commit message

Fix for Bug #716580: QML files are missing copyright headers; Added the copyright to the qml files.

Description of the change

Fix for Bug #716580: QML files are missing copyright headers; Added the copyright to the qml files.

To post a comment you must log in.
Revision history for this message
Florian Boucault (fboucault) wrote :

Well done Seshu, thank you!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'launcher/AutoScrollingListView.qml'
2--- launcher/AutoScrollingListView.qml 2011-03-11 17:18:22 +0000
3+++ launcher/AutoScrollingListView.qml 2011-03-22 06:27:28 +0000
4@@ -1,3 +1,21 @@
5+/*
6+ * This file is part of unity-2d
7+ *
8+ * Copyright 2010-2011 Canonical Ltd.
9+ *
10+ * This program is free software; you can redistribute it and/or modify
11+ * it under the terms of the GNU General Public License as published by
12+ * the Free Software Foundation; version 3.
13+ *
14+ * This program is distributed in the hope that it will be useful,
15+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+ * GNU General Public License for more details.
18+ *
19+ * You should have received a copy of the GNU General Public License
20+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
21+ */
22+
23 import Qt 4.7
24
25 /* AutoScrollingListView
26
27=== modified file 'launcher/Launcher.qml'
28--- launcher/Launcher.qml 2011-03-21 14:26:53 +0000
29+++ launcher/Launcher.qml 2011-03-22 06:27:28 +0000
30@@ -1,3 +1,21 @@
31+/*
32+ * This file is part of unity-2d
33+ *
34+ * Copyright 2010-2011 Canonical Ltd.
35+ *
36+ * This program is free software; you can redistribute it and/or modify
37+ * it under the terms of the GNU General Public License as published by
38+ * the Free Software Foundation; version 3.
39+ *
40+ * This program is distributed in the hope that it will be useful,
41+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
42+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
43+ * GNU General Public License for more details.
44+ *
45+ * You should have received a copy of the GNU General Public License
46+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
47+ */
48+
49 import Qt 4.7
50 import UnityApplications 1.0
51 import Unity2d 1.0 /* required for drag’n’drop handling */
52
53=== modified file 'launcher/LauncherItem.qml'
54--- launcher/LauncherItem.qml 2011-03-21 21:00:17 +0000
55+++ launcher/LauncherItem.qml 2011-03-22 06:27:28 +0000
56@@ -1,3 +1,21 @@
57+/*
58+ * This file is part of unity-2d
59+ *
60+ * Copyright 2010-2011 Canonical Ltd.
61+ *
62+ * This program is free software; you can redistribute it and/or modify
63+ * it under the terms of the GNU General Public License as published by
64+ * the Free Software Foundation; version 3.
65+ *
66+ * This program is distributed in the hope that it will be useful,
67+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
68+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
69+ * GNU General Public License for more details.
70+ *
71+ * You should have received a copy of the GNU General Public License
72+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
73+ */
74+
75 import Qt 4.7
76 import Unity2d 1.0
77
78
79=== modified file 'launcher/LauncherList.qml'
80--- launcher/LauncherList.qml 2011-03-21 13:03:36 +0000
81+++ launcher/LauncherList.qml 2011-03-22 06:27:28 +0000
82@@ -1,3 +1,21 @@
83+/*
84+ * This file is part of unity-2d
85+ *
86+ * Copyright 2010-2011 Canonical Ltd.
87+ *
88+ * This program is free software; you can redistribute it and/or modify
89+ * it under the terms of the GNU General Public License as published by
90+ * the Free Software Foundation; version 3.
91+ *
92+ * This program is distributed in the hope that it will be useful,
93+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
94+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
95+ * GNU General Public License for more details.
96+ *
97+ * You should have received a copy of the GNU General Public License
98+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
99+ */
100+
101 import Qt 4.7
102 import UnityApplications 1.0
103 import Unity2d 1.0 /* required for drag’n’drop handling */
104
105=== modified file 'launcher/ListViewDragAndDrop.qml'
106--- launcher/ListViewDragAndDrop.qml 2011-03-01 16:40:00 +0000
107+++ launcher/ListViewDragAndDrop.qml 2011-03-22 06:27:28 +0000
108@@ -1,3 +1,21 @@
109+/*
110+ * This file is part of unity-2d
111+ *
112+ * Copyright 2010-2011 Canonical Ltd.
113+ *
114+ * This program is free software; you can redistribute it and/or modify
115+ * it under the terms of the GNU General Public License as published by
116+ * the Free Software Foundation; version 3.
117+ *
118+ * This program is distributed in the hope that it will be useful,
119+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
120+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
121+ * GNU General Public License for more details.
122+ *
123+ * You should have received a copy of the GNU General Public License
124+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
125+ */
126+
127 import Qt 4.7
128
129 /* When added as a child of a ListView and the listview itself is set to the
130
131=== modified file 'places/AbstractButton.qml'
132--- places/AbstractButton.qml 2011-02-11 00:23:18 +0000
133+++ places/AbstractButton.qml 2011-03-22 06:27:28 +0000
134@@ -1,3 +1,21 @@
135+/*
136+ * This file is part of unity-2d
137+ *
138+ * Copyright 2010-2011 Canonical Ltd.
139+ *
140+ * This program is free software; you can redistribute it and/or modify
141+ * it under the terms of the GNU General Public License as published by
142+ * the Free Software Foundation; version 3.
143+ *
144+ * This program is distributed in the hope that it will be useful,
145+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
146+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
147+ * GNU General Public License for more details.
148+ *
149+ * You should have received a copy of the GNU General Public License
150+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
151+ */
152+
153 import Qt 4.7
154
155 FocusScope {
156
157=== modified file 'places/Button.qml'
158--- places/Button.qml 2010-10-20 02:53:28 +0000
159+++ places/Button.qml 2011-03-22 06:27:28 +0000
160@@ -1,3 +1,21 @@
161+/*
162+ * This file is part of unity-2d
163+ *
164+ * Copyright 2010-2011 Canonical Ltd.
165+ *
166+ * This program is free software; you can redistribute it and/or modify
167+ * it under the terms of the GNU General Public License as published by
168+ * the Free Software Foundation; version 3.
169+ *
170+ * This program is distributed in the hope that it will be useful,
171+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
172+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
173+ * GNU General Public License for more details.
174+ *
175+ * You should have received a copy of the GNU General Public License
176+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
177+ */
178+
179 import Qt 4.7
180
181 AbstractButton {
182
183=== modified file 'places/CenteredGridView.qml'
184--- places/CenteredGridView.qml 2011-02-21 12:32:05 +0000
185+++ places/CenteredGridView.qml 2011-03-22 06:27:28 +0000
186@@ -1,3 +1,21 @@
187+/*
188+ * This file is part of unity-2d
189+ *
190+ * Copyright 2010-2011 Canonical Ltd.
191+ *
192+ * This program is free software; you can redistribute it and/or modify
193+ * it under the terms of the GNU General Public License as published by
194+ * the Free Software Foundation; version 3.
195+ *
196+ * This program is distributed in the hope that it will be useful,
197+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
198+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
199+ * GNU General Public License for more details.
200+ *
201+ * You should have received a copy of the GNU General Public License
202+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
203+ */
204+
205 import Qt 4.7
206
207 GridView {
208
209=== modified file 'places/FoldingArrow.qml'
210--- places/FoldingArrow.qml 2011-02-13 22:11:25 +0000
211+++ places/FoldingArrow.qml 2011-03-22 06:27:28 +0000
212@@ -1,3 +1,21 @@
213+/*
214+ * This file is part of unity-2d
215+ *
216+ * Copyright 2010-2011 Canonical Ltd.
217+ *
218+ * This program is free software; you can redistribute it and/or modify
219+ * it under the terms of the GNU General Public License as published by
220+ * the Free Software Foundation; version 3.
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+
231 import Qt 4.7
232 import Effects 1.0
233
234
235=== modified file 'places/GnomeBackground.qml'
236--- places/GnomeBackground.qml 2011-02-07 15:32:51 +0000
237+++ places/GnomeBackground.qml 2011-03-22 06:27:28 +0000
238@@ -1,3 +1,21 @@
239+/*
240+ * This file is part of unity-2d
241+ *
242+ * Copyright 2010-2011 Canonical Ltd.
243+ *
244+ * This program is free software; you can redistribute it and/or modify
245+ * it under the terms of the GNU General Public License as published by
246+ * the Free Software Foundation; version 3.
247+ *
248+ * This program is distributed in the hope that it will be useful,
249+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
250+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
251+ * GNU General Public License for more details.
252+ *
253+ * You should have received a copy of the GNU General Public License
254+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
255+ */
256+
257 import Qt 4.7
258 import gconf 1.0
259 /* Necessary to access the blended image provider and CacheEffect */
260
261=== modified file 'places/GroupHeader.qml'
262--- places/GroupHeader.qml 2011-03-16 16:51:20 +0000
263+++ places/GroupHeader.qml 2011-03-22 06:27:28 +0000
264@@ -1,3 +1,21 @@
265+/*
266+ * This file is part of unity-2d
267+ *
268+ * Copyright 2010-2011 Canonical Ltd.
269+ *
270+ * This program is free software; you can redistribute it and/or modify
271+ * it under the terms of the GNU General Public License as published by
272+ * the Free Software Foundation; version 3.
273+ *
274+ * This program is distributed in the hope that it will be useful,
275+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
276+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
277+ * GNU General Public License for more details.
278+ *
279+ * You should have received a copy of the GNU General Public License
280+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
281+ */
282+
283 import Qt 4.7
284 import Effects 1.0
285
286
287=== modified file 'places/Home.qml'
288--- places/Home.qml 2011-03-16 16:51:20 +0000
289+++ places/Home.qml 2011-03-22 06:27:28 +0000
290@@ -1,3 +1,21 @@
291+/*
292+ * This file is part of unity-2d
293+ *
294+ * Copyright 2010-2011 Canonical Ltd.
295+ *
296+ * This program is free software; you can redistribute it and/or modify
297+ * it under the terms of the GNU General Public License as published by
298+ * the Free Software Foundation; version 3.
299+ *
300+ * This program is distributed in the hope that it will be useful,
301+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
302+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
303+ * GNU General Public License for more details.
304+ *
305+ * You should have received a copy of the GNU General Public License
306+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
307+ */
308+
309 import Qt 4.7
310 import UnityApplications 1.0 /* Necessary for the ImageProvider serving image://icons/theme_name/icon_name */
311 import Unity2d 1.0 /* Necessary for QSortFilterProxyModelQML */
312
313=== modified file 'places/HomeButton.qml'
314--- places/HomeButton.qml 2011-02-22 00:25:50 +0000
315+++ places/HomeButton.qml 2011-03-22 06:27:28 +0000
316@@ -1,3 +1,21 @@
317+/*
318+ * This file is part of unity-2d
319+ *
320+ * Copyright 2010-2011 Canonical Ltd.
321+ *
322+ * This program is free software; you can redistribute it and/or modify
323+ * it under the terms of the GNU General Public License as published by
324+ * the Free Software Foundation; version 3.
325+ *
326+ * This program is distributed in the hope that it will be useful,
327+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
328+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
329+ * GNU General Public License for more details.
330+ *
331+ * You should have received a copy of the GNU General Public License
332+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
333+ */
334+
335 import Qt 4.7
336
337 Button {
338
339=== modified file 'places/HomeButtonApplication.qml'
340--- places/HomeButtonApplication.qml 2011-02-22 00:25:50 +0000
341+++ places/HomeButtonApplication.qml 2011-03-22 06:27:28 +0000
342@@ -1,3 +1,21 @@
343+/*
344+ * This file is part of unity-2d
345+ *
346+ * Copyright 2010-2011 Canonical Ltd.
347+ *
348+ * This program is free software; you can redistribute it and/or modify
349+ * it under the terms of the GNU General Public License as published by
350+ * the Free Software Foundation; version 3.
351+ *
352+ * This program is distributed in the hope that it will be useful,
353+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
354+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
355+ * GNU General Public License for more details.
356+ *
357+ * You should have received a copy of the GNU General Public License
358+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
359+ */
360+
361 import Qt 4.7
362 /* Necessary for:
363 - ImageProvider serving image://icons/theme_name/icon_name
364
365=== modified file 'places/ListViewWithScrollbar.qml'
366--- places/ListViewWithScrollbar.qml 2011-03-09 15:35:09 +0000
367+++ places/ListViewWithScrollbar.qml 2011-03-22 06:27:28 +0000
368@@ -1,3 +1,21 @@
369+/*
370+ * This file is part of unity-2d
371+ *
372+ * Copyright 2010-2011 Canonical Ltd.
373+ *
374+ * This program is free software; you can redistribute it and/or modify
375+ * it under the terms of the GNU General Public License as published by
376+ * the Free Software Foundation; version 3.
377+ *
378+ * This program is distributed in the hope that it will be useful,
379+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
380+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
381+ * GNU General Public License for more details.
382+ *
383+ * You should have received a copy of the GNU General Public License
384+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
385+ */
386+
387 import Qt 4.7
388
389 Item {
390
391=== modified file 'places/PageModel.qml'
392--- places/PageModel.qml 2011-01-06 23:19:27 +0000
393+++ places/PageModel.qml 2011-03-22 06:27:28 +0000
394@@ -1,3 +1,21 @@
395+/*
396+ * This file is part of unity-2d
397+ *
398+ * Copyright 2010-2011 Canonical Ltd.
399+ *
400+ * This program is free software; you can redistribute it and/or modify
401+ * it under the terms of the GNU General Public License as published by
402+ * the Free Software Foundation; version 3.
403+ *
404+ * This program is distributed in the hope that it will be useful,
405+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
406+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
407+ * GNU General Public License for more details.
408+ *
409+ * You should have received a copy of the GNU General Public License
410+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
411+ */
412+
413 import Qt 4.7
414
415 QtObject {
416
417=== modified file 'places/PlaceEntryView.qml'
418--- places/PlaceEntryView.qml 2011-02-21 17:16:32 +0000
419+++ places/PlaceEntryView.qml 2011-03-22 06:27:28 +0000
420@@ -1,3 +1,21 @@
421+/*
422+ * This file is part of unity-2d
423+ *
424+ * Copyright 2010-2011 Canonical Ltd.
425+ *
426+ * This program is free software; you can redistribute it and/or modify
427+ * it under the terms of the GNU General Public License as published by
428+ * the Free Software Foundation; version 3.
429+ *
430+ * This program is distributed in the hope that it will be useful,
431+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
432+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
433+ * GNU General Public License for more details.
434+ *
435+ * You should have received a copy of the GNU General Public License
436+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
437+ */
438+
439 import Qt 4.7
440 import Unity2d 1.0 /* Necessary for QSortFilterProxyModelQML */
441
442
443=== modified file 'places/Renderer.qml'
444--- places/Renderer.qml 2011-01-07 05:47:18 +0000
445+++ places/Renderer.qml 2011-03-22 06:27:28 +0000
446@@ -1,3 +1,21 @@
447+/*
448+ * This file is part of unity-2d
449+ *
450+ * Copyright 2010-2011 Canonical Ltd.
451+ *
452+ * This program is free software; you can redistribute it and/or modify
453+ * it under the terms of the GNU General Public License as published by
454+ * the Free Software Foundation; version 3.
455+ *
456+ * This program is distributed in the hope that it will be useful,
457+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
458+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
459+ * GNU General Public License for more details.
460+ *
461+ * You should have received a copy of the GNU General Public License
462+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
463+ */
464+
465 import Qt 4.7
466
467 /* A renderer is used to display a group of a place, that is a set of items from
468
469=== modified file 'places/RendererGrid.qml'
470--- places/RendererGrid.qml 2011-03-11 09:16:42 +0000
471+++ places/RendererGrid.qml 2011-03-22 06:27:28 +0000
472@@ -1,3 +1,21 @@
473+/*
474+ * This file is part of unity-2d
475+ *
476+ * Copyright 2010-2011 Canonical Ltd.
477+ *
478+ * This program is free software; you can redistribute it and/or modify
479+ * it under the terms of the GNU General Public License as published by
480+ * the Free Software Foundation; version 3.
481+ *
482+ * This program is distributed in the hope that it will be useful,
483+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
484+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
485+ * GNU General Public License for more details.
486+ *
487+ * You should have received a copy of the GNU General Public License
488+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
489+ */
490+
491 import Qt 4.7
492 import UnityApplications 1.0 /* Necessary for the ImageProvider serving image://icons */
493
494
495=== modified file 'places/Scrollbar.qml'
496--- places/Scrollbar.qml 2011-02-13 22:56:02 +0000
497+++ places/Scrollbar.qml 2011-03-22 06:27:28 +0000
498@@ -1,3 +1,21 @@
499+/*
500+ * This file is part of unity-2d
501+ *
502+ * Copyright 2010-2011 Canonical Ltd.
503+ *
504+ * This program is free software; you can redistribute it and/or modify
505+ * it under the terms of the GNU General Public License as published by
506+ * the Free Software Foundation; version 3.
507+ *
508+ * This program is distributed in the hope that it will be useful,
509+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
510+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
511+ * GNU General Public License for more details.
512+ *
513+ * You should have received a copy of the GNU General Public License
514+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
515+ */
516+
517 import Qt 4.7
518
519 /* Scrollbar composed of:
520
521=== modified file 'places/SearchEntry.qml'
522--- places/SearchEntry.qml 2011-03-16 16:51:20 +0000
523+++ places/SearchEntry.qml 2011-03-22 06:27:28 +0000
524@@ -1,3 +1,21 @@
525+/*
526+ * This file is part of unity-2d
527+ *
528+ * Copyright 2010-2011 Canonical Ltd.
529+ *
530+ * This program is free software; you can redistribute it and/or modify
531+ * it under the terms of the GNU General Public License as published by
532+ * the Free Software Foundation; version 3.
533+ *
534+ * This program is distributed in the hope that it will be useful,
535+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
536+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
537+ * GNU General Public License for more details.
538+ *
539+ * You should have received a copy of the GNU General Public License
540+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
541+ */
542+
543 import Qt 4.7
544 import Effects 1.0
545
546
547=== modified file 'places/SearchRefine.qml'
548--- places/SearchRefine.qml 2011-03-16 16:51:20 +0000
549+++ places/SearchRefine.qml 2011-03-22 06:27:28 +0000
550@@ -1,3 +1,21 @@
551+/*
552+ * This file is part of unity-2d
553+ *
554+ * Copyright 2010-2011 Canonical Ltd.
555+ *
556+ * This program is free software; you can redistribute it and/or modify
557+ * it under the terms of the GNU General Public License as published by
558+ * the Free Software Foundation; version 3.
559+ *
560+ * This program is distributed in the hope that it will be useful,
561+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
562+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
563+ * GNU General Public License for more details.
564+ *
565+ * You should have received a copy of the GNU General Public License
566+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
567+ */
568+
569 import Qt 4.7
570 import Effects 1.0
571
572
573=== modified file 'places/SearchRefineOption.qml'
574--- places/SearchRefineOption.qml 2011-02-14 13:53:03 +0000
575+++ places/SearchRefineOption.qml 2011-03-22 06:27:28 +0000
576@@ -1,3 +1,21 @@
577+/*
578+ * This file is part of unity-2d
579+ *
580+ * Copyright 2010-2011 Canonical Ltd.
581+ *
582+ * This program is free software; you can redistribute it and/or modify
583+ * it under the terms of the GNU General Public License as published by
584+ * the Free Software Foundation; version 3.
585+ *
586+ * This program is distributed in the hope that it will be useful,
587+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
588+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
589+ * GNU General Public License for more details.
590+ *
591+ * You should have received a copy of the GNU General Public License
592+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
593+ */
594+
595 import Qt 4.7
596
597 FocusScope {
598
599=== modified file 'places/SearchRefineOptionType.qml'
600--- places/SearchRefineOptionType.qml 2011-02-22 03:19:42 +0000
601+++ places/SearchRefineOptionType.qml 2011-03-22 06:27:28 +0000
602@@ -1,3 +1,21 @@
603+/*
604+ * This file is part of unity-2d
605+ *
606+ * Copyright 2010-2011 Canonical Ltd.
607+ *
608+ * This program is free software; you can redistribute it and/or modify
609+ * it under the terms of the GNU General Public License as published by
610+ * the Free Software Foundation; version 3.
611+ *
612+ * This program is distributed in the hope that it will be useful,
613+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
614+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
615+ * GNU General Public License for more details.
616+ *
617+ * You should have received a copy of the GNU General Public License
618+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
619+ */
620+
621 import Qt 4.7
622
623 SearchRefineOption {
624
625=== modified file 'places/TextCustom.qml'
626--- places/TextCustom.qml 2010-10-14 11:18:30 +0000
627+++ places/TextCustom.qml 2011-03-22 06:27:28 +0000
628@@ -1,3 +1,21 @@
629+/*
630+ * This file is part of unity-2d
631+ *
632+ * Copyright 2010-2011 Canonical Ltd.
633+ *
634+ * This program is free software; you can redistribute it and/or modify
635+ * it under the terms of the GNU General Public License as published by
636+ * the Free Software Foundation; version 3.
637+ *
638+ * This program is distributed in the hope that it will be useful,
639+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
640+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
641+ * GNU General Public License for more details.
642+ *
643+ * You should have received a copy of the GNU General Public License
644+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
645+ */
646+
647 import Qt 4.7
648
649 /* Custom Text factorising the font style. */
650
651=== modified file 'places/TickBox.qml'
652--- places/TickBox.qml 2011-02-14 13:53:03 +0000
653+++ places/TickBox.qml 2011-03-22 06:27:28 +0000
654@@ -1,3 +1,21 @@
655+/*
656+ * This file is part of unity-2d
657+ *
658+ * Copyright 2010-2011 Canonical Ltd.
659+ *
660+ * This program is free software; you can redistribute it and/or modify
661+ * it under the terms of the GNU General Public License as published by
662+ * the Free Software Foundation; version 3.
663+ *
664+ * This program is distributed in the hope that it will be useful,
665+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
666+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
667+ * GNU General Public License for more details.
668+ *
669+ * You should have received a copy of the GNU General Public License
670+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
671+ */
672+
673 import Qt 4.7
674
675 AbstractButton {
676
677=== modified file 'places/UnityDefaultRenderer.qml'
678--- places/UnityDefaultRenderer.qml 2011-03-11 09:16:42 +0000
679+++ places/UnityDefaultRenderer.qml 2011-03-22 06:27:28 +0000
680@@ -1,3 +1,21 @@
681+/*
682+ * This file is part of unity-2d
683+ *
684+ * Copyright 2010-2011 Canonical Ltd.
685+ *
686+ * This program is free software; you can redistribute it and/or modify
687+ * it under the terms of the GNU General Public License as published by
688+ * the Free Software Foundation; version 3.
689+ *
690+ * This program is distributed in the hope that it will be useful,
691+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
692+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
693+ * GNU General Public License for more details.
694+ *
695+ * You should have received a copy of the GNU General Public License
696+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
697+ */
698+
699 import Qt 4.7
700
701 RendererGrid {
702
703=== modified file 'places/UnityEmptySearchRenderer.qml'
704--- places/UnityEmptySearchRenderer.qml 2011-03-09 15:50:03 +0000
705+++ places/UnityEmptySearchRenderer.qml 2011-03-22 06:27:28 +0000
706@@ -1,3 +1,21 @@
707+/*
708+ * This file is part of unity-2d
709+ *
710+ * Copyright 2010-2011 Canonical Ltd.
711+ *
712+ * This program is free software; you can redistribute it and/or modify
713+ * it under the terms of the GNU General Public License as published by
714+ * the Free Software Foundation; version 3.
715+ *
716+ * This program is distributed in the hope that it will be useful,
717+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
718+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
719+ * GNU General Public License for more details.
720+ *
721+ * You should have received a copy of the GNU General Public License
722+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
723+ */
724+
725 import Qt 4.7
726
727 /* Used to convey to the user that the current section is empty.
728
729=== modified file 'places/UnityEmptySectionRenderer.qml'
730--- places/UnityEmptySectionRenderer.qml 2010-11-22 13:50:02 +0000
731+++ places/UnityEmptySectionRenderer.qml 2011-03-22 06:27:28 +0000
732@@ -1,3 +1,21 @@
733+/*
734+ * This file is part of unity-2d
735+ *
736+ * Copyright 2010-2011 Canonical Ltd.
737+ *
738+ * This program is free software; you can redistribute it and/or modify
739+ * it under the terms of the GNU General Public License as published by
740+ * the Free Software Foundation; version 3.
741+ *
742+ * This program is distributed in the hope that it will be useful,
743+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
744+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
745+ * GNU General Public License for more details.
746+ *
747+ * You should have received a copy of the GNU General Public License
748+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
749+ */
750+
751 import Qt 4.7
752
753 UnityEmptySearchRenderer {
754
755=== modified file 'places/UnityFileInfoRenderer.qml'
756--- places/UnityFileInfoRenderer.qml 2011-02-10 09:38:47 +0000
757+++ places/UnityFileInfoRenderer.qml 2011-03-22 06:27:28 +0000
758@@ -1,3 +1,21 @@
759+/*
760+ * This file is part of unity-2d
761+ *
762+ * Copyright 2010-2011 Canonical Ltd.
763+ *
764+ * This program is free software; you can redistribute it and/or modify
765+ * it under the terms of the GNU General Public License as published by
766+ * the Free Software Foundation; version 3.
767+ *
768+ * This program is distributed in the hope that it will be useful,
769+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
770+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
771+ * GNU General Public License for more details.
772+ *
773+ * You should have received a copy of the GNU General Public License
774+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
775+ */
776+
777 import Qt 4.7
778
779 RendererGrid {
780
781=== modified file 'places/UnityShowcaseRenderer.qml'
782--- places/UnityShowcaseRenderer.qml 2010-11-12 19:45:32 +0000
783+++ places/UnityShowcaseRenderer.qml 2011-03-22 06:27:28 +0000
784@@ -1,3 +1,21 @@
785+/*
786+ * This file is part of unity-2d
787+ *
788+ * Copyright 2010-2011 Canonical Ltd.
789+ *
790+ * This program is free software; you can redistribute it and/or modify
791+ * it under the terms of the GNU General Public License as published by
792+ * the Free Software Foundation; version 3.
793+ *
794+ * This program is distributed in the hope that it will be useful,
795+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
796+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
797+ * GNU General Public License for more details.
798+ *
799+ * You should have received a copy of the GNU General Public License
800+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
801+ */
802+
803 import Qt 4.7
804
805 UnityDefaultRenderer {
806
807=== modified file 'places/dash.qml'
808--- places/dash.qml 2011-03-10 15:17:17 +0000
809+++ places/dash.qml 2011-03-22 06:27:28 +0000
810@@ -1,3 +1,21 @@
811+/*
812+ * This file is part of unity-2d
813+ *
814+ * Copyright 2010-2011 Canonical Ltd.
815+ *
816+ * This program is free software; you can redistribute it and/or modify
817+ * it under the terms of the GNU General Public License as published by
818+ * the Free Software Foundation; version 3.
819+ *
820+ * This program is distributed in the hope that it will be useful,
821+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
822+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
823+ * GNU General Public License for more details.
824+ *
825+ * You should have received a copy of the GNU General Public License
826+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
827+ */
828+
829 import Qt 4.7
830 import UnityApplications 1.0 /* Necessary for LauncherPlacesList */
831 import Places 1.0 /* Necessary for DashDeclarativeView.*Dash */
832
833=== modified file 'spread/GnomeBackground.qml'
834--- spread/GnomeBackground.qml 2011-02-08 11:48:16 +0000
835+++ spread/GnomeBackground.qml 2011-03-22 06:27:28 +0000
836@@ -1,3 +1,21 @@
837+/*
838+ * This file is part of unity-2d
839+ *
840+ * Copyright 2010-2011 Canonical Ltd.
841+ *
842+ * This program is free software; you can redistribute it and/or modify
843+ * it under the terms of the GNU General Public License as published by
844+ * the Free Software Foundation; version 3.
845+ *
846+ * This program is distributed in the hope that it will be useful,
847+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
848+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
849+ * GNU General Public License for more details.
850+ *
851+ * You should have received a copy of the GNU General Public License
852+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
853+ */
854+
855 import Qt 4.7
856 import gconf 1.0
857 /* Necessary to access the blended image provider and CacheEffect */
858
859=== modified file 'spread/ScaledItem.qml'
860--- spread/ScaledItem.qml 2011-02-05 04:42:45 +0000
861+++ spread/ScaledItem.qml 2011-03-22 06:27:28 +0000
862@@ -1,3 +1,21 @@
863+/*
864+ * This file is part of unity-2d
865+ *
866+ * Copyright 2010-2011 Canonical Ltd.
867+ *
868+ * This program is free software; you can redistribute it and/or modify
869+ * it under the terms of the GNU General Public License as published by
870+ * the Free Software Foundation; version 3.
871+ *
872+ * This program is distributed in the hope that it will be useful,
873+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
874+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
875+ * GNU General Public License for more details.
876+ *
877+ * You should have received a copy of the GNU General Public License
878+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
879+ */
880+
881 import Qt 4.7
882
883 Item {
884
885=== modified file 'spread/Window.qml'
886--- spread/Window.qml 2011-02-08 11:48:16 +0000
887+++ spread/Window.qml 2011-03-22 06:27:28 +0000
888@@ -1,3 +1,21 @@
889+/*
890+ * This file is part of unity-2d
891+ *
892+ * Copyright 2010-2011 Canonical Ltd.
893+ *
894+ * This program is free software; you can redistribute it and/or modify
895+ * it under the terms of the GNU General Public License as published by
896+ * the Free Software Foundation; version 3.
897+ *
898+ * This program is distributed in the hope that it will be useful,
899+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
900+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
901+ * GNU General Public License for more details.
902+ *
903+ * You should have received a copy of the GNU General Public License
904+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
905+ */
906+
907 import Qt 4.7
908 import "utils.js" as Utils
909
910
911=== modified file 'spread/Windows.qml'
912--- spread/Windows.qml 2011-02-08 11:48:16 +0000
913+++ spread/Windows.qml 2011-03-22 06:27:28 +0000
914@@ -1,3 +1,21 @@
915+/*
916+ * This file is part of unity-2d
917+ *
918+ * Copyright 2010-2011 Canonical Ltd.
919+ *
920+ * This program is free software; you can redistribute it and/or modify
921+ * it under the terms of the GNU General Public License as published by
922+ * the Free Software Foundation; version 3.
923+ *
924+ * This program is distributed in the hope that it will be useful,
925+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
926+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
927+ * GNU General Public License for more details.
928+ *
929+ * You should have received a copy of the GNU General Public License
930+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
931+ */
932+
933 import Qt 4.7
934 import "utils.js" as Utils
935 import UnityApplications 1.0
936
937=== modified file 'spread/Workspace.qml'
938--- spread/Workspace.qml 2011-02-05 00:24:23 +0000
939+++ spread/Workspace.qml 2011-03-22 06:27:28 +0000
940@@ -1,3 +1,21 @@
941+/*
942+ * This file is part of unity-2d
943+ *
944+ * Copyright 2010-2011 Canonical Ltd.
945+ *
946+ * This program is free software; you can redistribute it and/or modify
947+ * it under the terms of the GNU General Public License as published by
948+ * the Free Software Foundation; version 3.
949+ *
950+ * This program is distributed in the hope that it will be useful,
951+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
952+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
953+ * GNU General Public License for more details.
954+ *
955+ * You should have received a copy of the GNU General Public License
956+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
957+ */
958+
959 import Qt 4.7
960 import "utils.js" as Utils
961
962
963=== modified file 'spread/Workspaces.qml'
964--- spread/Workspaces.qml 2011-03-17 16:05:29 +0000
965+++ spread/Workspaces.qml 2011-03-22 06:27:28 +0000
966@@ -1,3 +1,21 @@
967+/*
968+ * This file is part of unity-2d
969+ *
970+ * Copyright 2010-2011 Canonical Ltd.
971+ *
972+ * This program is free software; you can redistribute it and/or modify
973+ * it under the terms of the GNU General Public License as published by
974+ * the Free Software Foundation; version 3.
975+ *
976+ * This program is distributed in the hope that it will be useful,
977+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
978+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
979+ * GNU General Public License for more details.
980+ *
981+ * You should have received a copy of the GNU General Public License
982+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
983+ */
984+
985 import Qt 4.7
986 import Unity2d 1.0
987 import "utils.js" as Utils

Subscribers

People subscribed via source and target branches