Merge lp:~leonardolemos/pantheon-greeter/bump-years into lp:~elementary-pantheon/pantheon-greeter/trunk

Proposed by Leonardo Lemos
Status: Merged
Approved by: Cody Garver
Approved revision: 514
Merged at revision: 515
Proposed branch: lp:~leonardolemos/pantheon-greeter/bump-years
Merge into: lp:~elementary-pantheon/pantheon-greeter/trunk
Diff against target: 187 lines (+17/-17)
17 files modified
src/Avatar.vala (+1/-1)
src/CredentialsArea.vala (+1/-1)
src/CredentialsAreaActor.vala (+1/-1)
src/FingerprintIndicatorArea.vala (+1/-1)
src/Gateways/DummyGateway.vala (+1/-1)
src/Gateways/LightDMGateway.vala (+1/-1)
src/Gateways/LoginGateway.vala (+1/-1)
src/LoginBox.vala (+1/-1)
src/LoginButtonArea.vala (+1/-1)
src/LoginMask.vala (+1/-1)
src/LoginOptions/GuestLogin.vala (+1/-1)
src/LoginOptions/LoginOption.vala (+1/-1)
src/LoginOptions/ManualLogin.vala (+1/-1)
src/LoginOptions/UserLogin.vala (+1/-1)
src/PasswordArea.vala (+1/-1)
src/TimeLabel.vala (+1/-1)
src/Wallpaper.vala (+1/-1)
To merge this branch: bzr merge lp:~leonardolemos/pantheon-greeter/bump-years
Reviewer Review Type Date Requested Status
elementary Pantheon team Pending
Review via email: mp+313943@code.launchpad.net

Commit message

Add 2017 to license copyright and app years.

Description of the change

Add 2017 to license copyright and app years.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/Avatar.vala'
--- src/Avatar.vala 2016-12-17 22:19:47 +0000
+++ src/Avatar.vala 2017-01-01 22:09:38 +0000
@@ -1,5 +1,5 @@
1/*1/*
2* Copyright (c) 2011-2016 elementary LLC. (http://launchpad.net/pantheon-greeter)2* Copyright (c) 2011-2017 elementary LLC. (http://launchpad.net/pantheon-greeter)
3*3*
4* This program is free software; you can redistribute it and/or4* This program is free software; you can redistribute it and/or
5* modify it under the terms of the GNU General Public5* modify it under the terms of the GNU General Public
66
=== modified file 'src/CredentialsArea.vala'
--- src/CredentialsArea.vala 2016-09-25 15:02:55 +0000
+++ src/CredentialsArea.vala 2017-01-01 22:09:38 +0000
@@ -1,5 +1,5 @@
1/*1/*
2* Copyright (c) 2011-2016 elementary LLC. (http://launchpad.net/pantheon-greeter)2* Copyright (c) 2011-2017 elementary LLC. (http://launchpad.net/pantheon-greeter)
3*3*
4* This program is free software; you can redistribute it and/or4* This program is free software; you can redistribute it and/or
5* modify it under the terms of the GNU General Public5* modify it under the terms of the GNU General Public
66
=== modified file 'src/CredentialsAreaActor.vala'
--- src/CredentialsAreaActor.vala 2016-08-29 17:32:50 +0000
+++ src/CredentialsAreaActor.vala 2017-01-01 22:09:38 +0000
@@ -1,5 +1,5 @@
1/*1/*
2* Copyright (c) 2011-2016 elementary LLC. (http://launchpad.net/pantheon-greeter)2* Copyright (c) 2011-2017 elementary LLC. (http://launchpad.net/pantheon-greeter)
3*3*
4* This program is free software; you can redistribute it and/or4* This program is free software; you can redistribute it and/or
5* modify it under the terms of the GNU General Public5* modify it under the terms of the GNU General Public
66
=== modified file 'src/FingerprintIndicatorArea.vala'
--- src/FingerprintIndicatorArea.vala 2016-10-26 17:18:25 +0000
+++ src/FingerprintIndicatorArea.vala 2017-01-01 22:09:38 +0000
@@ -1,5 +1,5 @@
1/*1/*
2* Copyright (c) 2011-2016 elementary LLC. (http://launchpad.net/pantheon-greeter)2* Copyright (c) 2011-2017 elementary LLC. (http://launchpad.net/pantheon-greeter)
3*3*
4* This program is free software; you can redistribute it and/or4* This program is free software; you can redistribute it and/or
5* modify it under the terms of the GNU General Public5* modify it under the terms of the GNU General Public
66
=== modified file 'src/Gateways/DummyGateway.vala'
--- src/Gateways/DummyGateway.vala 2016-09-25 14:49:00 +0000
+++ src/Gateways/DummyGateway.vala 2017-01-01 22:09:38 +0000
@@ -1,5 +1,5 @@
1/*1/*
2* Copyright (c) 2011-2016 elementary LLC (http://launchpad.net/pantheon-greeter)2* Copyright (c) 2011-2017 elementary LLC (http://launchpad.net/pantheon-greeter)
3*3*
4* This program is free software; you can redistribute it and/or4* This program is free software; you can redistribute it and/or
5* modify it under the terms of the GNU General Public5* modify it under the terms of the GNU General Public
66
=== modified file 'src/Gateways/LightDMGateway.vala'
--- src/Gateways/LightDMGateway.vala 2016-09-25 14:49:00 +0000
+++ src/Gateways/LightDMGateway.vala 2017-01-01 22:09:38 +0000
@@ -1,5 +1,5 @@
1/*1/*
2* Copyright (c) 2011-2016 elementary LLC (http://launchpad.net/pantheon-greeter)2* Copyright (c) 2011-2017 elementary LLC (http://launchpad.net/pantheon-greeter)
3*3*
4* This program is free software; you can redistribute it and/or4* This program is free software; you can redistribute it and/or
5* modify it under the terms of the GNU General Public5* modify it under the terms of the GNU General Public
66
=== modified file 'src/Gateways/LoginGateway.vala'
--- src/Gateways/LoginGateway.vala 2016-09-25 14:49:00 +0000
+++ src/Gateways/LoginGateway.vala 2017-01-01 22:09:38 +0000
@@ -1,5 +1,5 @@
1/*1/*
2* Copyright (c) 2011-2016 elementary LLC (http://launchpad.net/pantheon-greeter)2* Copyright (c) 2011-2017 elementary LLC (http://launchpad.net/pantheon-greeter)
3*3*
4* This program is free software; you can redistribute it and/or4* This program is free software; you can redistribute it and/or
5* modify it under the terms of the GNU General Public5* modify it under the terms of the GNU General Public
66
=== modified file 'src/LoginBox.vala'
--- src/LoginBox.vala 2016-12-17 22:19:47 +0000
+++ src/LoginBox.vala 2017-01-01 22:09:38 +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-2016 elementary LLC. (http://launchpad.net/pantheon-greeter)3* Copyright (c) 2011-2017 elementary LLC. (http://launchpad.net/pantheon-greeter)
4*4*
5* This program is free software; you can redistribute it and/or5* This program is free software; you can redistribute it and/or
6* modify it under the terms of the GNU General Public6* modify it under the terms of the GNU General Public
77
=== modified file 'src/LoginButtonArea.vala'
--- src/LoginButtonArea.vala 2016-09-25 15:02:55 +0000
+++ src/LoginButtonArea.vala 2017-01-01 22:09:38 +0000
@@ -1,5 +1,5 @@
1/*1/*
2* Copyright (c) 2011-2016 elementary LLC. (http://launchpad.net/pantheon-greeter)2* Copyright (c) 2011-2017 elementary LLC. (http://launchpad.net/pantheon-greeter)
3*3*
4* This program is free software; you can redistribute it and/or4* This program is free software; you can redistribute it and/or
5* modify it under the terms of the GNU General Public5* modify it under the terms of the GNU General Public
66
=== modified file 'src/LoginMask.vala'
--- src/LoginMask.vala 2016-09-25 18:33:37 +0000
+++ src/LoginMask.vala 2017-01-01 22:09:38 +0000
@@ -1,5 +1,5 @@
1/*1/*
2* Copyright (c) 2011-2016 elementary LLC (http://launchpad.net/pantheon-greeter)2* Copyright (c) 2011-2017 elementary LLC (http://launchpad.net/pantheon-greeter)
3*3*
4* This program is free software; you can redistribute it and/or4* This program is free software; you can redistribute it and/or
5* modify it under the terms of the GNU General Public5* modify it under the terms of the GNU General Public
66
=== modified file 'src/LoginOptions/GuestLogin.vala'
--- src/LoginOptions/GuestLogin.vala 2016-09-25 14:23:22 +0000
+++ src/LoginOptions/GuestLogin.vala 2017-01-01 22:09:38 +0000
@@ -1,5 +1,5 @@
1/*1/*
2* Copyright (c) 2016 elementary LLC. (http://launchpad.net/pantheon-greeter)2* Copyright (c) 2016-2017 elementary LLC. (http://launchpad.net/pantheon-greeter)
3*3*
4* This program is free software; you can redistribute it and/or4* This program is free software; you can redistribute it and/or
5* modify it under the terms of the GNU General Public5* modify it under the terms of the GNU General Public
66
=== modified file 'src/LoginOptions/LoginOption.vala'
--- src/LoginOptions/LoginOption.vala 2016-12-17 22:19:47 +0000
+++ src/LoginOptions/LoginOption.vala 2017-01-01 22:09:38 +0000
@@ -1,5 +1,5 @@
1/*1/*
2* Copyright (c) 2011-2016 elementary LLC. (http://launchpad.net/pantheon-greeter)2* Copyright (c) 2011-2017 elementary LLC. (http://launchpad.net/pantheon-greeter)
3*3*
4* This program is free software; you can redistribute it and/or4* This program is free software; you can redistribute it and/or
5* modify it under the terms of the GNU General Public5* modify it under the terms of the GNU General Public
66
=== modified file 'src/LoginOptions/ManualLogin.vala'
--- src/LoginOptions/ManualLogin.vala 2016-09-25 14:23:22 +0000
+++ src/LoginOptions/ManualLogin.vala 2017-01-01 22:09:38 +0000
@@ -1,5 +1,5 @@
1/*1/*
2* Copyright (c) 2016 elementary LLC. (http://launchpad.net/pantheon-greeter)2* Copyright (c) 2016-2017 elementary LLC. (http://launchpad.net/pantheon-greeter)
3*3*
4* This program is free software; you can redistribute it and/or4* This program is free software; you can redistribute it and/or
5* modify it under the terms of the GNU General Public5* modify it under the terms of the GNU General Public
66
=== modified file 'src/LoginOptions/UserLogin.vala'
--- src/LoginOptions/UserLogin.vala 2016-12-17 22:19:47 +0000
+++ src/LoginOptions/UserLogin.vala 2017-01-01 22:09:38 +0000
@@ -1,5 +1,5 @@
1/*1/*
2* Copyright (c) 2016 elementary LLC. (http://launchpad.net/pantheon-greeter)2* Copyright (c) 2016-2017 elementary LLC. (http://launchpad.net/pantheon-greeter)
3*3*
4* This program is free software; you can redistribute it and/or4* This program is free software; you can redistribute it and/or
5* modify it under the terms of the GNU General Public5* modify it under the terms of the GNU General Public
66
=== modified file 'src/PasswordArea.vala'
--- src/PasswordArea.vala 2016-09-25 17:39:51 +0000
+++ src/PasswordArea.vala 2017-01-01 22:09:38 +0000
@@ -1,5 +1,5 @@
1/*1/*
2* Copyright (c) 2011-2016 elementary LLC. (http://launchpad.net/pantheon-greeter)2* Copyright (c) 2011-2017 elementary LLC. (http://launchpad.net/pantheon-greeter)
3*3*
4* This program is free software; you can redistribute it and/or4* This program is free software; you can redistribute it and/or
5* modify it under the terms of the GNU General Public5* modify it under the terms of the GNU General Public
66
=== modified file 'src/TimeLabel.vala'
--- src/TimeLabel.vala 2016-06-14 12:38:50 +0000
+++ src/TimeLabel.vala 2017-01-01 22:09:38 +0000
@@ -1,5 +1,5 @@
1/*1/*
2* Copyright (c) 2011-2016 elementary LLC (http://launchpad.net/pantheon-greeter)2* Copyright (c) 2011-2017 elementary LLC (http://launchpad.net/pantheon-greeter)
3*3*
4* This program is free software; you can redistribute it and/or4* This program is free software; you can redistribute it and/or
5* modify it under the terms of the GNU General Public5* modify it under the terms of the GNU General Public
66
=== modified file 'src/Wallpaper.vala'
--- src/Wallpaper.vala 2016-06-14 21:39:15 +0000
+++ src/Wallpaper.vala 2017-01-01 22:09:38 +0000
@@ -1,5 +1,5 @@
1/*1/*
2* Copyright (c) 2011-2016 elementary LLC. (http://launchpad.net/pantheon-greeter)2* Copyright (c) 2011-2017 elementary LLC. (http://launchpad.net/pantheon-greeter)
3*3*
4* This program is free software; you can redistribute it and/or4* This program is free software; you can redistribute it and/or
5* modify it under the terms of the GNU General Public5* modify it under the terms of the GNU General Public

Subscribers

People subscribed via source and target branches