Merge lp:~mihirsoni/ubuntu-calendar-app/CopyrightHeaderComments into lp:ubuntu-calendar-app

Proposed by Mihir Soni
Status: Merged
Approved by: Nekhelesh Ramananthan
Approved revision: 403
Merged at revision: 404
Proposed branch: lp:~mihirsoni/ubuntu-calendar-app/CopyrightHeaderComments
Merge into: lp:ubuntu-calendar-app
Diff against target: 1060 lines (+675/-25)
42 files modified
AgendaView.qml (+17/-0)
AllDayEventComponent.qml (+17/-0)
CalendarChoicePopup.qml (+2/-3)
ColorPickerDialog.qml (+17/-0)
ContactChoicePopup.qml (+17/-0)
DayHeaderBackground.qml (+17/-0)
DayView.qml (+17/-0)
Defines.js (+17/-0)
DeleteConfirmationDialog.qml (+17/-0)
EditEventConfirmationDialog.qml (+17/-0)
EditToolbar.qml (+9/-8)
EventBubble.qml (+17/-0)
EventDetails.qml (+17/-0)
EventDetailsInfo.qml (+17/-0)
EventLayoutHelper.js (+17/-0)
EventListModel.qml (+17/-0)
HeaderDateComponent.qml (+17/-0)
KeyboardRectangle.qml (+9/-7)
LimitLabelDefines.qml (+17/-0)
MonthComponent.qml (+17/-0)
MonthView.qml (+17/-0)
NewEvent.qml (+17/-0)
NewEventEntryField.qml (+17/-0)
PathViewBase.qml (+17/-0)
RecurrenceLabelDefines.qml (+17/-0)
ReminderLabelDefines.qml (+17/-0)
Scroller.qml (+9/-7)
TimeLineBackground.qml (+17/-0)
TimeLineBase.qml (+17/-0)
TimeLineBaseComponent.qml (+17/-0)
TimeLineHeader.qml (+17/-0)
TimeLineHeaderComponent.qml (+17/-0)
TimeSeparator.qml (+17/-0)
ViewHeader.qml (+17/-0)
ViewType.js (+17/-0)
WeekView.qml (+17/-0)
YearView.qml (+17/-0)
calendar.qml (+17/-0)
calendarTests.qml (+17/-0)
colorUtils.js (+17/-0)
dateExt.js (+17/-0)
tests/unittests/tst_date.qml (+17/-0)
To merge this branch: bzr merge lp:~mihirsoni/ubuntu-calendar-app/CopyrightHeaderComments
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Nekhelesh Ramananthan Approve
Review via email: mp+231227@code.launchpad.net

Commit message

Added copyright headers, Thanks Nik90 for providing latest copyright headers.

Description of the change

Added copyright headers, Thanks Nik90 for providing latest copyright headers.

To post a comment you must log in.
Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

I think you should change the year to 2013, 2014 since all these files existed since the year 2013. In the clock app copyright header that I gave you all the files were created last month and hence it only has 2014.

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

lgtm!

review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

Mihir can you merge trunk and resolve any code conflicts. I think jenkins is failing because of code conflicts rather than ap test failure.

review: Needs Fixing
403. By Mihir Soni

Merge from trunk

Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

lets try merging again then shall we :)

review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'AgendaView.qml'
2--- AgendaView.qml 2014-06-18 13:03:08 +0000
3+++ AgendaView.qml 2014-08-19 20:08:21 +0000
4@@ -1,3 +1,20 @@
5+/*
6+ * Copyright (C) 2013-2014 Canonical Ltd
7+ *
8+ * This file is part of Ubuntu Calendar App
9+ *
10+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
11+ * it under the terms of the GNU General Public License version 3 as
12+ * published by the Free Software Foundation.
13+ *
14+ * Ubuntu Calendar App 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 import QtQuick 2.0
23 import Ubuntu.Components 0.1
24 import QtOrganizer 5.0
25
26=== modified file 'AllDayEventComponent.qml'
27--- AllDayEventComponent.qml 2014-06-18 13:03:08 +0000
28+++ AllDayEventComponent.qml 2014-08-19 20:08:21 +0000
29@@ -1,3 +1,20 @@
30+/*
31+ * Copyright (C) 2013-2014 Canonical Ltd
32+ *
33+ * This file is part of Ubuntu Calendar App
34+ *
35+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
36+ * it under the terms of the GNU General Public License version 3 as
37+ * published by the Free Software Foundation.
38+ *
39+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
40+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
41+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42+ * GNU General Public License for more details.
43+ *
44+ * You should have received a copy of the GNU General Public License
45+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
46+ */
47 import QtQuick 2.0
48 import Ubuntu.Components 0.1
49 import Ubuntu.Components.Popups 0.1
50
51=== modified file 'CalendarChoicePopup.qml'
52--- CalendarChoicePopup.qml 2014-08-18 12:08:41 +0000
53+++ CalendarChoicePopup.qml 2014-08-19 20:08:21 +0000
54@@ -1,5 +1,5 @@
55 /*
56- * Copyright (C) 2014 Canonical Ltd
57+ * Copyright (C) 2013-2014 Canonical Ltd
58 *
59 * This file is part of Ubuntu Calendar App
60 *
61@@ -7,7 +7,7 @@
62 * it under the terms of the GNU General Public License version 3 as
63 * published by the Free Software Foundation.
64 *
65- * Ubuntu Clock App is distributed in the hope that it will be useful,
66+ * Ubuntu Calendar App 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@@ -15,7 +15,6 @@
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 QtQuick 2.0
76 import Ubuntu.Components 1.1
77 import Ubuntu.Components.Popups 1.0
78
79=== modified file 'ColorPickerDialog.qml'
80--- ColorPickerDialog.qml 2014-03-29 03:09:01 +0000
81+++ ColorPickerDialog.qml 2014-08-19 20:08:21 +0000
82@@ -1,3 +1,20 @@
83+/*
84+ * Copyright (C) 2013-2014 Canonical Ltd
85+ *
86+ * This file is part of Ubuntu Calendar App
87+ *
88+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
89+ * it under the terms of the GNU General Public License version 3 as
90+ * published by the Free Software Foundation.
91+ *
92+ * Ubuntu Calendar App 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 import QtQuick 2.0
101 import Ubuntu.Components 0.1
102 import Ubuntu.Components.Popups 0.1
103
104=== modified file 'ContactChoicePopup.qml'
105--- ContactChoicePopup.qml 2014-08-14 23:39:58 +0000
106+++ ContactChoicePopup.qml 2014-08-19 20:08:21 +0000
107@@ -1,3 +1,20 @@
108+/*
109+ * Copyright (C) 2013-2014 Canonical Ltd
110+ *
111+ * This file is part of Ubuntu Calendar App
112+ *
113+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
114+ * it under the terms of the GNU General Public License version 3 as
115+ * published by the Free Software Foundation.
116+ *
117+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
118+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
119+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
120+ * GNU General Public License for more details.
121+ *
122+ * You should have received a copy of the GNU General Public License
123+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
124+ */
125 import QtQuick 2.0
126 import Ubuntu.Components 0.1
127 import Ubuntu.Components.Popups 0.1
128
129=== modified file 'DayHeaderBackground.qml'
130--- DayHeaderBackground.qml 2013-09-28 09:37:52 +0000
131+++ DayHeaderBackground.qml 2014-08-19 20:08:21 +0000
132@@ -1,3 +1,20 @@
133+/*
134+ * Copyright (C) 2013-2014 Canonical Ltd
135+ *
136+ * This file is part of Ubuntu Calendar App
137+ *
138+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
139+ * it under the terms of the GNU General Public License version 3 as
140+ * published by the Free Software Foundation.
141+ *
142+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
143+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
144+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
145+ * GNU General Public License for more details.
146+ *
147+ * You should have received a copy of the GNU General Public License
148+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
149+ */
150 import QtQuick 2.0
151
152 Item {
153
154=== modified file 'DayView.qml'
155--- DayView.qml 2014-07-12 02:08:13 +0000
156+++ DayView.qml 2014-08-19 20:08:21 +0000
157@@ -1,3 +1,20 @@
158+/*
159+ * Copyright (C) 2013-2014 Canonical Ltd
160+ *
161+ * This file is part of Ubuntu Calendar App
162+ *
163+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
164+ * it under the terms of the GNU General Public License version 3 as
165+ * published by the Free Software Foundation.
166+ *
167+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
168+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
169+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
170+ * GNU General Public License for more details.
171+ *
172+ * You should have received a copy of the GNU General Public License
173+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
174+ */
175 import QtQuick 2.0
176 import Ubuntu.Components 0.1
177
178
179=== modified file 'Defines.js'
180--- Defines.js 2014-07-31 14:06:50 +0000
181+++ Defines.js 2014-08-19 20:08:21 +0000
182@@ -1,3 +1,20 @@
183+/*
184+ * Copyright (C) 2013-2014 Canonical Ltd
185+ *
186+ * This file is part of Ubuntu Calendar App
187+ *
188+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
189+ * it under the terms of the GNU General Public License version 3 as
190+ * published by the Free Software Foundation.
191+ *
192+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
193+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
194+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
195+ * GNU General Public License for more details.
196+ *
197+ * You should have received a copy of the GNU General Public License
198+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
199+ */
200 .pragma library
201
202 .import QtOrganizer 5.0 as QtPim
203
204=== modified file 'DeleteConfirmationDialog.qml'
205--- DeleteConfirmationDialog.qml 2014-06-26 22:48:45 +0000
206+++ DeleteConfirmationDialog.qml 2014-08-19 20:08:21 +0000
207@@ -1,3 +1,20 @@
208+/*
209+ * Copyright (C) 2013-2014 Canonical Ltd
210+ *
211+ * This file is part of Ubuntu Calendar App
212+ *
213+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
214+ * it under the terms of the GNU General Public License version 3 as
215+ * published by the Free Software Foundation.
216+ *
217+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
218+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
219+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
220+ * GNU General Public License for more details.
221+ *
222+ * You should have received a copy of the GNU General Public License
223+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
224+ */
225 import QtQuick 2.0
226 import Ubuntu.Components 0.1
227 import Ubuntu.Components.Popups 0.1
228
229=== modified file 'EditEventConfirmationDialog.qml'
230--- EditEventConfirmationDialog.qml 2014-05-08 00:18:09 +0000
231+++ EditEventConfirmationDialog.qml 2014-08-19 20:08:21 +0000
232@@ -1,3 +1,20 @@
233+/*
234+ * Copyright (C) 2013-2014 Canonical Ltd
235+ *
236+ * This file is part of Ubuntu Calendar App
237+ *
238+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
239+ * it under the terms of the GNU General Public License version 3 as
240+ * published by the Free Software Foundation.
241+ *
242+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
243+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
244+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
245+ * GNU General Public License for more details.
246+ *
247+ * You should have received a copy of the GNU General Public License
248+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
249+ */
250 import QtQuick 2.0
251 import Ubuntu.Components 0.1
252 import Ubuntu.Components.Popups 0.1
253
254=== modified file 'EditToolbar.qml'
255--- EditToolbar.qml 2014-05-22 11:50:12 +0000
256+++ EditToolbar.qml 2014-08-19 20:08:21 +0000
257@@ -1,11 +1,13 @@
258 /*
259- * Copyright (C) 2012-2013 Canonical, Ltd.
260- *
261- * This program is free software; you can redistribute it and/or modify
262- * it under the terms of the GNU General Public License as published by
263- * the Free Software Foundation; version 3.
264- *
265- * This program is distributed in the hope that it will be useful,
266+ * Copyright (C) 2013-2014 Canonical Ltd
267+ *
268+ * This file is part of Ubuntu Calendar App
269+ *
270+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
271+ * it under the terms of the GNU General Public License version 3 as
272+ * published by the Free Software Foundation.
273+ *
274+ * Ubuntu Calendar App 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@@ -13,7 +15,6 @@
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 QtQuick 2.0
284 import Ubuntu.Components 0.1
285 import Ubuntu.Components.ListItems 0.1 as ListItem
286
287=== modified file 'EventBubble.qml'
288--- EventBubble.qml 2014-07-12 02:08:13 +0000
289+++ EventBubble.qml 2014-08-19 20:08:21 +0000
290@@ -1,3 +1,20 @@
291+/*
292+ * Copyright (C) 2013-2014 Canonical Ltd
293+ *
294+ * This file is part of Ubuntu Calendar App
295+ *
296+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
297+ * it under the terms of the GNU General Public License version 3 as
298+ * published by the Free Software Foundation.
299+ *
300+ * Ubuntu Calendar App 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 import QtQuick 2.0
309 import Ubuntu.Components 0.1
310
311
312=== modified file 'EventDetails.qml'
313--- EventDetails.qml 2014-08-18 18:55:42 +0000
314+++ EventDetails.qml 2014-08-19 20:08:21 +0000
315@@ -1,3 +1,20 @@
316+/*
317+ * Copyright (C) 2013-2014 Canonical Ltd
318+ *
319+ * This file is part of Ubuntu Calendar App
320+ *
321+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
322+ * it under the terms of the GNU General Public License version 3 as
323+ * published by the Free Software Foundation.
324+ *
325+ * Ubuntu Calendar App 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 General Public License for more details.
329+ *
330+ * You should have received a copy of the GNU General Public License
331+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
332+ */
333 import QtQuick 2.0
334 import Ubuntu.Components 0.1
335 import Ubuntu.Components.Popups 0.1
336
337=== modified file 'EventDetailsInfo.qml'
338--- EventDetailsInfo.qml 2013-10-09 07:51:54 +0000
339+++ EventDetailsInfo.qml 2014-08-19 20:08:21 +0000
340@@ -1,3 +1,20 @@
341+/*
342+ * Copyright (C) 2013-2014 Canonical Ltd
343+ *
344+ * This file is part of Ubuntu Calendar App
345+ *
346+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
347+ * it under the terms of the GNU General Public License version 3 as
348+ * published by the Free Software Foundation.
349+ *
350+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
351+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
352+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
353+ * GNU General Public License for more details.
354+ *
355+ * You should have received a copy of the GNU General Public License
356+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
357+ */
358 import QtQuick 2.0
359 import Ubuntu.Components 0.1
360 import Ubuntu.Components.Themes.Ambiance 0.1
361
362=== modified file 'EventLayoutHelper.js'
363--- EventLayoutHelper.js 2014-06-07 04:13:31 +0000
364+++ EventLayoutHelper.js 2014-08-19 20:08:21 +0000
365@@ -1,3 +1,20 @@
366+/*
367+ * Copyright (C) 2013-2014 Canonical Ltd
368+ *
369+ * This file is part of Ubuntu Calendar App
370+ *
371+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
372+ * it under the terms of the GNU General Public License version 3 as
373+ * published by the Free Software Foundation.
374+ *
375+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
376+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
377+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
378+ * GNU General Public License for more details.
379+ *
380+ * You should have received a copy of the GNU General Public License
381+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
382+ */
383 WorkerScript.onMessage = function(events) {
384
385 //returns sorted array of schedules
386
387=== modified file 'EventListModel.qml'
388--- EventListModel.qml 2014-08-17 12:07:37 +0000
389+++ EventListModel.qml 2014-08-19 20:08:21 +0000
390@@ -1,3 +1,20 @@
391+/*
392+ * Copyright (C) 2013-2014 Canonical Ltd
393+ *
394+ * This file is part of Ubuntu Calendar App
395+ *
396+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
397+ * it under the terms of the GNU General Public License version 3 as
398+ * published by the Free Software Foundation.
399+ *
400+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
401+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
402+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
403+ * GNU General Public License for more details.
404+ *
405+ * You should have received a copy of the GNU General Public License
406+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
407+ */
408 import QtQuick 2.0
409 import QtOrganizer 5.0
410
411
412=== modified file 'HeaderDateComponent.qml'
413--- HeaderDateComponent.qml 2014-05-22 13:27:52 +0000
414+++ HeaderDateComponent.qml 2014-08-19 20:08:21 +0000
415@@ -1,3 +1,20 @@
416+/*
417+ * Copyright (C) 2013-2014 Canonical Ltd
418+ *
419+ * This file is part of Ubuntu Calendar App
420+ *
421+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
422+ * it under the terms of the GNU General Public License version 3 as
423+ * published by the Free Software Foundation.
424+ *
425+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
426+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
427+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
428+ * GNU General Public License for more details.
429+ *
430+ * You should have received a copy of the GNU General Public License
431+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
432+ */
433 import QtQuick 2.0
434 import Ubuntu.Components 0.1
435
436
437=== modified file 'KeyboardRectangle.qml'
438--- KeyboardRectangle.qml 2014-04-25 18:38:01 +0000
439+++ KeyboardRectangle.qml 2014-08-19 20:08:21 +0000
440@@ -1,11 +1,13 @@
441 /*
442- * Copyright (C) 2012-2013 Canonical, Ltd.
443- *
444- * This program is free software; you can redistribute it and/or modify
445- * it under the terms of the GNU General Public License as published by
446- * the Free Software Foundation; version 3.
447- *
448- * This program is distributed in the hope that it will be useful,
449+ * Copyright (C) 2013-2014 Canonical Ltd
450+ *
451+ * This file is part of Ubuntu Calendar App
452+ *
453+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
454+ * it under the terms of the GNU General Public License version 3 as
455+ * published by the Free Software Foundation.
456+ *
457+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
458 * but WITHOUT ANY WARRANTY; without even the implied warranty of
459 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
460 * GNU General Public License for more details.
461
462=== modified file 'LimitLabelDefines.qml'
463--- LimitLabelDefines.qml 2014-07-31 14:06:50 +0000
464+++ LimitLabelDefines.qml 2014-08-19 20:08:21 +0000
465@@ -1,3 +1,20 @@
466+/*
467+ * Copyright (C) 2013-2014 Canonical Ltd
468+ *
469+ * This file is part of Ubuntu Calendar App
470+ *
471+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
472+ * it under the terms of the GNU General Public License version 3 as
473+ * published by the Free Software Foundation.
474+ *
475+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
476+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
477+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
478+ * GNU General Public License for more details.
479+ *
480+ * You should have received a copy of the GNU General Public License
481+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
482+ */
483 import QtQuick 2.0;
484 import Ubuntu.Components 0.1;
485 QtObject {
486
487=== modified file 'MonthComponent.qml'
488--- MonthComponent.qml 2014-07-12 02:04:02 +0000
489+++ MonthComponent.qml 2014-08-19 20:08:21 +0000
490@@ -1,3 +1,20 @@
491+/*
492+ * Copyright (C) 2013-2014 Canonical Ltd
493+ *
494+ * This file is part of Ubuntu Calendar App
495+ *
496+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
497+ * it under the terms of the GNU General Public License version 3 as
498+ * published by the Free Software Foundation.
499+ *
500+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
501+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
502+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
503+ * GNU General Public License for more details.
504+ *
505+ * You should have received a copy of the GNU General Public License
506+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
507+ */
508 import QtQuick 2.0
509 import Ubuntu.Components 0.1
510 import "dateExt.js" as DateExt
511
512=== modified file 'MonthView.qml'
513--- MonthView.qml 2014-07-01 20:26:51 +0000
514+++ MonthView.qml 2014-08-19 20:08:21 +0000
515@@ -1,3 +1,20 @@
516+/*
517+ * Copyright (C) 2013-2014 Canonical Ltd
518+ *
519+ * This file is part of Ubuntu Calendar App
520+ *
521+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
522+ * it under the terms of the GNU General Public License version 3 as
523+ * published by the Free Software Foundation.
524+ *
525+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
526+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
527+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
528+ * GNU General Public License for more details.
529+ *
530+ * You should have received a copy of the GNU General Public License
531+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
532+ */
533 import QtQuick 2.0
534 import Ubuntu.Components 0.1
535 import "dateExt.js" as DateExt
536
537=== modified file 'NewEvent.qml'
538--- NewEvent.qml 2014-08-15 09:37:22 +0000
539+++ NewEvent.qml 2014-08-19 20:08:21 +0000
540@@ -1,3 +1,20 @@
541+/*
542+ * Copyright (C) 2013-2014 Canonical Ltd
543+ *
544+ * This file is part of Ubuntu Calendar App
545+ *
546+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
547+ * it under the terms of the GNU General Public License version 3 as
548+ * published by the Free Software Foundation.
549+ *
550+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
551+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
552+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
553+ * GNU General Public License for more details.
554+ *
555+ * You should have received a copy of the GNU General Public License
556+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
557+ */
558 import QtQuick 2.0
559 import QtOrganizer 5.0
560 import Ubuntu.Components 0.1
561
562=== modified file 'NewEventEntryField.qml'
563--- NewEventEntryField.qml 2014-05-22 11:50:12 +0000
564+++ NewEventEntryField.qml 2014-08-19 20:08:21 +0000
565@@ -1,3 +1,20 @@
566+/*
567+ * Copyright (C) 2013-2014 Canonical Ltd
568+ *
569+ * This file is part of Ubuntu Calendar App
570+ *
571+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
572+ * it under the terms of the GNU General Public License version 3 as
573+ * published by the Free Software Foundation.
574+ *
575+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
576+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
577+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
578+ * GNU General Public License for more details.
579+ *
580+ * You should have received a copy of the GNU General Public License
581+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
582+ */
583 import QtQuick 2.0
584 import Ubuntu.Components 0.1
585
586
587=== modified file 'PathViewBase.qml'
588--- PathViewBase.qml 2014-02-27 15:09:06 +0000
589+++ PathViewBase.qml 2014-08-19 20:08:21 +0000
590@@ -1,3 +1,20 @@
591+/*
592+ * Copyright (C) 2013-2014 Canonical Ltd
593+ *
594+ * This file is part of Ubuntu Calendar App
595+ *
596+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
597+ * it under the terms of the GNU General Public License version 3 as
598+ * published by the Free Software Foundation.
599+ *
600+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
601+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
602+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
603+ * GNU General Public License for more details.
604+ *
605+ * You should have received a copy of the GNU General Public License
606+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
607+ */
608 import QtQuick 2.0
609
610 PathView {
611
612=== modified file 'RecurrenceLabelDefines.qml'
613--- RecurrenceLabelDefines.qml 2014-07-31 14:06:50 +0000
614+++ RecurrenceLabelDefines.qml 2014-08-19 20:08:21 +0000
615@@ -1,3 +1,20 @@
616+/*
617+ * Copyright (C) 2013-2014 Canonical Ltd
618+ *
619+ * This file is part of Ubuntu Calendar App
620+ *
621+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
622+ * it under the terms of the GNU General Public License version 3 as
623+ * published by the Free Software Foundation.
624+ *
625+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
626+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
627+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
628+ * GNU General Public License for more details.
629+ *
630+ * You should have received a copy of the GNU General Public License
631+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
632+ */
633 import QtQuick 2.0;
634 import Ubuntu.Components 0.1;
635 QtObject {
636
637=== modified file 'ReminderLabelDefines.qml'
638--- ReminderLabelDefines.qml 2014-07-31 14:06:50 +0000
639+++ ReminderLabelDefines.qml 2014-08-19 20:08:21 +0000
640@@ -1,3 +1,20 @@
641+/*
642+ * Copyright (C) 2013-2014 Canonical Ltd
643+ *
644+ * This file is part of Ubuntu Calendar App
645+ *
646+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
647+ * it under the terms of the GNU General Public License version 3 as
648+ * published by the Free Software Foundation.
649+ *
650+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
651+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
652+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
653+ * GNU General Public License for more details.
654+ *
655+ * You should have received a copy of the GNU General Public License
656+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
657+ */
658 import QtQuick 2.0;
659 import Ubuntu.Components 0.1;
660 QtObject {
661
662=== modified file 'Scroller.qml'
663--- Scroller.qml 2013-07-11 13:17:04 +0000
664+++ Scroller.qml 2014-08-19 20:08:21 +0000
665@@ -1,11 +1,13 @@
666 /*
667- * Copyright (C) 2013 Michael Zanetti <michael_zanetti@gmx.net>
668- *
669- * This program is free software; you can redistribute it and/or modify
670- * it under the terms of the GNU General Public License as published by
671- * the Free Software Foundation; version 3.
672- *
673- * This program is distributed in the hope that it will be useful,
674+ * Copyright (C) 2013-2014 Canonical Ltd
675+ *
676+ * This file is part of Ubuntu Calendar App
677+ *
678+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
679+ * it under the terms of the GNU General Public License version 3 as
680+ * published by the Free Software Foundation.
681+ *
682+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
683 * but WITHOUT ANY WARRANTY; without even the implied warranty of
684 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
685 * GNU General Public License for more details.
686
687=== modified file 'TimeLineBackground.qml'
688--- TimeLineBackground.qml 2014-05-22 11:50:12 +0000
689+++ TimeLineBackground.qml 2014-08-19 20:08:21 +0000
690@@ -1,3 +1,20 @@
691+/*
692+ * Copyright (C) 2013-2014 Canonical Ltd
693+ *
694+ * This file is part of Ubuntu Calendar App
695+ *
696+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
697+ * it under the terms of the GNU General Public License version 3 as
698+ * published by the Free Software Foundation.
699+ *
700+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
701+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
702+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
703+ * GNU General Public License for more details.
704+ *
705+ * You should have received a copy of the GNU General Public License
706+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
707+ */
708 import QtQuick 2.0
709 import Ubuntu.Components 0.1
710
711
712=== modified file 'TimeLineBase.qml'
713--- TimeLineBase.qml 2014-07-29 21:18:36 +0000
714+++ TimeLineBase.qml 2014-08-19 20:08:21 +0000
715@@ -1,3 +1,20 @@
716+/*
717+ * Copyright (C) 2013-2014 Canonical Ltd
718+ *
719+ * This file is part of Ubuntu Calendar App
720+ *
721+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
722+ * it under the terms of the GNU General Public License version 3 as
723+ * published by the Free Software Foundation.
724+ *
725+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
726+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
727+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
728+ * GNU General Public License for more details.
729+ *
730+ * You should have received a copy of the GNU General Public License
731+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
732+ */
733 import QtQuick 2.0
734 import Ubuntu.Components 0.1
735 import "dateExt.js" as DateExt
736
737=== modified file 'TimeLineBaseComponent.qml'
738--- TimeLineBaseComponent.qml 2014-08-18 18:36:35 +0000
739+++ TimeLineBaseComponent.qml 2014-08-19 20:08:21 +0000
740@@ -1,3 +1,20 @@
741+/*
742+ * Copyright (C) 2013-2014 Canonical Ltd
743+ *
744+ * This file is part of Ubuntu Calendar App
745+ *
746+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
747+ * it under the terms of the GNU General Public License version 3 as
748+ * published by the Free Software Foundation.
749+ *
750+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
751+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
752+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
753+ * GNU General Public License for more details.
754+ *
755+ * You should have received a copy of the GNU General Public License
756+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
757+ */
758 import QtQuick 2.0
759 import Ubuntu.Components 0.1
760 import Ubuntu.Components.Popups 0.1
761
762=== modified file 'TimeLineHeader.qml'
763--- TimeLineHeader.qml 2014-06-21 03:37:43 +0000
764+++ TimeLineHeader.qml 2014-08-19 20:08:21 +0000
765@@ -1,3 +1,20 @@
766+/*
767+ * Copyright (C) 2013-2014 Canonical Ltd
768+ *
769+ * This file is part of Ubuntu Calendar App
770+ *
771+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
772+ * it under the terms of the GNU General Public License version 3 as
773+ * published by the Free Software Foundation.
774+ *
775+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
776+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
777+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
778+ * GNU General Public License for more details.
779+ *
780+ * You should have received a copy of the GNU General Public License
781+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
782+ */
783 import QtQuick 2.0
784 import Ubuntu.Components 0.1
785
786
787=== modified file 'TimeLineHeaderComponent.qml'
788--- TimeLineHeaderComponent.qml 2014-07-02 17:37:22 +0000
789+++ TimeLineHeaderComponent.qml 2014-08-19 20:08:21 +0000
790@@ -1,3 +1,20 @@
791+/*
792+ * Copyright (C) 2013-2014 Canonical Ltd
793+ *
794+ * This file is part of Ubuntu Calendar App
795+ *
796+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
797+ * it under the terms of the GNU General Public License version 3 as
798+ * published by the Free Software Foundation.
799+ *
800+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
801+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
802+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
803+ * GNU General Public License for more details.
804+ *
805+ * You should have received a copy of the GNU General Public License
806+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
807+ */
808 import QtQuick 2.0
809 import Ubuntu.Components 0.1
810
811
812=== modified file 'TimeSeparator.qml'
813--- TimeSeparator.qml 2013-06-01 11:55:55 +0000
814+++ TimeSeparator.qml 2014-08-19 20:08:21 +0000
815@@ -1,3 +1,20 @@
816+/*
817+ * Copyright (C) 2013-2014 Canonical Ltd
818+ *
819+ * This file is part of Ubuntu Calendar App
820+ *
821+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
822+ * it under the terms of the GNU General Public License version 3 as
823+ * published by the Free Software Foundation.
824+ *
825+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
826+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
827+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
828+ * GNU General Public License for more details.
829+ *
830+ * You should have received a copy of the GNU General Public License
831+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
832+ */
833 import QtQuick 2.0
834
835 Rectangle {
836
837=== modified file 'ViewHeader.qml'
838--- ViewHeader.qml 2014-03-01 02:39:42 +0000
839+++ ViewHeader.qml 2014-08-19 20:08:21 +0000
840@@ -1,3 +1,20 @@
841+/*
842+ * Copyright (C) 2013-2014 Canonical Ltd
843+ *
844+ * This file is part of Ubuntu Calendar App
845+ *
846+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
847+ * it under the terms of the GNU General Public License version 3 as
848+ * published by the Free Software Foundation.
849+ *
850+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
851+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
852+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
853+ * GNU General Public License for more details.
854+ *
855+ * You should have received a copy of the GNU General Public License
856+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
857+ */
858 import QtQuick 2.0
859 import Ubuntu.Components 0.1
860
861
862=== modified file 'ViewType.js'
863--- ViewType.js 2014-01-31 03:21:24 +0000
864+++ ViewType.js 2014-08-19 20:08:21 +0000
865@@ -1,3 +1,20 @@
866+/*
867+ * Copyright (C) 2013-2014 Canonical Ltd
868+ *
869+ * This file is part of Ubuntu Calendar App
870+ *
871+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
872+ * it under the terms of the GNU General Public License version 3 as
873+ * published by the Free Software Foundation.
874+ *
875+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
876+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
877+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
878+ * GNU General Public License for more details.
879+ *
880+ * You should have received a copy of the GNU General Public License
881+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
882+ */
883 .pragma library
884
885 var ViewTypeWeek = 0;
886
887=== modified file 'WeekView.qml'
888--- WeekView.qml 2014-07-12 02:08:13 +0000
889+++ WeekView.qml 2014-08-19 20:08:21 +0000
890@@ -1,3 +1,20 @@
891+/*
892+ * Copyright (C) 2013-2014 Canonical Ltd
893+ *
894+ * This file is part of Ubuntu Calendar App
895+ *
896+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
897+ * it under the terms of the GNU General Public License version 3 as
898+ * published by the Free Software Foundation.
899+ *
900+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
901+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
902+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
903+ * GNU General Public License for more details.
904+ *
905+ * You should have received a copy of the GNU General Public License
906+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
907+ */
908 import QtQuick 2.0
909 import Ubuntu.Components 0.1
910
911
912=== modified file 'YearView.qml'
913--- YearView.qml 2014-07-01 16:54:23 +0000
914+++ YearView.qml 2014-08-19 20:08:21 +0000
915@@ -1,3 +1,20 @@
916+/*
917+ * Copyright (C) 2013-2014 Canonical Ltd
918+ *
919+ * This file is part of Ubuntu Calendar App
920+ *
921+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
922+ * it under the terms of the GNU General Public License version 3 as
923+ * published by the Free Software Foundation.
924+ *
925+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
926+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
927+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
928+ * GNU General Public License for more details.
929+ *
930+ * You should have received a copy of the GNU General Public License
931+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
932+ */
933 import QtQuick 2.0
934 import Ubuntu.Components 0.1
935
936
937=== modified file 'calendar.qml'
938--- calendar.qml 2014-08-14 21:04:56 +0000
939+++ calendar.qml 2014-08-19 20:08:21 +0000
940@@ -1,3 +1,20 @@
941+/*
942+ * Copyright (C) 2013-2014 Canonical Ltd
943+ *
944+ * This file is part of Ubuntu Calendar App
945+ *
946+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
947+ * it under the terms of the GNU General Public License version 3 as
948+ * published by the Free Software Foundation.
949+ *
950+ * Ubuntu Calendar App 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 import QtQuick 2.0
959 import Ubuntu.Components 0.1
960 import Ubuntu.Components.Popups 0.1
961
962=== modified file 'calendarTests.qml'
963--- calendarTests.qml 2013-09-28 03:48:02 +0000
964+++ calendarTests.qml 2014-08-19 20:08:21 +0000
965@@ -1,3 +1,20 @@
966+/*
967+ * Copyright (C) 2013-2014 Canonical Ltd
968+ *
969+ * This file is part of Ubuntu Calendar App
970+ *
971+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
972+ * it under the terms of the GNU General Public License version 3 as
973+ * published by the Free Software Foundation.
974+ *
975+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
976+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
977+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
978+ * GNU General Public License for more details.
979+ *
980+ * You should have received a copy of the GNU General Public License
981+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
982+ */
983 import QtQuick 2.0
984 import Ubuntu.Components 0.1
985
986
987=== modified file 'colorUtils.js'
988--- colorUtils.js 2013-03-05 01:34:58 +0000
989+++ colorUtils.js 2014-08-19 20:08:21 +0000
990@@ -1,3 +1,20 @@
991+/*
992+ * Copyright (C) 2013-2014 Canonical Ltd
993+ *
994+ * This file is part of Ubuntu Calendar App
995+ *
996+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
997+ * it under the terms of the GNU General Public License version 3 as
998+ * published by the Free Software Foundation.
999+ *
1000+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
1001+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1002+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1003+ * GNU General Public License for more details.
1004+ *
1005+ * You should have received a copy of the GNU General Public License
1006+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1007+ */
1008 .pragma library
1009
1010 // colors for custom widgets
1011
1012=== modified file 'dateExt.js'
1013--- dateExt.js 2014-03-29 10:17:49 +0000
1014+++ dateExt.js 2014-08-19 20:08:21 +0000
1015@@ -1,3 +1,20 @@
1016+/*
1017+ * Copyright (C) 2013-2014 Canonical Ltd
1018+ *
1019+ * This file is part of Ubuntu Calendar App
1020+ *
1021+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
1022+ * it under the terms of the GNU General Public License version 3 as
1023+ * published by the Free Software Foundation.
1024+ *
1025+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
1026+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1027+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1028+ * GNU General Public License for more details.
1029+ *
1030+ * You should have received a copy of the GNU General Public License
1031+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1032+ */
1033 .pragma library
1034
1035 Date.msPerDay = 86400e3
1036
1037=== modified file 'tests/unittests/tst_date.qml'
1038--- tests/unittests/tst_date.qml 2014-03-03 11:34:22 +0000
1039+++ tests/unittests/tst_date.qml 2014-08-19 20:08:21 +0000
1040@@ -1,3 +1,20 @@
1041+/*
1042+ * Copyright (C) 2013-2014 Canonical Ltd
1043+ *
1044+ * This file is part of Ubuntu Calendar App
1045+ *
1046+ * Ubuntu Calendar App is free software: you can redistribute it and/or modify
1047+ * it under the terms of the GNU General Public License version 3 as
1048+ * published by the Free Software Foundation.
1049+ *
1050+ * Ubuntu Calendar App is distributed in the hope that it will be useful,
1051+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1052+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1053+ * GNU General Public License for more details.
1054+ *
1055+ * You should have received a copy of the GNU General Public License
1056+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1057+ */
1058 import QtQuick 2.0
1059 import QtTest 1.0
1060 import "../../dateExt.js" as DATE

Subscribers

People subscribed via source and target branches

to status/vote changes: