From 487a20db501e24c12178baa61b812968cc6e122a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=2E=20R=C3=B8dseth?= Date: Wed, 24 Feb 2021 10:16:17 +0100 Subject: [PATCH 1/2] Add Go module file --- go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..8de672b --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/FiloSottile/Heartbleed + +go 1.16 From c29744098f5832ab5dc26a70843a4d7bc69a7702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=2E=20R=C3=B8dseth?= Date: Wed, 24 Feb 2021 10:16:26 +0100 Subject: [PATCH 2/2] Update year in license --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 2a877b7..4cbdef4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2015 Filippo Valsorda +Copyright (c) 2014-2021 Filippo Valsorda Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal