From a040786645ec980059937fd6a1a361b160c1a809 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 3 May 2018 15:04:00 +0200 Subject: global: Add SPDX tags and copyright header Mathias should probably add his copyright headers to each file too. --- xchacha20poly1305/xchacha20.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'xchacha20poly1305/xchacha20.go') diff --git a/xchacha20poly1305/xchacha20.go b/xchacha20poly1305/xchacha20.go index a6e59f0..bd27f02 100644 --- a/xchacha20poly1305/xchacha20.go +++ b/xchacha20poly1305/xchacha20.go @@ -1,6 +1,8 @@ -// Copyright (c) 2016 Andreas Auernhammer. All rights reserved. -// Use of this source code is governed by a license that can be -// found in the LICENSE file. +/* SPDX-License-Identifier: MIT + * + * Copyright (C) 2016 Andreas Auernhammer. All Rights Reserved. + * Copyright (C) 2017-2018 Jason A. Donenfeld . All Rights Reserved. + */ package xchacha20poly1305 -- cgit v1.2.3