summaryrefslogtreecommitdiffstats
path: root/test/ossl_shim/test_config.cc
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-10-28 09:57:16 +0100
committerMatt Caswell <matt@openssl.org>2016-11-04 10:38:54 +0000
commit92ab7db6f8dabd9f071a8c70c65f85e4fbbfd375 (patch)
tree1733069eaf0a7d324148eaa5a0ceb35dafd309cd /test/ossl_shim/test_config.cc
parentbc708af4b0148c23f5f76b549ccb3c996bfd11aa (diff)
Swap header copyrights to standard OpenSSL
As per permission from Google (Emilia). Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/ossl_shim/test_config.cc')
-rw-r--r--test/ossl_shim/test_config.cc19
1 files changed, 7 insertions, 12 deletions
diff --git a/test/ossl_shim/test_config.cc b/test/ossl_shim/test_config.cc
index 6c18f825ac..0fe7ba81a4 100644
--- a/test/ossl_shim/test_config.cc
+++ b/test/ossl_shim/test_config.cc
@@ -1,16 +1,11 @@
-/* Copyright (c) 2014, Google Inc.
+/*
+ * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
*
- * Permission to use, copy, modify, and/or distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
- * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
- * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
- * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
+ * 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 "test_config.h"