Merge lp:~mzanetti/reminders-app/more-copyright-header-fixes into lp:reminders-app

Proposed by Michael Zanetti
Status: Merged
Approved by: David Planella
Approved revision: 19
Merged at revision: 19
Proposed branch: lp:~mzanetti/reminders-app/more-copyright-header-fixes
Merge into: lp:reminders-app
Prerequisite: lp:~mzanetti/reminders-app/add-reminders
Diff against target: 418 lines (+300/-0)
15 files modified
src/plugin/Evernote/jobs/createnotejob.h (+20/-0)
src/plugin/Evernote/jobs/deletenotejob.h (+20/-0)
src/plugin/Evernote/jobs/evernotejob.h (+20/-0)
src/plugin/Evernote/jobs/fetchnotebooksjob.h (+20/-0)
src/plugin/Evernote/jobs/fetchnotejob.h (+20/-0)
src/plugin/Evernote/jobs/fetchnotesjob.h (+20/-0)
src/plugin/Evernote/jobs/savenotejob.h (+20/-0)
src/plugin/Evernote/note.h (+20/-0)
src/plugin/Evernote/notebook.h (+20/-0)
src/plugin/Evernote/notebooks.h (+20/-0)
src/plugin/Evernote/notes.h (+20/-0)
src/plugin/Evernote/notesstore.h (+20/-0)
src/plugin/Evernote/userstore.h (+20/-0)
src/plugin/Evernote/utils/html2enmlconverter.cpp (+20/-0)
src/plugin/Evernote/utils/html2enmlconverter.h (+20/-0)
To merge this branch: bzr merge lp:~mzanetti/reminders-app/more-copyright-header-fixes
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
David Planella Approve
Alan Pope 🍺🐧🐱 πŸ¦„ (community) Approve
Review via email: mp+197263@code.launchpad.net

Commit message

do a second round of copyright header fixes as apparently I forgot .h files last time

To post a comment you must log in.
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
Alan Pope 🍺🐧🐱 πŸ¦„ (popey) :
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
David Planella (dpm) wrote :

Trivial change, looks good to me.

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 'src/plugin/Evernote/jobs/createnotejob.h'
2--- src/plugin/Evernote/jobs/createnotejob.h 2013-11-29 21:01:02 +0000
3+++ src/plugin/Evernote/jobs/createnotejob.h 2013-11-29 21:01:02 +0000
4@@ -1,3 +1,23 @@
5+/*
6+ * Copyright: 2013 Canonical, Ltd
7+ *
8+ * This file is part of reminders-app
9+ *
10+ * reminders-app 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+ * reminders-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+ * Authors: Michael Zanetti <michael.zanetti@canonical.com>
23+ */
24+
25 #ifndef CREATENOTEJOB_H
26 #define CREATENOTEJOB_H
27
28
29=== modified file 'src/plugin/Evernote/jobs/deletenotejob.h'
30--- src/plugin/Evernote/jobs/deletenotejob.h 2013-11-29 21:01:02 +0000
31+++ src/plugin/Evernote/jobs/deletenotejob.h 2013-11-29 21:01:02 +0000
32@@ -1,3 +1,23 @@
33+/*
34+ * Copyright: 2013 Canonical, Ltd
35+ *
36+ * This file is part of reminders-app
37+ *
38+ * reminders-app is free software: you can redistribute it and/or modify
39+ * it under the terms of the GNU General Public License as published by
40+ * the Free Software Foundation; version 3.
41+ *
42+ * reminders-app is distributed in the hope that it will be useful,
43+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
44+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
45+ * GNU General Public License for more details.
46+ *
47+ * You should have received a copy of the GNU General Public License
48+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
49+ *
50+ * Authors: Michael Zanetti <michael.zanetti@canonical.com>
51+ */
52+
53 #ifndef DELETENOTEJOB_H
54 #define DELETENOTEJOB_H
55
56
57=== modified file 'src/plugin/Evernote/jobs/evernotejob.h'
58--- src/plugin/Evernote/jobs/evernotejob.h 2013-11-29 21:01:02 +0000
59+++ src/plugin/Evernote/jobs/evernotejob.h 2013-11-29 21:01:02 +0000
60@@ -1,3 +1,23 @@
61+/*
62+ * Copyright: 2013 Canonical, Ltd
63+ *
64+ * This file is part of reminders-app
65+ *
66+ * reminders-app is free software: you can redistribute it and/or modify
67+ * it under the terms of the GNU General Public License as published by
68+ * the Free Software Foundation; version 3.
69+ *
70+ * reminders-app is distributed in the hope that it will be useful,
71+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
72+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
73+ * GNU General Public License for more details.
74+ *
75+ * You should have received a copy of the GNU General Public License
76+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
77+ *
78+ * Authors: Michael Zanetti <michael.zanetti@canonical.com>
79+ */
80+
81 #ifndef EVERNOTEJOB_H
82 #define EVERNOTEJOB_H
83
84
85=== modified file 'src/plugin/Evernote/jobs/fetchnotebooksjob.h'
86--- src/plugin/Evernote/jobs/fetchnotebooksjob.h 2013-11-29 21:01:02 +0000
87+++ src/plugin/Evernote/jobs/fetchnotebooksjob.h 2013-11-29 21:01:02 +0000
88@@ -1,3 +1,23 @@
89+/*
90+ * Copyright: 2013 Canonical, Ltd
91+ *
92+ * This file is part of reminders-app
93+ *
94+ * reminders-app is free software: you can redistribute it and/or modify
95+ * it under the terms of the GNU General Public License as published by
96+ * the Free Software Foundation; version 3.
97+ *
98+ * reminders-app is distributed in the hope that it will be useful,
99+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
100+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
101+ * GNU General Public License for more details.
102+ *
103+ * You should have received a copy of the GNU General Public License
104+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
105+ *
106+ * Authors: Michael Zanetti <michael.zanetti@canonical.com>
107+ */
108+
109 #ifndef FETCHNOTEBOOKSJOB_H
110 #define FETCHNOTEBOOKSJOB_H
111
112
113=== modified file 'src/plugin/Evernote/jobs/fetchnotejob.h'
114--- src/plugin/Evernote/jobs/fetchnotejob.h 2013-11-29 21:01:02 +0000
115+++ src/plugin/Evernote/jobs/fetchnotejob.h 2013-11-29 21:01:02 +0000
116@@ -1,3 +1,23 @@
117+/*
118+ * Copyright: 2013 Canonical, Ltd
119+ *
120+ * This file is part of reminders-app
121+ *
122+ * reminders-app is free software: you can redistribute it and/or modify
123+ * it under the terms of the GNU General Public License as published by
124+ * the Free Software Foundation; version 3.
125+ *
126+ * reminders-app 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+ * Authors: Michael Zanetti <michael.zanetti@canonical.com>
135+ */
136+
137 #ifndef FETCHNOTEJOB_H
138 #define FETCHNOTEJOB_H
139
140
141=== modified file 'src/plugin/Evernote/jobs/fetchnotesjob.h'
142--- src/plugin/Evernote/jobs/fetchnotesjob.h 2013-11-29 21:01:02 +0000
143+++ src/plugin/Evernote/jobs/fetchnotesjob.h 2013-11-29 21:01:02 +0000
144@@ -1,3 +1,23 @@
145+/*
146+ * Copyright: 2013 Canonical, Ltd
147+ *
148+ * This file is part of reminders-app
149+ *
150+ * reminders-app is free software: you can redistribute it and/or modify
151+ * it under the terms of the GNU General Public License as published by
152+ * the Free Software Foundation; version 3.
153+ *
154+ * reminders-app is distributed in the hope that it will be useful,
155+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
156+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
157+ * GNU General Public License for more details.
158+ *
159+ * You should have received a copy of the GNU General Public License
160+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
161+ *
162+ * Authors: Michael Zanetti <michael.zanetti@canonical.com>
163+ */
164+
165 #ifndef FETCHNOTESJOB_H
166 #define FETCHNOTESJOB_H
167
168
169=== modified file 'src/plugin/Evernote/jobs/savenotejob.h'
170--- src/plugin/Evernote/jobs/savenotejob.h 2013-11-29 21:01:02 +0000
171+++ src/plugin/Evernote/jobs/savenotejob.h 2013-11-29 21:01:02 +0000
172@@ -1,3 +1,23 @@
173+/*
174+ * Copyright: 2013 Canonical, Ltd
175+ *
176+ * This file is part of reminders-app
177+ *
178+ * reminders-app is free software: you can redistribute it and/or modify
179+ * it under the terms of the GNU General Public License as published by
180+ * the Free Software Foundation; version 3.
181+ *
182+ * reminders-app is distributed in the hope that it will be useful,
183+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
184+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
185+ * GNU General Public License for more details.
186+ *
187+ * You should have received a copy of the GNU General Public License
188+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
189+ *
190+ * Authors: Michael Zanetti <michael.zanetti@canonical.com>
191+ */
192+
193 #ifndef SAVENOTEJOB_H
194 #define SAVENOTEJOB_H
195
196
197=== modified file 'src/plugin/Evernote/note.h'
198--- src/plugin/Evernote/note.h 2013-11-29 21:01:02 +0000
199+++ src/plugin/Evernote/note.h 2013-11-29 21:01:02 +0000
200@@ -1,3 +1,23 @@
201+/*
202+ * Copyright: 2013 Canonical, Ltd
203+ *
204+ * This file is part of reminders-app
205+ *
206+ * reminders-app is free software: you can redistribute it and/or modify
207+ * it under the terms of the GNU General Public License as published by
208+ * the Free Software Foundation; version 3.
209+ *
210+ * reminders-app is distributed in the hope that it will be useful,
211+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
212+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
213+ * GNU General Public License for more details.
214+ *
215+ * You should have received a copy of the GNU General Public License
216+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
217+ *
218+ * Authors: Michael Zanetti <michael.zanetti@canonical.com>
219+ */
220+
221 #ifndef NOTE_H
222 #define NOTE_H
223
224
225=== modified file 'src/plugin/Evernote/notebook.h'
226--- src/plugin/Evernote/notebook.h 2013-11-24 17:03:28 +0000
227+++ src/plugin/Evernote/notebook.h 2013-11-29 21:01:02 +0000
228@@ -1,3 +1,23 @@
229+/*
230+ * Copyright: 2013 Canonical, Ltd
231+ *
232+ * This file is part of reminders-app
233+ *
234+ * reminders-app is free software: you can redistribute it and/or modify
235+ * it under the terms of the GNU General Public License as published by
236+ * the Free Software Foundation; version 3.
237+ *
238+ * reminders-app is distributed in the hope that it will be useful,
239+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
240+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
241+ * GNU General Public License for more details.
242+ *
243+ * You should have received a copy of the GNU General Public License
244+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
245+ *
246+ * Authors: Michael Zanetti <michael.zanetti@canonical.com>
247+ */
248+
249 #ifndef NOTEBOOK_H
250 #define NOTEBOOK_H
251
252
253=== modified file 'src/plugin/Evernote/notebooks.h'
254--- src/plugin/Evernote/notebooks.h 2013-11-24 17:03:28 +0000
255+++ src/plugin/Evernote/notebooks.h 2013-11-29 21:01:02 +0000
256@@ -1,3 +1,23 @@
257+/*
258+ * Copyright: 2013 Canonical, Ltd
259+ *
260+ * This file is part of reminders-app
261+ *
262+ * reminders-app is free software: you can redistribute it and/or modify
263+ * it under the terms of the GNU General Public License as published by
264+ * the Free Software Foundation; version 3.
265+ *
266+ * reminders-app is distributed in the hope that it will be useful,
267+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
268+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
269+ * GNU General Public License for more details.
270+ *
271+ * You should have received a copy of the GNU General Public License
272+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
273+ *
274+ * Authors: Michael Zanetti <michael.zanetti@canonical.com>
275+ */
276+
277 #ifndef NOTEBOOKS_H
278 #define NOTEBOOKS_H
279
280
281=== modified file 'src/plugin/Evernote/notes.h'
282--- src/plugin/Evernote/notes.h 2013-11-29 21:01:02 +0000
283+++ src/plugin/Evernote/notes.h 2013-11-29 21:01:02 +0000
284@@ -1,3 +1,23 @@
285+/*
286+ * Copyright: 2013 Canonical, Ltd
287+ *
288+ * This file is part of reminders-app
289+ *
290+ * reminders-app is free software: you can redistribute it and/or modify
291+ * it under the terms of the GNU General Public License as published by
292+ * the Free Software Foundation; version 3.
293+ *
294+ * reminders-app 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+ * Authors: Michael Zanetti <michael.zanetti@canonical.com>
303+ */
304+
305 #ifndef NOTES_H
306 #define NOTES_H
307
308
309=== modified file 'src/plugin/Evernote/notesstore.h'
310--- src/plugin/Evernote/notesstore.h 2013-11-29 21:01:02 +0000
311+++ src/plugin/Evernote/notesstore.h 2013-11-29 21:01:02 +0000
312@@ -1,3 +1,23 @@
313+/*
314+ * Copyright: 2013 Canonical, Ltd
315+ *
316+ * This file is part of reminders-app
317+ *
318+ * reminders-app is free software: you can redistribute it and/or modify
319+ * it under the terms of the GNU General Public License as published by
320+ * the Free Software Foundation; version 3.
321+ *
322+ * reminders-app is distributed in the hope that it will be useful,
323+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
324+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
325+ * GNU General Public License for more details.
326+ *
327+ * You should have received a copy of the GNU General Public License
328+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
329+ *
330+ * Authors: Michael Zanetti <michael.zanetti@canonical.com>
331+ */
332+
333 #ifndef NOTESSTORE_H
334 #define NOTESSTORE_H
335
336
337=== modified file 'src/plugin/Evernote/userstore.h'
338--- src/plugin/Evernote/userstore.h 2013-11-29 21:01:02 +0000
339+++ src/plugin/Evernote/userstore.h 2013-11-29 21:01:02 +0000
340@@ -1,3 +1,23 @@
341+/*
342+ * Copyright: 2013 Canonical, Ltd
343+ *
344+ * This file is part of reminders-app
345+ *
346+ * reminders-app is free software: you can redistribute it and/or modify
347+ * it under the terms of the GNU General Public License as published by
348+ * the Free Software Foundation; version 3.
349+ *
350+ * reminders-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+ * Authors: Michael Zanetti <michael.zanetti@canonical.com>
359+ */
360+
361 #ifndef USERSTORE_H
362 #define USERSTORE_H
363
364
365=== modified file 'src/plugin/Evernote/utils/html2enmlconverter.cpp'
366--- src/plugin/Evernote/utils/html2enmlconverter.cpp 2013-11-25 19:06:38 +0000
367+++ src/plugin/Evernote/utils/html2enmlconverter.cpp 2013-11-29 21:01:02 +0000
368@@ -1,3 +1,23 @@
369+/*
370+ * Copyright: 2013 Canonical, Ltd
371+ *
372+ * This file is part of reminders-app
373+ *
374+ * reminders-app 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+ * reminders-app 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+ * Authors: Michael Zanetti <michael.zanetti@canonical.com>
387+ */
388+
389 #include "html2enmlconverter.h"
390
391 #include <QXmlStreamReader>
392
393=== modified file 'src/plugin/Evernote/utils/html2enmlconverter.h'
394--- src/plugin/Evernote/utils/html2enmlconverter.h 2013-11-25 19:06:38 +0000
395+++ src/plugin/Evernote/utils/html2enmlconverter.h 2013-11-29 21:01:02 +0000
396@@ -1,3 +1,23 @@
397+/*
398+ * Copyright: 2013 Canonical, Ltd
399+ *
400+ * This file is part of reminders-app
401+ *
402+ * reminders-app is free software: you can redistribute it and/or modify
403+ * it under the terms of the GNU General Public License as published by
404+ * the Free Software Foundation; version 3.
405+ *
406+ * reminders-app is distributed in the hope that it will be useful,
407+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
408+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
409+ * GNU General Public License for more details.
410+ *
411+ * You should have received a copy of the GNU General Public License
412+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
413+ *
414+ * Authors: Michael Zanetti <michael.zanetti@canonical.com>
415+ */
416+
417 #ifndef HTML2ENMLCONVERTER_H
418 #define HTML2ENMLCONVERTER_H
419

Subscribers

People subscribed via source and target branches