aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-09-14 20:52:03 +0200
committerRichard Levitte <levitte@openssl.org>2016-09-15 23:24:06 +0200
commit0d0723e813870c2e7a009ec47e933668a1548531 (patch)
tree7465fa25a8f52f61b128aa2991d680ce2697ada3 /apps
parent0d3b65832c6fa94c1d1cfa2f99335f323e3227c1 (diff)
downloadopenssl-0d0723e813870c2e7a009ec47e933668a1548531.zip
openssl-0d0723e813870c2e7a009ec47e933668a1548531.tar.gz
openssl-0d0723e813870c2e7a009ec47e933668a1548531.tar.bz2
Add copyright and license on apps/vms_term_sock.[ch]
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'apps')
-rw-r--r--apps/vms_term_sock.c9
-rw-r--r--apps/vms_term_sock.h9
2 files changed, 18 insertions, 0 deletions
diff --git a/apps/vms_term_sock.c b/apps/vms_term_sock.c
index 33d81cc..9d06778 100644
--- a/apps/vms_term_sock.c
+++ b/apps/vms_term_sock.c
@@ -1,3 +1,12 @@
+/*
+ * Copyright 2016 VMS Software, Inc. All Rights Reserved.
+ *
+ * Licensed under the OpenSSL license (the "License"). You may not use
+ * this file except in compliance with the License. You can obtain a copy
+ * in the file LICENSE in the source distribution or at
+ * https://www.openssl.org/source/license.html
+ */
+
#ifdef __VMS
#define OPENSSL_SYS_VMS
#pragma message disable DOLLARID
diff --git a/apps/vms_term_sock.h b/apps/vms_term_sock.h
index 4b445a9..778e2f9 100644
--- a/apps/vms_term_sock.h
+++ b/apps/vms_term_sock.h
@@ -1,3 +1,12 @@
+/*
+ * Copyright 2016 VMS Software, Inc. All Rights Reserved.
+ *
+ * Licensed under the OpenSSL license (the "License"). You may not use
+ * this file except in compliance with the License. You can obtain a copy
+ * in the file LICENSE in the source distribution or at
+ * https://www.openssl.org/source/license.html
+ */
+
#ifndef TERM_SOCK_H
#define TERM_SOCK_H