Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Langley <agl@chromium.org>2014-06-26 21:26:42 +0400
committerAdam Langley <agl@chromium.org>2014-06-26 21:26:42 +0400
commit659de419c14c8cd25a6d73b90d5b5c5282bd501f (patch)
tree7800a6263bc40763a015b69c0ecb429887571608 /crypto/bio
parentfacc6ff39e129984d6b03cb16716f449cdacbbdb (diff)
Add ISC header to a handful of files.
A handful of new files were missing the ISC license header. Change-Id: I44507dd1361b0348d8e0e1bf12d38072030af53d
Diffstat (limited to 'crypto/bio')
-rw-r--r--crypto/bio/bio_test.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/crypto/bio/bio_test.c b/crypto/bio/bio_test.c
index a38674fe..8b3c129d 100644
--- a/crypto/bio/bio_test.c
+++ b/crypto/bio/bio_test.c
@@ -1,4 +1,16 @@
-/* TODO(fork): license */
+/* Copyright (c) 2014, Google Inc.
+ *
+ * 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. */
#define _BSD_SOURCE