[Elementary-dev-community] [Merge] lp:~elementary-dev-community/pantheon-terminal/copyright-bump-2014 into lp:pantheon-terminal

2014-03-01 Thread David Gomes
The proposal to merge 
lp:~elementary-dev-community/pantheon-terminal/copyright-bump-2014 into 
lp:pantheon-terminal has been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~elementary-dev-community/pantheon-terminal/copyright-bump-2014/+merge/208909
-- 
https://code.launchpad.net/~elementary-dev-community/pantheon-terminal/copyright-bump-2014/+merge/208909
Your team elementary Developer Community is subscribed to branch 
lp:~elementary-dev-community/pantheon-terminal/copyright-bump-2014.

-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


[Elementary-dev-community] [Merge] lp:~elementary-dev-community/pantheon-terminal/copyright-bump-2014 into lp:pantheon-terminal

2014-03-01 Thread David Gomes
The proposal to merge 
lp:~elementary-dev-community/pantheon-terminal/copyright-bump-2014 into 
lp:pantheon-terminal has been updated.

Commit Message changed to:

Just bumps the copyright headers and a few other places where the copyright 
years are to 2014.

For more details, see:
https://code.launchpad.net/~elementary-dev-community/pantheon-terminal/copyright-bump-2014/+merge/208909
-- 
https://code.launchpad.net/~elementary-dev-community/pantheon-terminal/copyright-bump-2014/+merge/208909
Your team elementary Developer Community is subscribed to branch 
lp:~elementary-dev-community/pantheon-terminal/copyright-bump-2014.

-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


Re: [Elementary-dev-community] [Merge] lp:~elementary-dev-community/pantheon-terminal/copyright-bump-2014 into lp:pantheon-terminal

2014-03-01 Thread David Gomes
Review: Approve


-- 
https://code.launchpad.net/~elementary-dev-community/pantheon-terminal/copyright-bump-2014/+merge/208909
Your team elementary Developer Community is subscribed to branch 
lp:~elementary-dev-community/pantheon-terminal/copyright-bump-2014.

-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


[Elementary-dev-community] [Merge] lp:~elementary-dev-community/pantheon-terminal/copyright-bump-2014 into lp:pantheon-terminal

2014-03-01 Thread noreply
The proposal to merge 
lp:~elementary-dev-community/pantheon-terminal/copyright-bump-2014 into 
lp:pantheon-terminal has been updated.

Status: Approved = Merged

For more details, see:
https://code.launchpad.net/~elementary-dev-community/pantheon-terminal/copyright-bump-2014/+merge/208909
-- 
https://code.launchpad.net/~elementary-dev-community/pantheon-terminal/copyright-bump-2014/+merge/208909
Your team elementary Developer Community is subscribed to branch 
lp:~elementary-dev-community/pantheon-terminal/copyright-bump-2014.

-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp


[Elementary-dev-community] [Merge] lp:~elementary-dev-community/pantheon-terminal/copyright-bump-2014 into lp:pantheon-terminal

2014-02-28 Thread Cameron Norman
Cameron Norman has proposed merging 
lp:~elementary-dev-community/pantheon-terminal/copyright-bump-2014 into 
lp:pantheon-terminal.

Requested reviews:
  elementary Apps team (elementary-apps)

For more details, see:
https://code.launchpad.net/~elementary-dev-community/pantheon-terminal/copyright-bump-2014/+merge/208909

Just bumps the copyright headers and a few other places where the copyright 
years are to 2014.
-- 
https://code.launchpad.net/~elementary-dev-community/pantheon-terminal/copyright-bump-2014/+merge/208909
Your team elementary Developer Community is subscribed to branch 
lp:~elementary-dev-community/pantheon-terminal/copyright-bump-2014.
=== modified file 'src/ForegroundProcessDialog.vala'
--- src/ForegroundProcessDialog.vala	2014-01-22 21:42:02 +
+++ src/ForegroundProcessDialog.vala	2014-03-01 02:21:34 +
@@ -2,7 +2,7 @@
 /***
 BEGIN LICENSE
 
-Copyright (C) 2011-2013 Pantheon Terminal Developers
+Copyright (C) 2011-2014 Pantheon Terminal Developers
 This program is free software: you can redistribute it and/or modify it
 under the terms of the GNU Lesser General Public License version 3, as published
 by the Free Software Foundation.

=== modified file 'src/PantheonTerminal.vala'
--- src/PantheonTerminal.vala	2014-02-06 00:26:20 +
+++ src/PantheonTerminal.vala	2014-03-01 02:21:34 +
@@ -2,7 +2,7 @@
 /***
 BEGIN LICENSE
 
-Copyright (C) 2011-2013 Pantheon Terminal Developers
+Copyright (C) 2011-2014 Pantheon Terminal Developers
 This program is free software: you can redistribute it and/or modify it
 under the terms of the GNU Lesser General Public License version 3, as published
 by the Free Software Foundation.
@@ -45,7 +45,7 @@
 
 program_name = app_cmd_name;
 exec_name = app_cmd_name.down ().replace ( , -);
-app_years = 2011-2013;
+app_years = 2011-2014;
 app_icon = utilities-terminal;
 app_launcher = pantheon-terminal.desktop;
 application_id = net.launchpad.pantheon-terminal;
@@ -185,7 +185,7 @@
 
 if (print_version) {
 stdout.printf (Pantheon Terminal %s\n, Constants.VERSION);
-stdout.printf (Copyright 2011-2013 Pantheon Terminal Developers.\n);
+stdout.printf (Copyright 2011-2014 Pantheon Terminal Developers.\n);
 
 return 0;
 }

=== modified file 'src/PantheonTerminalWindow.vala'
--- src/PantheonTerminalWindow.vala	2014-02-07 13:45:48 +
+++ src/PantheonTerminalWindow.vala	2014-03-01 02:21:34 +
@@ -2,7 +2,7 @@
 /***
 BEGIN LICENSE
 
-Copyright (C) 2011-2013 Pantheon Terminal Developers
+Copyright (C) 2011-2014 Pantheon Terminal Developers
 This program is free software: you can redistribute it and/or modify it
 under the terms of the GNU Lesser General Public License version 3, as published
 by the Free Software Foundation.

=== modified file 'src/Settings.vala'
--- src/Settings.vala	2014-01-21 18:08:22 +
+++ src/Settings.vala	2014-03-01 02:21:34 +
@@ -2,7 +2,7 @@
 /***
 BEGIN LICENSE
 
-Copyright (C) 2011-2013 Pantheon Terminal Developers
+Copyright (C) 2011-2014 Pantheon Terminal Developers
 This program is free software: you can redistribute it and/or modify it
 under the terms of the GNU Lesser General Public License version 3, as published
 by the Free Software Foundation.

=== modified file 'src/TerminalWidget.vala'
--- src/TerminalWidget.vala	2014-01-14 22:48:13 +
+++ src/TerminalWidget.vala	2014-03-01 02:21:34 +
@@ -2,7 +2,7 @@
 /***
 BEGIN LICENSE
 
-Copyright (C) 2011-2013 Pantheon Terminal Developers
+Copyright (C) 2011-2014 Pantheon Terminal Developers
 This program is free software: you can redistribute it and/or modify it
 under the terms of the GNU Lesser General Public License version 3, as published
 by the Free Software Foundation.

-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to : elementary-dev-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp