Skip to content

Commit

Permalink
remove "All Rights Reserved" language
Browse files Browse the repository at this point in the history
'All Rights Reserved' is not necessary to assert copyright and
can be confusing as this work is under the GPL license.

Signed-off-by: Bob Copeland <[email protected]>
  • Loading branch information
Bob Copeland committed Oct 27, 2014
1 parent ada8676 commit 5761dc9
Show file tree
Hide file tree
Showing 33 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# LastPass CLI
#### (c) 2014 LastPass. All Rights Reserved.
#### (c) 2014 LastPass.

C99 command line interface to [LastPass.com](https://lastpass.com/).

Expand Down
2 changes: 1 addition & 1 deletion agent.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion blob.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion cipher.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion clipboard.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion cmd-duplicate.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion cmd-edit.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion cmd-export.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion cmd-generate.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion cmd-login.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion cmd-logout.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion cmd-ls.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion cmd-rm.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion cmd-show.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion cmd-sync.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion cmd.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion config.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion contrib/examples/change-mysql-password.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Changes MySQL passwords.
#
# Copyright (c) 2014 LastPass. All Rights Reserved.
# Copyright (c) 2014 LastPass.
#

if [[ $# != 1 ]]; then
Expand Down
2 changes: 1 addition & 1 deletion contrib/examples/change-ssh-password.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Changes unix passwords by sshing in and calling passwd.
#
# Copyright (c) 2014 LastPass. All Rights Reserved.
# Copyright (c) 2014 LastPass.
#

if [[ $# != 1 ]]; then
Expand Down
2 changes: 1 addition & 1 deletion contrib/examples/lpass-sudo-askpass.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Tell sudo the user's password (based on hostname match).
# See lpass-sudo for the caller that sets up the environ.
#
# Copyright (c) 2014 LastPass. All Rights Reserved.
# Copyright (c) 2014 LastPass.
#
PREFIX=/usr/bin
if [ -z "$HOSTNAME" ]; then
Expand Down
2 changes: 1 addition & 1 deletion contrib/examples/lpass-sudo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Run sudo using lpass-sudo-askpass
#
# Copyright (c) 2014 LastPass. All Rights Reserved.
# Copyright (c) 2014 LastPass.
#
PREFIX=/usr/bin
SUDO_ASKPASS=$PREFIX/lpass-sudo-askpass.sh
Expand Down
2 changes: 1 addition & 1 deletion endpoints-login.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion endpoints.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion http.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion kdf.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion lpass.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion password.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion process.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion session.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion terminal.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion upload-queue.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down
2 changes: 1 addition & 1 deletion util.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
* reallocarray is:
* Copyright (c) 2008 Otto Moerbeek <[email protected]>.
Expand Down
2 changes: 1 addition & 1 deletion xml.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 LastPass. All Rights Reserved.
* Copyright (c) 2014 LastPass.
*
*
*/
Expand Down

0 comments on commit 5761dc9

Please sign in to comment.