diff options
| author | Warner Losh <imp@FreeBSD.org> | 2019-02-04 21:28:25 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2019-02-04 21:28:25 +0000 |
| commit | 52467047aa7dd6d21f6303b28e4278cab2d8fe48 (patch) | |
| tree | a955484151ea6028ddb185953f10e97caa168a52 /sys/crypto | |
| parent | e4314da2e45770e4b9b3be74f4b552045a041d3a (diff) | |
Notes
Diffstat (limited to 'sys/crypto')
| -rw-r--r-- | sys/crypto/aesni/aesencdec.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/crypto/aesni/aesencdec.h b/sys/crypto/aesni/aesencdec.h index 80951a48aad4b..73add364c0aa6 100644 --- a/sys/crypto/aesni/aesencdec.h +++ b/sys/crypto/aesni/aesencdec.h @@ -1,8 +1,9 @@ /*- * Copyright 2013 John-Mark Gurney <jmg@FreeBSD.org> - * Copyright 2015 Netflix, Inc. * All rights reserved. * + * Copyright 2015 Netflix, Inc. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: |
