From: Jason A. Donenfeld Date: Sat, 6 Mar 2021 16:03:28 +0000 (-0700) Subject: mod: rename COPYING to LICENSE X-Git-Tag: 0.0.20210323~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1e09f192794e499a662ca83725c9907f99af2c0;p=thirdparty%2Fwireguard-go.git mod: rename COPYING to LICENSE Otherwise the netstack module doesn't show up on the package site. https://github.com/golang/go/issues/43817#issuecomment-764987580 Signed-off-by: Jason A. Donenfeld --- diff --git a/COPYING b/LICENSE similarity index 100% rename from COPYING rename to LICENSE