svn commit: r339561 - head/sys/crypto/chacha20
Conrad Meyer
cem at FreeBSD.org
Mon Oct 22 01:27:12 UTC 2018
Author: cem
Date: Mon Oct 22 01:27:11 2018
New Revision: 339561
URL: https://svnweb.freebsd.org/changeset/base/339561
Log:
Add explicit copyright text to trivial header
Reported by: rgrimes
Modified:
head/sys/crypto/chacha20/_chacha.h
Modified: head/sys/crypto/chacha20/_chacha.h
==============================================================================
--- head/sys/crypto/chacha20/_chacha.h Mon Oct 22 00:27:37 2018 (r339560)
+++ head/sys/crypto/chacha20/_chacha.h Mon Oct 22 01:27:11 2018 (r339561)
@@ -1,4 +1,7 @@
/* $FreeBSD$ */
+/*
+ * Public domain.
+ */
#ifndef _CHACHA_H
#define _CHACHA_H
More information about the svn-src-head
mailing list