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
=== modified file 'core/Backends/Backend.vala'
--- core/Backends/Backend.vala 2014-04-15 21:59:26 +0000
+++ core/Backends/Backend.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2013 Maya Developers (https://launchpad.net/maya)3 * Copyright (c) 2013-2017 Maya Developers (https://launchpad.net/maya)
4 *4 *
5 * This library is free software; you can redistribute it and/or5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public6 * modify it under the terms of the GNU Library General Public
@@ -26,4 +26,4 @@
26 public abstract Gee.Collection<PlacementWidget> get_new_calendar_widget (E.Source? to_edit = null);26 public abstract Gee.Collection<PlacementWidget> get_new_calendar_widget (E.Source? to_edit = null);
27 public abstract void add_new_calendar (string name, string color, bool set_default, Gee.Collection<PlacementWidget> widgets);27 public abstract void add_new_calendar (string name, string color, bool set_default, Gee.Collection<PlacementWidget> widgets);
28 public abstract void modify_calendar (string name, string color, bool set_default, Gee.Collection<PlacementWidget> widgets, E.Source source);28 public abstract void modify_calendar (string name, string color, bool set_default, Gee.Collection<PlacementWidget> widgets, E.Source source);
29}
30\ No newline at end of file29\ No newline at end of file
30}
3131
=== modified file 'core/Backends/BackendsManager.vala'
--- core/Backends/BackendsManager.vala 2014-04-15 21:59:26 +0000
+++ core/Backends/BackendsManager.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2013 Maya Developers (https://launchpad.net/maya)3 * Copyright (c) 2013-2017 Maya Developers (https://launchpad.net/maya)
4 *4 *
5 * This library is free software; you can redistribute it and/or5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public6 * modify it under the terms of the GNU Library General Public
77
=== modified file 'core/Backends/LocalBackend.vala'
--- core/Backends/LocalBackend.vala 2016-04-25 23:09:18 +0000
+++ core/Backends/LocalBackend.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2013 Maya Developers (https://launchpad.net/maya)3 * Copyright (c) 2013-2017 Maya Developers (https://launchpad.net/maya)
4 *4 *
5 * This library is free software; you can redistribute it and/or5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public6 * modify it under the terms of the GNU Library General Public
77
=== modified file 'core/Backends/PlacementWidget.vala'
--- core/Backends/PlacementWidget.vala 2015-05-28 16:30:42 +0000
+++ core/Backends/PlacementWidget.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2013 Maya Developers (https://launchpad.net/maya)3 * Copyright (c) 2013-2017 Maya Developers (https://launchpad.net/maya)
4 *4 *
5 * This library is free software; you can redistribute it and/or5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public6 * modify it under the terms of the GNU Library General Public
77
=== modified file 'core/GesturesUtils.vala'
--- core/GesturesUtils.vala 2014-12-27 14:27:21 +0000
+++ core/GesturesUtils.vala 2017-01-01 22:08:48 +0000
@@ -1,17 +1,17 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2014-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2014-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation, either version 3 of the License, or7 * the Free Software Foundation, either version 3 of the License, or
8 * (at your option) any later version.8 * (at your option) any later version.
9 * 9 *
10 * This program is distributed in the hope that it will be useful,10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.13 * GNU General Public License for more details.
14 * 14 *
15 * You should have received a copy of the GNU General Public License15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 *17 *
@@ -39,7 +39,7 @@
39 Model.CalendarModel.get_default ().change_month ((int) choice);39 Model.CalendarModel.get_default ().change_month ((int) choice);
40 return true;40 return true;
41 }41 }
42 42
43 if (has_scrolled == true) {43 if (has_scrolled == true) {
44 return true;44 return true;
45 }45 }
4646
=== modified file 'data/org.pantheon.maya.appdata.xml.in.in'
--- data/org.pantheon.maya.appdata.xml.in.in 2016-09-01 06:16:36 +0000
+++ data/org.pantheon.maya.appdata.xml.in.in 2017-01-01 22:08:48 +0000
@@ -1,5 +1,5 @@
1<?xml version="1.0" encoding="UTF-8"?>1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright 2015-2016 elementary, LLC <contact@elementary.io> -->2<!-- Copyright 2015-2017 elementary, LLC <contact@elementary.io> -->
3<component type="desktop">3<component type="desktop">
4 <id>org.pantheon.maya.desktop</id>4 <id>org.pantheon.maya.desktop</id>
5 <metadata_license>CC0-1.0</metadata_license>5 <metadata_license>CC0-1.0</metadata_license>
66
=== modified file 'src/AgendaView.vala'
--- src/AgendaView.vala 2016-04-24 03:43:28 +0000
+++ src/AgendaView.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/Application.vala'
--- src/Application.vala 2016-10-30 21:39:45 +0000
+++ src/Application.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 Maya Developers (https://launchpad.net/maya)3 * Copyright (c) 2011-2017 Maya Developers (https://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
@@ -43,7 +43,7 @@
4343
44 if (Option.PRINT_VERSION) {44 if (Option.PRINT_VERSION) {
45 stdout.printf("Maya %s\n", Build.VERSION);45 stdout.printf("Maya %s\n", Build.VERSION);
46 stdout.printf("Copyright 2011-2015 Maya Developers.\n");46 stdout.printf("Copyright 2011-2017 Maya Developers.\n");
47 return 0;47 return 0;
48 }48 }
4949
@@ -75,7 +75,7 @@
75 program_name = _(Build.APP_NAME);75 program_name = _(Build.APP_NAME);
76 exec_name = "maya-calendar";76 exec_name = "maya-calendar";
7777
78 app_years = "2011-2016";78 app_years = "2011-2017";
79 application_id = "org.pantheon.maya";79 application_id = "org.pantheon.maya";
80 app_icon = "office-calendar";80 app_icon = "office-calendar";
81 app_launcher = "org.pantheon.maya.desktop";81 app_launcher = "org.pantheon.maya.desktop";
8282
=== modified file 'src/EventEdition/ContactImage.vala'
--- src/EventEdition/ContactImage.vala 2014-12-27 14:27:21 +0000
+++ src/EventEdition/ContactImage.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2013-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2013-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU Library General Public License as published by6 * it under the terms of the GNU Library General Public License as published by
77
=== modified file 'src/EventEdition/EventDialog.vala'
--- src/EventEdition/EventDialog.vala 2015-11-29 19:56:24 +0000
+++ src/EventEdition/EventDialog.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/EventEdition/GuestsPanel.vala'
--- src/EventEdition/GuestsPanel.vala 2015-11-29 10:08:28 +0000
+++ src/EventEdition/GuestsPanel.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/EventEdition/InfoPanel.vala'
--- src/EventEdition/InfoPanel.vala 2016-09-04 12:17:46 +0000
+++ src/EventEdition/InfoPanel.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2013-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2013-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/EventEdition/LocationPanel.vala'
--- src/EventEdition/LocationPanel.vala 2016-10-30 21:39:45 +0000
+++ src/EventEdition/LocationPanel.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/EventEdition/ReminderPanel.vala'
--- src/EventEdition/ReminderPanel.vala 2016-12-07 15:19:34 +0000
+++ src/EventEdition/ReminderPanel.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/EventEdition/RepeatPanel.vala'
--- src/EventEdition/RepeatPanel.vala 2015-10-23 19:39:14 +0000
+++ src/EventEdition/RepeatPanel.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/EventParser/EventParser.vala'
--- src/EventParser/EventParser.vala 2015-12-01 19:32:33 +0000
+++ src/EventParser/EventParser.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 elementary LLC3 * Copyright (c) 2011-2017 elementary LLC
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/EventParser/EventParserHandler.vala'
--- src/EventParser/EventParserHandler.vala 2015-12-01 19:32:33 +0000
+++ src/EventParser/EventParserHandler.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 elementary LLC3 * Copyright (c) 2011-2017 elementary LLC
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/EventParser/ParsedEvent.vala'
--- src/EventParser/ParsedEvent.vala 2015-12-01 19:32:33 +0000
+++ src/EventParser/ParsedEvent.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 elementary LLC3 * Copyright (c) 2011-2017 elementary LLC
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/EventParser/Parsers/ParserDe.vala'
--- src/EventParser/Parsers/ParserDe.vala 2015-12-01 19:52:07 +0000
+++ src/EventParser/Parsers/ParserDe.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 elementary LLC3 * Copyright (c) 2011-2017 elementary LLC
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/EventParser/Parsers/ParserEn.vala'
--- src/EventParser/Parsers/ParserEn.vala 2015-12-01 19:52:07 +0000
+++ src/EventParser/Parsers/ParserEn.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 elementary LLC3 * Copyright (c) 2011-2017 elementary LLC
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/Grid/CalendarView.vala'
--- src/Grid/CalendarView.vala 2014-12-27 15:25:34 +0000
+++ src/Grid/CalendarView.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/Grid/EventButton.vala'
--- src/Grid/EventButton.vala 2016-10-31 13:48:09 +0000
+++ src/Grid/EventButton.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/Grid/Grid.vala'
--- src/Grid/Grid.vala 2015-01-16 23:38:19 +0000
+++ src/Grid/Grid.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/Grid/GridDay.vala'
--- src/Grid/GridDay.vala 2016-10-30 21:39:45 +0000
+++ src/Grid/GridDay.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/Grid/Header.vala'
--- src/Grid/Header.vala 2015-01-17 00:43:05 +0000
+++ src/Grid/Header.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/Grid/VAutoHider.vala'
--- src/Grid/VAutoHider.vala 2014-12-27 14:27:21 +0000
+++ src/Grid/VAutoHider.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU Library General Public License as published by6 * it under the terms of the GNU Library General Public License as published by
77
=== modified file 'src/Grid/WeekLabels.vala'
--- src/Grid/WeekLabels.vala 2015-01-17 00:43:05 +0000
+++ src/Grid/WeekLabels.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/ImportDialog.vala'
--- src/ImportDialog.vala 2015-05-28 16:30:42 +0000
+++ src/ImportDialog.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2014-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2014-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/MayaToolbar.vala'
--- src/MayaToolbar.vala 2016-06-17 16:34:36 +0000
+++ src/MayaToolbar.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/SourceDialog/SourceDialog.vala'
--- src/SourceDialog/SourceDialog.vala 2015-05-28 16:30:42 +0000
+++ src/SourceDialog/SourceDialog.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/SourceDialog/SourceItem.vala'
--- src/SourceDialog/SourceItem.vala 2015-05-28 16:30:42 +0000
+++ src/SourceDialog/SourceItem.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2013-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2013-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/SourceDialog/SourceSelector.vala'
--- src/SourceDialog/SourceSelector.vala 2016-04-25 23:09:18 +0000
+++ src/SourceDialog/SourceSelector.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2013-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2013-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/Widgets/CalendarButton.vala'
--- src/Widgets/CalendarButton.vala 2015-05-28 16:30:42 +0000
+++ src/Widgets/CalendarButton.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2014-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2014-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/Widgets/ContractorButtonWithMenu.vala'
--- src/Widgets/ContractorButtonWithMenu.vala 2014-12-27 14:27:21 +0000
+++ src/Widgets/ContractorButtonWithMenu.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/Widgets/DateSwitcher.vala'
--- src/Widgets/DateSwitcher.vala 2016-06-17 16:34:36 +0000
+++ src/Widgets/DateSwitcher.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/Widgets/DateTimePicker.vala'
--- src/Widgets/DateTimePicker.vala 2014-12-27 14:27:21 +0000
+++ src/Widgets/DateTimePicker.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2011-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2011-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by
77
=== modified file 'src/Widgets/DynamicSpinner.vala'
--- src/Widgets/DynamicSpinner.vala 2014-12-27 14:27:21 +0000
+++ src/Widgets/DynamicSpinner.vala 2017-01-01 22:08:48 +0000
@@ -1,6 +1,6 @@
1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-1// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
2/*-2/*-
3 * Copyright (c) 2014-2015 Maya Developers (http://launchpad.net/maya)3 * Copyright (c) 2014-2017 Maya Developers (http://launchpad.net/maya)
4 *4 *
5 * This program is free software: you can redistribute it and/or modify5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by6 * it under the terms of the GNU General Public License as published by

Subscribers

People subscribed via source and target branches