From 882c257607ace30a5ca0e40d9244518bcc70d90a Mon Sep 17 00:00:00 2001 From: Bob Copeland Date: Mon, 4 Jan 2016 13:26:49 -0500 Subject: [PATCH] update copyright year to 2016 Signed-off-by: Bob Copeland --- agent.c | 2 +- blob.c | 2 +- cipher.c | 2 +- clipboard.c | 2 +- cmd-add.c | 2 +- cmd-duplicate.c | 2 +- cmd-edit.c | 2 +- cmd-export.c | 2 +- cmd-generate.c | 2 +- cmd-login.c | 2 +- cmd-logout.c | 2 +- cmd-ls.c | 2 +- cmd-mv.c | 2 +- cmd-passwd.c | 2 +- cmd-rm.c | 2 +- cmd-show.c | 2 +- cmd-sync.c | 2 +- cmd.c | 2 +- config.c | 2 +- edit.c | 2 +- endpoints-login.c | 2 +- endpoints-share.c | 2 +- endpoints.c | 2 +- http.c | 2 +- kdf.c | 2 +- lpass.c | 2 +- password.c | 2 +- pbkdf2.c | 2 +- pbkdf2.h | 2 +- process.c | 2 +- session.c | 2 +- terminal.c | 2 +- upload-queue.c | 2 +- util.c | 2 +- xml.c | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) diff --git a/agent.c b/agent.c index 3ff25c46..02e14b4a 100644 --- a/agent.c +++ b/agent.c @@ -1,7 +1,7 @@ /* * agent for caching decryption key * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/blob.c b/blob.c index 039bb198..d3c5d293 100644 --- a/blob.c +++ b/blob.c @@ -1,7 +1,7 @@ /* * encrypted vault parsing * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/cipher.c b/cipher.c index 7ab58d65..0888e697 100644 --- a/cipher.c +++ b/cipher.c @@ -1,7 +1,7 @@ /* * encryption and decryption routines * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/clipboard.c b/clipboard.c index da25d7ad..44d2e428 100644 --- a/clipboard.c +++ b/clipboard.c @@ -1,7 +1,7 @@ /* * system copy/paste routines * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/cmd-add.c b/cmd-add.c index 5e4bb307..6ae1fc47 100644 --- a/cmd-add.c +++ b/cmd-add.c @@ -1,7 +1,7 @@ /* * command for adding vault entries * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/cmd-duplicate.c b/cmd-duplicate.c index e7f566da..62f5fd85 100644 --- a/cmd-duplicate.c +++ b/cmd-duplicate.c @@ -1,7 +1,7 @@ /* * command for making copies of vault entries * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/cmd-edit.c b/cmd-edit.c index 87ce9ca0..c326f056 100644 --- a/cmd-edit.c +++ b/cmd-edit.c @@ -1,7 +1,7 @@ /* * command for editing vault entries * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/cmd-export.c b/cmd-export.c index cbe105fd..413ac5dd 100644 --- a/cmd-export.c +++ b/cmd-export.c @@ -1,7 +1,7 @@ /* * command for exporting vault entries into CSV format * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/cmd-generate.c b/cmd-generate.c index 1b82fb86..3d3fc5d0 100644 --- a/cmd-generate.c +++ b/cmd-generate.c @@ -1,7 +1,7 @@ /* * command for generating passwords * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/cmd-login.c b/cmd-login.c index a9205ee6..17c74eb9 100644 --- a/cmd-login.c +++ b/cmd-login.c @@ -1,7 +1,7 @@ /* * command for logging into the service * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/cmd-logout.c b/cmd-logout.c index 3a28e51d..06a51dd5 100644 --- a/cmd-logout.c +++ b/cmd-logout.c @@ -1,7 +1,7 @@ /* * command for logging out of LastPass * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/cmd-ls.c b/cmd-ls.c index 136af547..fe1cf145 100644 --- a/cmd-ls.c +++ b/cmd-ls.c @@ -1,7 +1,7 @@ /* * command for listing the vault * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/cmd-mv.c b/cmd-mv.c index a1861d49..b7535d72 100644 --- a/cmd-mv.c +++ b/cmd-mv.c @@ -1,7 +1,7 @@ /* * command for moving vault entries * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/cmd-passwd.c b/cmd-passwd.c index bffb40a3..45e321b4 100644 --- a/cmd-passwd.c +++ b/cmd-passwd.c @@ -1,7 +1,7 @@ /* * command for changing master password * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/cmd-rm.c b/cmd-rm.c index c3d54f78..517038da 100644 --- a/cmd-rm.c +++ b/cmd-rm.c @@ -1,7 +1,7 @@ /* * command for removing vault entries * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/cmd-show.c b/cmd-show.c index 750aab88..9961f3dc 100644 --- a/cmd-show.c +++ b/cmd-show.c @@ -1,7 +1,7 @@ /* * command to show the contents of a vault entry * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/cmd-sync.c b/cmd-sync.c index 808d3cfc..5367cce7 100644 --- a/cmd-sync.c +++ b/cmd-sync.c @@ -1,7 +1,7 @@ /* * command to synchronize with LastPass servers * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/cmd.c b/cmd.c index c71d48d5..29c0fcca 100644 --- a/cmd.c +++ b/cmd.c @@ -1,7 +1,7 @@ /* * general utility functions used by multiple commands * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/config.c b/config.c index 2b8f541e..93c41053 100644 --- a/config.c +++ b/config.c @@ -1,7 +1,7 @@ /* * configuration file handling * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/edit.c b/edit.c index 93573158..ec7d9377 100644 --- a/edit.c +++ b/edit.c @@ -1,7 +1,7 @@ /* * common routines for editing / adding accounts * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/endpoints-login.c b/endpoints-login.c index f177ea22..9af02118 100644 --- a/endpoints-login.c +++ b/endpoints-login.c @@ -1,7 +1,7 @@ /* * https endpoints for logging into LastPass * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/endpoints-share.c b/endpoints-share.c index e84e50d2..a4169d5d 100644 --- a/endpoints-share.c +++ b/endpoints-share.c @@ -1,7 +1,7 @@ /* * https endpoints for shared folder manipulation * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/endpoints.c b/endpoints.c index 552f8cc6..6d3e2542 100644 --- a/endpoints.c +++ b/endpoints.c @@ -1,7 +1,7 @@ /* * https endpoints for LastPass services * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/http.c b/http.c index 9032f350..6e74b61b 100644 --- a/http.c +++ b/http.c @@ -1,7 +1,7 @@ /* * http posting routines * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/kdf.c b/kdf.c index bf51ccd6..290e0be4 100644 --- a/kdf.c +++ b/kdf.c @@ -1,7 +1,7 @@ /* * key derivation routines * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lpass.c b/lpass.c index 7bd9640f..e872a4f9 100644 --- a/lpass.c +++ b/lpass.c @@ -1,7 +1,7 @@ /* * lpass - lastpass command line utility * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/password.c b/password.c index 218deccc..a8ae2a03 100644 --- a/password.c +++ b/password.c @@ -1,7 +1,7 @@ /* * queue for changes uploaded to LastPass * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/pbkdf2.c b/pbkdf2.c index 55bf7dc1..f3c76342 100644 --- a/pbkdf2.c +++ b/pbkdf2.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015 Thomas Hurst. + * Copyright (c) 2014-2016 Thomas Hurst. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/pbkdf2.h b/pbkdf2.h index bf219164..19470414 100644 --- a/pbkdf2.h +++ b/pbkdf2.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015 Thomas Hurst. + * Copyright (c) 2014-2016 Thomas Hurst. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/process.c b/process.c index ca39d8ce..6e98a789 100644 --- a/process.c +++ b/process.c @@ -1,7 +1,7 @@ /* * lpass process settings * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/session.c b/session.c index e6163b9e..8a640f8a 100644 --- a/session.c +++ b/session.c @@ -1,7 +1,7 @@ /* * session handling routines * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/terminal.c b/terminal.c index 59e2f1fe..aacc0379 100644 --- a/terminal.c +++ b/terminal.c @@ -1,7 +1,7 @@ /* * terminal printing routines * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/upload-queue.c b/upload-queue.c index 2adc3b32..16ca1a0f 100644 --- a/upload-queue.c +++ b/upload-queue.c @@ -1,7 +1,7 @@ /* * queue for changes uploaded to LastPass * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/util.c b/util.c index 59c3af07..f8f351f2 100644 --- a/util.c +++ b/util.c @@ -1,7 +1,7 @@ /* * utility functions * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/xml.c b/xml.c index bce788a7..fe1cf5ee 100644 --- a/xml.c +++ b/xml.c @@ -1,7 +1,7 @@ /* * xml parsing routines * - * Copyright (C) 2014-2015 LastPass. + * Copyright (C) 2014-2016 LastPass. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by