From 3528a970b2107c8ea139fcfa339ce3ede4c4e874 Mon Sep 17 00:00:00 2001 From: Aaron Son Date: Thu, 10 Mar 2022 14:00:19 -0800 Subject: [PATCH] copyrighthdrs: Remove commit_meta_test.go. --- go/utils/copyrightshdrs/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/go/utils/copyrightshdrs/main.go b/go/utils/copyrightshdrs/main.go index fd8f6c3f28..57c85d9731 100644 --- a/go/utils/copyrightshdrs/main.go +++ b/go/utils/copyrightshdrs/main.go @@ -247,7 +247,6 @@ var CopiedNomsFiles []CopiedNomsFile = []CopiedNomsFile{ {Path: "store/spec/absolute_path.go", NomsPath: "go/spec/absolute_path.go", HadCopyrightNotice: true}, {Path: "store/spec/absolute_path_test.go", NomsPath: "go/spec/absolute_path_test.go", HadCopyrightNotice: true}, {Path: "store/spec/commit_meta.go", NomsPath: "go/spec/commit_meta.go", HadCopyrightNotice: true}, - {Path: "store/spec/commit_meta_test.go", NomsPath: "go/spec/commit_meta_test.go", HadCopyrightNotice: true}, {Path: "store/spec/spec.go", NomsPath: "go/spec/spec.go", HadCopyrightNotice: true}, {Path: "store/spec/spec_test.go", NomsPath: "go/spec/spec_test.go", HadCopyrightNotice: true}, {Path: "store/spec/util.go", NomsPath: "go/spec/util.go", HadCopyrightNotice: true},