Skip to content

Commit

Permalink
add a reference to LICENSE.OpenSSL
Browse files Browse the repository at this point in the history
Said file includes the licenses covering the OpenSSL libraries which
may be linked with certain lastpass-cli files.

Signed-off-by: Bob Copeland <[email protected]>
  • Loading branch information
Bob Copeland committed Nov 2, 2015
1 parent 7ec77f6 commit 3a6cf1d
Show file tree
Hide file tree
Showing 22 changed files with 44 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cipher.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
* do not wish to do so, delete this exception statement from your
* version. If you delete this exception statement from all source
* files in the program, then also delete it here.
*
* See LICENSE.OpenSSL for more details regarding this exception.
*/
#include "cipher.h"
#include "util.h"
Expand Down
2 changes: 2 additions & 0 deletions cmd-duplicate.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
* do not wish to do so, delete this exception statement from your
* version. If you delete this exception statement from all source
* files in the program, then also delete it here.
*
* See LICENSE.OpenSSL for more details regarding this exception.
*/
#include "cmd.h"
#include "util.h"
Expand Down
2 changes: 2 additions & 0 deletions cmd-export.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
* do not wish to do so, delete this exception statement from your
* version. If you delete this exception statement from all source
* files in the program, then also delete it here.
*
* See LICENSE.OpenSSL for more details regarding this exception.
*/
#include "cmd.h"
#include "util.h"
Expand Down
2 changes: 2 additions & 0 deletions cmd-generate.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
* do not wish to do so, delete this exception statement from your
* version. If you delete this exception statement from all source
* files in the program, then also delete it here.
*
* See LICENSE.OpenSSL for more details regarding this exception.
*/
#include "cmd.h"
#include "util.h"
Expand Down
2 changes: 2 additions & 0 deletions cmd-logout.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
* do not wish to do so, delete this exception statement from your
* version. If you delete this exception statement from all source
* files in the program, then also delete it here.
*
* See LICENSE.OpenSSL for more details regarding this exception.
*/
#include "cmd.h"
#include "util.h"
Expand Down
2 changes: 2 additions & 0 deletions cmd-rm.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
* do not wish to do so, delete this exception statement from your
* version. If you delete this exception statement from all source
* files in the program, then also delete it here.
*
* See LICENSE.OpenSSL for more details regarding this exception.
*/
#include "cmd.h"
#include "util.h"
Expand Down
2 changes: 2 additions & 0 deletions cmd-share.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
* additional permission to link or combine this program with the OpenSSL
* library and distribute the resulting work. See the LICENSE.OpenSSL file
* in this distribution for more details.
*
* See LICENSE.OpenSSL for more details regarding this exception.
*/
#include "cmd.h"
#include "util.h"
Expand Down
2 changes: 2 additions & 0 deletions cmd-show.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
* do not wish to do so, delete this exception statement from your
* version. If you delete this exception statement from all source
* files in the program, then also delete it here.
*
* See LICENSE.OpenSSL for more details regarding this exception.
*/
#include "cmd.h"
#include "util.h"
Expand Down
2 changes: 2 additions & 0 deletions cmd-sync.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
* do not wish to do so, delete this exception statement from your
* version. If you delete this exception statement from all source
* files in the program, then also delete it here.
*
* See LICENSE.OpenSSL for more details regarding this exception.
*/
#include "cmd.h"
#include "util.h"
Expand Down
2 changes: 2 additions & 0 deletions cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
* do not wish to do so, delete this exception statement from your
* version. If you delete this exception statement from all source
* files in the program, then also delete it here.
*
* See LICENSE.OpenSSL for more details regarding this exception.
*/
#include "cmd.h"
#include "agent.h"
Expand Down
2 changes: 2 additions & 0 deletions config.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
* do not wish to do so, delete this exception statement from your
* version. If you delete this exception statement from all source
* files in the program, then also delete it here.
*
* See LICENSE.OpenSSL for more details regarding this exception.
*/
#include "config.h"
#include "util.h"
Expand Down
2 changes: 2 additions & 0 deletions endpoints-login.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
* do not wish to do so, delete this exception statement from your
* version. If you delete this exception statement from all source
* files in the program, then also delete it here.
*
* See LICENSE.OpenSSL for more details regarding this exception.
*/
#include "endpoints.h"
#include "http.h"
Expand Down
2 changes: 2 additions & 0 deletions endpoints-share.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
* do not wish to do so, delete this exception statement from your
* version. If you delete this exception statement from all source
* files in the program, then also delete it here.
*
* See LICENSE.OpenSSL for more details regarding this exception.
*/
#include "endpoints.h"
#include "http.h"
Expand Down
2 changes: 2 additions & 0 deletions endpoints.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
* do not wish to do so, delete this exception statement from your
* version. If you delete this exception statement from all source
* files in the program, then also delete it here.
*
* See LICENSE.OpenSSL for more details regarding this exception.
*/
#include "endpoints.h"
#include "http.h"
Expand Down
2 changes: 2 additions & 0 deletions http.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
* do not wish to do so, delete this exception statement from your
* version. If you delete this exception statement from all source
* files in the program, then also delete it here.
*
* See LICENSE.OpenSSL for more details regarding this exception.
*/
#include "http.h"
#include "util.h"
Expand Down
2 changes: 2 additions & 0 deletions lpass.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
* do not wish to do so, delete this exception statement from your
* version. If you delete this exception statement from all source
* files in the program, then also delete it here.
*
* See LICENSE.OpenSSL for more details regarding this exception.
*/
#include "process.h"
#include "cmd.h"
Expand Down
2 changes: 2 additions & 0 deletions password.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
* do not wish to do so, delete this exception statement from your
* version. If you delete this exception statement from all source
* files in the program, then also delete it here.
*
* See LICENSE.OpenSSL for more details regarding this exception.
*/
#include "password.h"
#include "util.h"
Expand Down
2 changes: 2 additions & 0 deletions session.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
* do not wish to do so, delete this exception statement from your
* version. If you delete this exception statement from all source
* files in the program, then also delete it here.
*
* See LICENSE.OpenSSL for more details regarding this exception.
*/
#include "xml.h"
#include "config.h"
Expand Down
2 changes: 2 additions & 0 deletions terminal.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
* do not wish to do so, delete this exception statement from your
* version. If you delete this exception statement from all source
* files in the program, then also delete it here.
*
* See LICENSE.OpenSSL for more details regarding this exception.
*/
#include "terminal.h"
#include "util.h"
Expand Down
2 changes: 2 additions & 0 deletions upload-queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
* do not wish to do so, delete this exception statement from your
* version. If you delete this exception statement from all source
* files in the program, then also delete it here.
*
* See LICENSE.OpenSSL for more details regarding this exception.
*/
#include "upload-queue.h"
#include "session.h"
Expand Down
2 changes: 2 additions & 0 deletions util.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
* version. If you delete this exception statement from all source
* files in the program, then also delete it here.
*
* See LICENSE.OpenSSL for more details regarding this exception.
*
* reallocarray is:
* Copyright (c) 2008 Otto Moerbeek <[email protected]>.
* strlcpy and strlcat are:
Expand Down
2 changes: 2 additions & 0 deletions xml.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
* do not wish to do so, delete this exception statement from your
* version. If you delete this exception statement from all source
* files in the program, then also delete it here.
*
* See LICENSE.OpenSSL for more details regarding this exception.
*/
#include "xml.h"
#include "util.h"
Expand Down

0 comments on commit 3a6cf1d

Please sign in to comment.