Merge lp:~leonardolemos/maya/bump-years into lp:~elementary-apps/maya/trunk

Proposed by Leonardo Lemos
Status: Needs review
Proposed branch: lp:~leonardolemos/maya/bump-years
Merge into: lp:~elementary-apps/maya/trunk
Diff against target: 489 lines (+43/-43)
37 files modified
core/Backends/Backend.vala (+2/-2)
core/Backends/BackendsManager.vala (+1/-1)
core/Backends/LocalBackend.vala (+1/-1)
core/Backends/PlacementWidget.vala (+1/-1)
core/GesturesUtils.vala (+4/-4)
data/org.pantheon.maya.appdata.xml.in.in (+1/-1)
src/AgendaView.vala (+1/-1)
src/Application.vala (+3/-3)
src/EventEdition/ContactImage.vala (+1/-1)
src/EventEdition/EventDialog.vala (+1/-1)
src/EventEdition/GuestsPanel.vala (+1/-1)
src/EventEdition/InfoPanel.vala (+1/-1)
src/EventEdition/LocationPanel.vala (+1/-1)
src/EventEdition/ReminderPanel.vala (+1/-1)
src/EventEdition/RepeatPanel.vala (+1/-1)
src/EventParser/EventParser.vala (+1/-1)
src/EventParser/EventParserHandler.vala (+1/-1)
src/EventParser/ParsedEvent.vala (+1/-1)
src/EventParser/Parsers/ParserDe.vala (+1/-1)
src/EventParser/Parsers/ParserEn.vala (+1/-1)
src/Grid/CalendarView.vala (+1/-1)
src/Grid/EventButton.vala (+1/-1)
src/Grid/Grid.vala (+1/-1)
src/Grid/GridDay.vala (+1/-1)
src/Grid/Header.vala (+1/-1)
src/Grid/VAutoHider.vala (+1/-1)
src/Grid/WeekLabels.vala (+1/-1)
src/ImportDialog.vala (+1/-1)
src/MayaToolbar.vala (+1/-1)
src/SourceDialog/SourceDialog.vala (+1/-1)
src/SourceDialog/SourceItem.vala (+1/-1)
src/SourceDialog/SourceSelector.vala (+1/-1)
src/Widgets/CalendarButton.vala (+1/-1)
src/Widgets/ContractorButtonWithMenu.vala (+1/-1)
src/Widgets/DateSwitcher.vala (+1/-1)
src/Widgets/DateTimePicker.vala (+1/-1)
src/Widgets/DynamicSpinner.vala (+1/-1)
To merge this branch: bzr merge lp:~leonardolemos/maya/bump-years
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+313941@code.launchpad.net

Commit message

Add 2017 to license copyright and app years.

Description of the change

Add 2017 to copyright and app years.

To post a comment you must log in.

Unmerged revisions

984. By Leonardo Lemos

Bump copyright years

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'core/Backends/Backend.vala'
2--- core/Backends/Backend.vala 2014-04-15 21:59:26 +0000
3+++ core/Backends/Backend.vala 2017-01-01 22:08:48 +0000
4@@ -1,6 +1,6 @@
5 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
6 /*-
7- * Copyright (c) 2013 Maya Developers (https://launchpad.net/maya)
8+ * Copyright (c) 2013-2017 Maya Developers (https://launchpad.net/maya)
9 *
10 * This library is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU Library General Public
12@@ -26,4 +26,4 @@
13 public abstract Gee.Collection<PlacementWidget> get_new_calendar_widget (E.Source? to_edit = null);
14 public abstract void add_new_calendar (string name, string color, bool set_default, Gee.Collection<PlacementWidget> widgets);
15 public abstract void modify_calendar (string name, string color, bool set_default, Gee.Collection<PlacementWidget> widgets, E.Source source);
16-}
17\ No newline at end of file
18+}
19
20=== modified file 'core/Backends/BackendsManager.vala'
21--- core/Backends/BackendsManager.vala 2014-04-15 21:59:26 +0000
22+++ core/Backends/BackendsManager.vala 2017-01-01 22:08:48 +0000
23@@ -1,6 +1,6 @@
24 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
25 /*-
26- * Copyright (c) 2013 Maya Developers (https://launchpad.net/maya)
27+ * Copyright (c) 2013-2017 Maya Developers (https://launchpad.net/maya)
28 *
29 * This library is free software; you can redistribute it and/or
30 * modify it under the terms of the GNU Library General Public
31
32=== modified file 'core/Backends/LocalBackend.vala'
33--- core/Backends/LocalBackend.vala 2016-04-25 23:09:18 +0000
34+++ core/Backends/LocalBackend.vala 2017-01-01 22:08:48 +0000
35@@ -1,6 +1,6 @@
36 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
37 /*-
38- * Copyright (c) 2013 Maya Developers (https://launchpad.net/maya)
39+ * Copyright (c) 2013-2017 Maya Developers (https://launchpad.net/maya)
40 *
41 * This library is free software; you can redistribute it and/or
42 * modify it under the terms of the GNU Library General Public
43
44=== modified file 'core/Backends/PlacementWidget.vala'
45--- core/Backends/PlacementWidget.vala 2015-05-28 16:30:42 +0000
46+++ core/Backends/PlacementWidget.vala 2017-01-01 22:08:48 +0000
47@@ -1,6 +1,6 @@
48 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
49 /*-
50- * Copyright (c) 2013 Maya Developers (https://launchpad.net/maya)
51+ * Copyright (c) 2013-2017 Maya Developers (https://launchpad.net/maya)
52 *
53 * This library is free software; you can redistribute it and/or
54 * modify it under the terms of the GNU Library General Public
55
56=== modified file 'core/GesturesUtils.vala'
57--- core/GesturesUtils.vala 2014-12-27 14:27:21 +0000
58+++ core/GesturesUtils.vala 2017-01-01 22:08:48 +0000
59@@ -1,17 +1,17 @@
60 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
61 /*-
62- * Copyright (c) 2014-2015 Maya Developers (http://launchpad.net/maya)
63+ * Copyright (c) 2014-2017 Maya Developers (http://launchpad.net/maya)
64 *
65 * This program is free software: you can redistribute it and/or modify
66 * it under the terms of the GNU General Public License as published by
67 * the Free Software Foundation, either version 3 of the License, or
68 * (at your option) any later version.
69- *
70+ *
71 * This program is distributed in the hope that it will be useful,
72 * but WITHOUT ANY WARRANTY; without even the implied warranty of
73 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
74 * GNU General Public License for more details.
75- *
76+ *
77 * You should have received a copy of the GNU General Public License
78 * along with this program. If not, see <http://www.gnu.org/licenses/>.
79 *
80@@ -39,7 +39,7 @@
81 Model.CalendarModel.get_default ().change_month ((int) choice);
82 return true;
83 }
84-
85+
86 if (has_scrolled == true) {
87 return true;
88 }
89
90=== modified file 'data/org.pantheon.maya.appdata.xml.in.in'
91--- data/org.pantheon.maya.appdata.xml.in.in 2016-09-01 06:16:36 +0000
92+++ data/org.pantheon.maya.appdata.xml.in.in 2017-01-01 22:08:48 +0000
93@@ -1,5 +1,5 @@
94 <?xml version="1.0" encoding="UTF-8"?>
95-<!-- Copyright 2015-2016 elementary, LLC <contact@elementary.io> -->
96+<!-- Copyright 2015-2017 elementary, LLC <contact@elementary.io> -->
97 <component type="desktop">
98 <id>org.pantheon.maya.desktop</id>
99 <metadata_license>CC0-1.0</metadata_license>
100
101=== modified file 'src/AgendaView.vala'
102--- src/AgendaView.vala 2016-04-24 03:43:28 +0000
103+++ src/AgendaView.vala 2017-01-01 22:08:48 +0000
104@@ -1,6 +1,6 @@
105 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
106 /*-
107- * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)
108+ * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
109 *
110 * This program is free software: you can redistribute it and/or modify
111 * it under the terms of the GNU General Public License as published by
112
113=== modified file 'src/Application.vala'
114--- src/Application.vala 2016-10-30 21:39:45 +0000
115+++ src/Application.vala 2017-01-01 22:08:48 +0000
116@@ -1,6 +1,6 @@
117 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
118 /*-
119- * Copyright (c) 2011-2015 Maya Developers (https://launchpad.net/maya)
120+ * Copyright (c) 2011-2017 Maya Developers (https://launchpad.net/maya)
121 *
122 * This program 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@@ -43,7 +43,7 @@
125
126 if (Option.PRINT_VERSION) {
127 stdout.printf("Maya %s\n", Build.VERSION);
128- stdout.printf("Copyright 2011-2015 Maya Developers.\n");
129+ stdout.printf("Copyright 2011-2017 Maya Developers.\n");
130 return 0;
131 }
132
133@@ -75,7 +75,7 @@
134 program_name = _(Build.APP_NAME);
135 exec_name = "maya-calendar";
136
137- app_years = "2011-2016";
138+ app_years = "2011-2017";
139 application_id = "org.pantheon.maya";
140 app_icon = "office-calendar";
141 app_launcher = "org.pantheon.maya.desktop";
142
143=== modified file 'src/EventEdition/ContactImage.vala'
144--- src/EventEdition/ContactImage.vala 2014-12-27 14:27:21 +0000
145+++ src/EventEdition/ContactImage.vala 2017-01-01 22:08:48 +0000
146@@ -1,6 +1,6 @@
147 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
148 /*-
149- * Copyright (c) 2013-2015 Maya Developers (http://launchpad.net/maya)
150+ * Copyright (c) 2013-2017 Maya Developers (http://launchpad.net/maya)
151 *
152 * This program is free software: you can redistribute it and/or modify
153 * it under the terms of the GNU Library General Public License as published by
154
155=== modified file 'src/EventEdition/EventDialog.vala'
156--- src/EventEdition/EventDialog.vala 2015-11-29 19:56:24 +0000
157+++ src/EventEdition/EventDialog.vala 2017-01-01 22:08:48 +0000
158@@ -1,6 +1,6 @@
159 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
160 /*-
161- * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)
162+ * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
163 *
164 * This program is free software: you can redistribute it and/or modify
165 * it under the terms of the GNU General Public License as published by
166
167=== modified file 'src/EventEdition/GuestsPanel.vala'
168--- src/EventEdition/GuestsPanel.vala 2015-11-29 10:08:28 +0000
169+++ src/EventEdition/GuestsPanel.vala 2017-01-01 22:08:48 +0000
170@@ -1,6 +1,6 @@
171 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
172 /*-
173- * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)
174+ * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
175 *
176 * This program is free software: you can redistribute it and/or modify
177 * it under the terms of the GNU General Public License as published by
178
179=== modified file 'src/EventEdition/InfoPanel.vala'
180--- src/EventEdition/InfoPanel.vala 2016-09-04 12:17:46 +0000
181+++ src/EventEdition/InfoPanel.vala 2017-01-01 22:08:48 +0000
182@@ -1,6 +1,6 @@
183 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
184 /*-
185- * Copyright (c) 2013-2015 Maya Developers (http://launchpad.net/maya)
186+ * Copyright (c) 2013-2017 Maya Developers (http://launchpad.net/maya)
187 *
188 * This program is free software: you can redistribute it and/or modify
189 * it under the terms of the GNU General Public License as published by
190
191=== modified file 'src/EventEdition/LocationPanel.vala'
192--- src/EventEdition/LocationPanel.vala 2016-10-30 21:39:45 +0000
193+++ src/EventEdition/LocationPanel.vala 2017-01-01 22:08:48 +0000
194@@ -1,6 +1,6 @@
195 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
196 /*-
197- * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)
198+ * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
199 *
200 * This program is free software: you can redistribute it and/or modify
201 * it under the terms of the GNU General Public License as published by
202
203=== modified file 'src/EventEdition/ReminderPanel.vala'
204--- src/EventEdition/ReminderPanel.vala 2016-12-07 15:19:34 +0000
205+++ src/EventEdition/ReminderPanel.vala 2017-01-01 22:08:48 +0000
206@@ -1,6 +1,6 @@
207 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
208 /*-
209- * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)
210+ * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
211 *
212 * This program is free software: you can redistribute it and/or modify
213 * it under the terms of the GNU General Public License as published by
214
215=== modified file 'src/EventEdition/RepeatPanel.vala'
216--- src/EventEdition/RepeatPanel.vala 2015-10-23 19:39:14 +0000
217+++ src/EventEdition/RepeatPanel.vala 2017-01-01 22:08:48 +0000
218@@ -1,6 +1,6 @@
219 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
220 /*-
221- * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)
222+ * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
223 *
224 * This program is free software: you can redistribute it and/or modify
225 * it under the terms of the GNU General Public License as published by
226
227=== modified file 'src/EventParser/EventParser.vala'
228--- src/EventParser/EventParser.vala 2015-12-01 19:32:33 +0000
229+++ src/EventParser/EventParser.vala 2017-01-01 22:08:48 +0000
230@@ -1,6 +1,6 @@
231 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
232 /*-
233- * Copyright (c) 2011-2015 elementary LLC
234+ * Copyright (c) 2011-2017 elementary LLC
235 *
236 * This program is free software: you can redistribute it and/or modify
237 * it under the terms of the GNU General Public License as published by
238
239=== modified file 'src/EventParser/EventParserHandler.vala'
240--- src/EventParser/EventParserHandler.vala 2015-12-01 19:32:33 +0000
241+++ src/EventParser/EventParserHandler.vala 2017-01-01 22:08:48 +0000
242@@ -1,6 +1,6 @@
243 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
244 /*-
245- * Copyright (c) 2011-2015 elementary LLC
246+ * Copyright (c) 2011-2017 elementary LLC
247 *
248 * This program is free software: you can redistribute it and/or modify
249 * it under the terms of the GNU General Public License as published by
250
251=== modified file 'src/EventParser/ParsedEvent.vala'
252--- src/EventParser/ParsedEvent.vala 2015-12-01 19:32:33 +0000
253+++ src/EventParser/ParsedEvent.vala 2017-01-01 22:08:48 +0000
254@@ -1,6 +1,6 @@
255 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
256 /*-
257- * Copyright (c) 2011-2015 elementary LLC
258+ * Copyright (c) 2011-2017 elementary LLC
259 *
260 * This program is free software: you can redistribute it and/or modify
261 * it under the terms of the GNU General Public License as published by
262
263=== modified file 'src/EventParser/Parsers/ParserDe.vala'
264--- src/EventParser/Parsers/ParserDe.vala 2015-12-01 19:52:07 +0000
265+++ src/EventParser/Parsers/ParserDe.vala 2017-01-01 22:08:48 +0000
266@@ -1,6 +1,6 @@
267 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
268 /*-
269- * Copyright (c) 2011-2015 elementary LLC
270+ * Copyright (c) 2011-2017 elementary LLC
271 *
272 * This program is free software: you can redistribute it and/or modify
273 * it under the terms of the GNU General Public License as published by
274
275=== modified file 'src/EventParser/Parsers/ParserEn.vala'
276--- src/EventParser/Parsers/ParserEn.vala 2015-12-01 19:52:07 +0000
277+++ src/EventParser/Parsers/ParserEn.vala 2017-01-01 22:08:48 +0000
278@@ -1,6 +1,6 @@
279 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
280 /*-
281- * Copyright (c) 2011-2015 elementary LLC
282+ * Copyright (c) 2011-2017 elementary LLC
283 *
284 * This program is free software: you can redistribute it and/or modify
285 * it under the terms of the GNU General Public License as published by
286
287=== modified file 'src/Grid/CalendarView.vala'
288--- src/Grid/CalendarView.vala 2014-12-27 15:25:34 +0000
289+++ src/Grid/CalendarView.vala 2017-01-01 22:08:48 +0000
290@@ -1,6 +1,6 @@
291 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
292 /*-
293- * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)
294+ * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
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
299=== modified file 'src/Grid/EventButton.vala'
300--- src/Grid/EventButton.vala 2016-10-31 13:48:09 +0000
301+++ src/Grid/EventButton.vala 2017-01-01 22:08:48 +0000
302@@ -1,6 +1,6 @@
303 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
304 /*-
305- * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)
306+ * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
307 *
308 * This program is free software: you can redistribute it and/or modify
309 * it under the terms of the GNU General Public License as published by
310
311=== modified file 'src/Grid/Grid.vala'
312--- src/Grid/Grid.vala 2015-01-16 23:38:19 +0000
313+++ src/Grid/Grid.vala 2017-01-01 22:08:48 +0000
314@@ -1,6 +1,6 @@
315 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
316 /*-
317- * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)
318+ * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
319 *
320 * This program is free software: you can redistribute it and/or modify
321 * it under the terms of the GNU General Public License as published by
322
323=== modified file 'src/Grid/GridDay.vala'
324--- src/Grid/GridDay.vala 2016-10-30 21:39:45 +0000
325+++ src/Grid/GridDay.vala 2017-01-01 22:08:48 +0000
326@@ -1,6 +1,6 @@
327 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
328 /*-
329- * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)
330+ * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
331 *
332 * This program is free software: you can redistribute it and/or modify
333 * it under the terms of the GNU General Public License as published by
334
335=== modified file 'src/Grid/Header.vala'
336--- src/Grid/Header.vala 2015-01-17 00:43:05 +0000
337+++ src/Grid/Header.vala 2017-01-01 22:08:48 +0000
338@@ -1,6 +1,6 @@
339 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
340 /*-
341- * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)
342+ * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
343 *
344 * This program is free software: you can redistribute it and/or modify
345 * it under the terms of the GNU General Public License as published by
346
347=== modified file 'src/Grid/VAutoHider.vala'
348--- src/Grid/VAutoHider.vala 2014-12-27 14:27:21 +0000
349+++ src/Grid/VAutoHider.vala 2017-01-01 22:08:48 +0000
350@@ -1,6 +1,6 @@
351 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
352 /*-
353- * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)
354+ * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
355 *
356 * This program is free software: you can redistribute it and/or modify
357 * it under the terms of the GNU Library General Public License as published by
358
359=== modified file 'src/Grid/WeekLabels.vala'
360--- src/Grid/WeekLabels.vala 2015-01-17 00:43:05 +0000
361+++ src/Grid/WeekLabels.vala 2017-01-01 22:08:48 +0000
362@@ -1,6 +1,6 @@
363 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
364 /*-
365- * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)
366+ * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
367 *
368 * This program is free software: you can redistribute it and/or modify
369 * it under the terms of the GNU General Public License as published by
370
371=== modified file 'src/ImportDialog.vala'
372--- src/ImportDialog.vala 2015-05-28 16:30:42 +0000
373+++ src/ImportDialog.vala 2017-01-01 22:08:48 +0000
374@@ -1,6 +1,6 @@
375 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
376 /*-
377- * Copyright (c) 2014-2015 Maya Developers (http://launchpad.net/maya)
378+ * Copyright (c) 2014-2017 Maya Developers (http://launchpad.net/maya)
379 *
380 * This program is free software: you can redistribute it and/or modify
381 * it under the terms of the GNU General Public License as published by
382
383=== modified file 'src/MayaToolbar.vala'
384--- src/MayaToolbar.vala 2016-06-17 16:34:36 +0000
385+++ src/MayaToolbar.vala 2017-01-01 22:08:48 +0000
386@@ -1,6 +1,6 @@
387 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
388 /*-
389- * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)
390+ * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
391 *
392 * This program is free software: you can redistribute it and/or modify
393 * it under the terms of the GNU General Public License as published by
394
395=== modified file 'src/SourceDialog/SourceDialog.vala'
396--- src/SourceDialog/SourceDialog.vala 2015-05-28 16:30:42 +0000
397+++ src/SourceDialog/SourceDialog.vala 2017-01-01 22:08:48 +0000
398@@ -1,6 +1,6 @@
399 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
400 /*-
401- * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)
402+ * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
403 *
404 * This program is free software: you can redistribute it and/or modify
405 * it under the terms of the GNU General Public License as published by
406
407=== modified file 'src/SourceDialog/SourceItem.vala'
408--- src/SourceDialog/SourceItem.vala 2015-05-28 16:30:42 +0000
409+++ src/SourceDialog/SourceItem.vala 2017-01-01 22:08:48 +0000
410@@ -1,6 +1,6 @@
411 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
412 /*-
413- * Copyright (c) 2013-2015 Maya Developers (http://launchpad.net/maya)
414+ * Copyright (c) 2013-2017 Maya Developers (http://launchpad.net/maya)
415 *
416 * This program is free software: you can redistribute it and/or modify
417 * it under the terms of the GNU General Public License as published by
418
419=== modified file 'src/SourceDialog/SourceSelector.vala'
420--- src/SourceDialog/SourceSelector.vala 2016-04-25 23:09:18 +0000
421+++ src/SourceDialog/SourceSelector.vala 2017-01-01 22:08:48 +0000
422@@ -1,6 +1,6 @@
423 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
424 /*-
425- * Copyright (c) 2013-2015 Maya Developers (http://launchpad.net/maya)
426+ * Copyright (c) 2013-2017 Maya Developers (http://launchpad.net/maya)
427 *
428 * This program is free software: you can redistribute it and/or modify
429 * it under the terms of the GNU General Public License as published by
430
431=== modified file 'src/Widgets/CalendarButton.vala'
432--- src/Widgets/CalendarButton.vala 2015-05-28 16:30:42 +0000
433+++ src/Widgets/CalendarButton.vala 2017-01-01 22:08:48 +0000
434@@ -1,6 +1,6 @@
435 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
436 /*-
437- * Copyright (c) 2014-2015 Maya Developers (http://launchpad.net/maya)
438+ * Copyright (c) 2014-2017 Maya Developers (http://launchpad.net/maya)
439 *
440 * This program is free software: you can redistribute it and/or modify
441 * it under the terms of the GNU General Public License as published by
442
443=== modified file 'src/Widgets/ContractorButtonWithMenu.vala'
444--- src/Widgets/ContractorButtonWithMenu.vala 2014-12-27 14:27:21 +0000
445+++ src/Widgets/ContractorButtonWithMenu.vala 2017-01-01 22:08:48 +0000
446@@ -1,6 +1,6 @@
447 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
448 /*-
449- * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)
450+ * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
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
455=== modified file 'src/Widgets/DateSwitcher.vala'
456--- src/Widgets/DateSwitcher.vala 2016-06-17 16:34:36 +0000
457+++ src/Widgets/DateSwitcher.vala 2017-01-01 22:08:48 +0000
458@@ -1,6 +1,6 @@
459 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
460 /*-
461- * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)
462+ * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
463 *
464 * This program is free software: you can redistribute it and/or modify
465 * it under the terms of the GNU General Public License as published by
466
467=== modified file 'src/Widgets/DateTimePicker.vala'
468--- src/Widgets/DateTimePicker.vala 2014-12-27 14:27:21 +0000
469+++ src/Widgets/DateTimePicker.vala 2017-01-01 22:08:48 +0000
470@@ -1,6 +1,6 @@
471 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
472 /*-
473- * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)
474+ * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
475 *
476 * This program is free software: you can redistribute it and/or modify
477 * it under the terms of the GNU General Public License as published by
478
479=== modified file 'src/Widgets/DynamicSpinner.vala'
480--- src/Widgets/DynamicSpinner.vala 2014-12-27 14:27:21 +0000
481+++ src/Widgets/DynamicSpinner.vala 2017-01-01 22:08:48 +0000
482@@ -1,6 +1,6 @@
483 // -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
484 /*-
485- * Copyright (c) 2014-2015 Maya Developers (http://launchpad.net/maya)
486+ * Copyright (c) 2014-2017 Maya Developers (http://launchpad.net/maya)
487 *
488 * This program is free software: you can redistribute it and/or modify
489 * it under the terms of the GNU General Public License as published by

Subscribers

People subscribed via source and target branches