Update the copyright to 2019

pull/151/head
John Safranek 2019-04-08 10:24:08 -07:00
parent f7f7b4743e
commit 9aaebbb146
37 changed files with 37 additions and 37 deletions

View File

@ -1,6 +1,6 @@
/* client.c /* client.c
* *
* Copyright (C) 2014-2017 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* client.h /* client.h
* *
* Copyright (C) 2014-2017 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* echoserver.c /* echoserver.c
* *
* Copyright (C) 2014-2017 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* echoserver.h /* echoserver.h
* *
* Copyright (C) 2014-2017 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* portfwd.c /* portfwd.c
* *
* Copyright (C) 2014-2018 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* server.c /* server.c
* *
* Copyright (C) 2014-2017 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* server.h /* server.h
* *
* Copyright (C) 2014-2017 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* sftpclient.c /* sftpclient.c
* *
* Copyright (C) 2014-2017 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* sftpclient.h /* sftpclient.h
* *
* Copyright (C) 2014-2017 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* internal.c /* internal.c
* *
* Copyright (C) 2014-2016 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* keygen.c /* keygen.c
* *
* Copyright (C) 2014-2016 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* log.c /* log.c
* *
* Copyright (C) 2014-2016 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* misc.c /* misc.c
* *
* Copyright (C) 2014-2016 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* port.c /* port.c
* *
* Copyright (C) 2014-2016 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* ssh.c /* ssh.c
* *
* Copyright (C) 2014-2016 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* scp.c /* scp.c
* *
* Copyright (C) 2014-2018 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* wolfsftp.c /* wolfsftp.c
* *
* Copyright (C) 2014-2016 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* wolfterm.c /* wolfterm.c
* *
* Copyright (C) 2014-2018 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* api.c /* api.c
* *
* Copyright (C) 2014-2017 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* sftp.c /* sftp.c
* *
* Copyright (C) 2014-2016 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* testsuite.c /* testsuite.c
* *
* Copyright (C) 2014-2017 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* testsuite.h /* testsuite.h
* *
* Copyright (C) 2014-2016 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* unit.c /* unit.c
* *
* Copyright (C) 2014-2016 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* certs_test.h /* certs_test.h
* *
* Copyright (C) 2014-2018 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* error.h /* error.h
* *
* Copyright (C) 2014-2016 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* internal.h /* internal.h
* *
* Copyright (C) 2014-2016 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* keygen.h /* keygen.h
* *
* Copyright (C) 2014-2016 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* log.h /* log.h
* *
* Copyright (C) 2014-2016 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* misc.h /* misc.h
* *
* Copyright (C) 2014-2016 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* port.h /* port.h
* *
* Copyright (C) 2014-2016 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* settings.h /* settings.h
* *
* Copyright (C) 2014-2016 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* ssh.h /* ssh.h
* *
* Copyright (C) 2014-2016 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* version.h.in /* version.h.in
* *
* Copyright (C) 2014-2016 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* version.h.in /* version.h.in
* *
* Copyright (C) 2014-2016 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* visibility.h /* visibility.h
* *
* Copyright (C) 2014-2016 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* wolfscp.h /* wolfscp.h
* *
* Copyright (C) 2014-2018 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *

View File

@ -1,6 +1,6 @@
/* wolfsftp.h /* wolfsftp.h
* *
* Copyright (C) 2014-2016 wolfSSL Inc. * Copyright (C) 2014-2019 wolfSSL Inc.
* *
* This file is part of wolfSSH. * This file is part of wolfSSH.
* *