diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-05-03 15:04:00 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-05-03 15:06:25 +0200 |
commit | a040786645ec980059937fd6a1a361b160c1a809 (patch) | |
tree | d0e5802b6d8becf40fc0dfed63a9fc558899ba82 /conn_linux.go | |
parent | 209dd22ea0c6ea06aca47cb53f68ae2cf0d40831 (diff) |
global: Add SPDX tags and copyright header
Mathias should probably add his copyright headers to each file too.
Diffstat (limited to 'conn_linux.go')
-rw-r--r-- | conn_linux.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conn_linux.go b/conn_linux.go index ff3c483..a428138 100644 --- a/conn_linux.go +++ b/conn_linux.go @@ -1,4 +1,6 @@ -/* Copyright 2017-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. +/* SPDX-License-Identifier: GPL-2.0 + * + * Copyright (C) 2017-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. * * This implements userspace semantics of "sticky sockets", modeled after * WireGuard's kernelspace implementation. This is more or less a straight port |