summaryrefslogtreecommitdiffstats
path: root/crypto/dllmain.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-05-17 14:52:22 -0400
committerRich Salz <rsalz@openssl.org>2016-05-17 14:53:16 -0400
commitb1322259d93cf6b6286f9febcd468b6a9f577d91 (patch)
tree0223c682be6cdf2dd3e2348566f381ddb71a609c /crypto/dllmain.c
parent2039c421b0e5b75ffcf6a88e39cc09089b4303dc (diff)
Copyright consolidation 09/10
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/dllmain.c')
-rw-r--r--crypto/dllmain.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/dllmain.c b/crypto/dllmain.c
index 0a229b57f9..91904aad98 100644
--- a/crypto/dllmain.c
+++ b/crypto/dllmain.c
@@ -1,3 +1,12 @@
+/*
+ * Copyright 2016 The OpenSSL Project Authors. 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
+ */
+
#include "internal/cryptlib_int.h"
#if defined(_WIN32) || defined(__CYGWIN__)