From b2b94374312f570a79c2971a5361803171b579d9 Mon Sep 17 00:00:00 2001 From: Adrien Waksberg Date: Thu, 20 Apr 2017 23:22:56 +0200 Subject: [PATCH] change copyright year --- bin/mpw | 2 +- bin/mpw-add | 2 +- bin/mpw-config | 2 +- bin/mpw-copy | 2 +- bin/mpw-delete | 2 +- bin/mpw-export | 2 +- bin/mpw-genpwd | 2 +- bin/mpw-import | 2 +- bin/mpw-list | 2 +- bin/mpw-update | 2 +- bin/mpw-wallet | 2 +- lib/mpw/cli.rb | 2 +- lib/mpw/config.rb | 2 +- lib/mpw/item.rb | 2 +- lib/mpw/mpw.rb | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/bin/mpw b/bin/mpw index 1bdf835..811322e 100755 --- a/bin/mpw +++ b/bin/mpw @@ -1,6 +1,6 @@ #!/usr/bin/ruby # MPW is a software to crypt and manage your passwords -# Copyright (C) 2016 Adrien Waksberg +# Copyright (C) 2017 Adrien Waksberg # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/bin/mpw-add b/bin/mpw-add index 20eaf7b..2c2e996 100644 --- a/bin/mpw-add +++ b/bin/mpw-add @@ -1,6 +1,6 @@ #!/usr/bin/ruby # MPW is a software to crypt and manage your passwords -# Copyright (C) 2016 Adrien Waksberg +# Copyright (C) 2017 Adrien Waksberg # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/bin/mpw-config b/bin/mpw-config index 04f960b..3f049fa 100644 --- a/bin/mpw-config +++ b/bin/mpw-config @@ -1,6 +1,6 @@ #!/usr/bin/ruby # MPW is a software to crypt and manage your passwords -# Copyright (C) 2016 Adrien Waksberg +# Copyright (C) 2017 Adrien Waksberg # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/bin/mpw-copy b/bin/mpw-copy index 9436a10..95c01d6 100644 --- a/bin/mpw-copy +++ b/bin/mpw-copy @@ -1,6 +1,6 @@ #!/usr/bin/ruby # MPW is a software to crypt and manage your passwords -# Copyright (C) 2016 Adrien Waksberg +# Copyright (C) 2017 Adrien Waksberg # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/bin/mpw-delete b/bin/mpw-delete index f276785..ea352c4 100644 --- a/bin/mpw-delete +++ b/bin/mpw-delete @@ -1,6 +1,6 @@ #!/usr/bin/ruby # MPW is a software to crypt and manage your passwords -# Copyright (C) 2016 Adrien Waksberg +# Copyright (C) 2017 Adrien Waksberg # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/bin/mpw-export b/bin/mpw-export index 982d1ad..83d35ae 100644 --- a/bin/mpw-export +++ b/bin/mpw-export @@ -1,6 +1,6 @@ #!/usr/bin/ruby # MPW is a software to crypt and manage your passwords -# Copyright (C) 2016 Adrien Waksberg +# Copyright (C) 2017 Adrien Waksberg # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/bin/mpw-genpwd b/bin/mpw-genpwd index 1c09489..051c5c4 100644 --- a/bin/mpw-genpwd +++ b/bin/mpw-genpwd @@ -1,6 +1,6 @@ #!/usr/bin/ruby # MPW is a software to crypt and manage your passwords -# Copyright (C) 2016 Adrien Waksberg +# Copyright (C) 2017 Adrien Waksberg # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/bin/mpw-import b/bin/mpw-import index d9c868d..0502b2b 100644 --- a/bin/mpw-import +++ b/bin/mpw-import @@ -1,6 +1,6 @@ #!/usr/bin/ruby # MPW is a software to crypt and manage your passwords -# Copyright (C) 2016 Adrien Waksberg +# Copyright (C) 2017 Adrien Waksberg # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/bin/mpw-list b/bin/mpw-list index 3571abc..434ea11 100644 --- a/bin/mpw-list +++ b/bin/mpw-list @@ -1,6 +1,6 @@ #!/usr/bin/ruby # MPW is a software to crypt and manage your passwords -# Copyright (C) 2016 Adrien Waksberg +# Copyright (C) 2017 Adrien Waksberg # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/bin/mpw-update b/bin/mpw-update index d887ce3..5e2c62d 100644 --- a/bin/mpw-update +++ b/bin/mpw-update @@ -1,6 +1,6 @@ #!/usr/bin/ruby # MPW is a software to crypt and manage your passwords -# Copyright (C) 2016 Adrien Waksberg +# Copyright (C) 2017 Adrien Waksberg # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/bin/mpw-wallet b/bin/mpw-wallet index 5b3b7f9..c23e1e2 100644 --- a/bin/mpw-wallet +++ b/bin/mpw-wallet @@ -1,6 +1,6 @@ #!/usr/bin/ruby # MPW is a software to crypt and manage your passwords -# Copyright (C) 2016 Adrien Waksberg +# Copyright (C) 2017 Adrien Waksberg # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/mpw/cli.rb b/lib/mpw/cli.rb index 7aad7f0..d622bff 100644 --- a/lib/mpw/cli.rb +++ b/lib/mpw/cli.rb @@ -1,6 +1,6 @@ #!/usr/bin/ruby # MPW is a software to crypt and manage your passwords -# Copyright (C) 2016 Adrien Waksberg +# Copyright (C) 2017 Adrien Waksberg # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/mpw/config.rb b/lib/mpw/config.rb index fa1a825..72b732d 100644 --- a/lib/mpw/config.rb +++ b/lib/mpw/config.rb @@ -1,6 +1,6 @@ #!/usr/bin/ruby # MPW is a software to crypt and manage your passwords -# Copyright (C) 2016 Adrien Waksberg +# Copyright (C) 2017 Adrien Waksberg # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/mpw/item.rb b/lib/mpw/item.rb index 8b4b867..b338998 100644 --- a/lib/mpw/item.rb +++ b/lib/mpw/item.rb @@ -1,6 +1,6 @@ #!/usr/bin/ruby # MPW is a software to crypt and manage your passwords -# Copyright (C) 2016 Adrien Waksberg +# Copyright (C) 2017 Adrien Waksberg # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/mpw/mpw.rb b/lib/mpw/mpw.rb index 896339c..71676c7 100644 --- a/lib/mpw/mpw.rb +++ b/lib/mpw/mpw.rb @@ -1,6 +1,6 @@ #!/usr/bin/ruby # MPW is a software to crypt and manage your passwords -# Copyright (C) 2016 Adrien Waksberg +# Copyright (C) 2017 Adrien Waksberg # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License