From 04683142b60eb8680aa84aaf4ce67b74416f580b Mon Sep 17 00:00:00 2001 From: James Cor Date: Fri, 7 Oct 2022 16:47:44 -0700 Subject: [PATCH] why --- go/utils/copyrightshdrs/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/go/utils/copyrightshdrs/main.go b/go/utils/copyrightshdrs/main.go index 3a5f91a8f2..0b9b6fc9a5 100644 --- a/go/utils/copyrightshdrs/main.go +++ b/go/utils/copyrightshdrs/main.go @@ -274,6 +274,7 @@ var CopiedNomsFiles []CopiedNomsFile = []CopiedNomsFile{ {Path: "store/types/map_test.go", NomsPath: "go/types/map_test.go", HadCopyrightNotice: true}, {Path: "store/types/meta_sequence.go", NomsPath: "go/types/meta_sequence.go", HadCopyrightNotice: true}, {Path: "store/types/noms_kind.go", NomsPath: "go/types/noms_kind.go", HadCopyrightNotice: true}, + {Path: "store/types/noms_kind_test.go", NomsPath: "go/types/noms_kind_test.go", HadCopyrightNotice: true}, {Path: "store/types/ordered_sequences.go", NomsPath: "go/types/ordered_sequences.go", HadCopyrightNotice: true}, {Path: "store/types/ordered_sequences_diff.go", NomsPath: "go/types/ordered_sequences_diff.go", HadCopyrightNotice: true}, {Path: "store/types/ordered_sequences_diff_test.go", NomsPath: "go/types/ordered_sequences_diff_test.go", HadCopyrightNotice: true},