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. --- device_test.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'device_test.go') diff --git a/device_test.go b/device_test.go index abd0208..7af52b2 100644 --- a/device_test.go +++ b/device_test.go @@ -1,3 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0 + * + * Copyright (C) 2017-2018 Jason A. Donenfeld . All Rights Reserved. + */ + package main /* Create two device instances and simulate full WireGuard interaction -- cgit v1.2.3-59-g8ed1b