Add copyright headers.
[lightning.git] / lis.go
diff --git a/lis.go b/lis.go
index 3e609af2152619ec67de221747e7152b34bcda17..622bb3fd1555d8fc250026da05c156c521d32187 100644 (file)
--- a/lis.go
+++ b/lis.go
@@ -1,3 +1,7 @@
+// Copyright (C) The Lightning Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 package lightning
 
 func longestIncreasingSubsequence(srclen int, X func(int) int) []int {