From 86159abfd44906c705c6f932c107da7ef690cccd Mon Sep 17 00:00:00 2001 From: Zach Musgrave Date: Thu, 27 Apr 2023 11:23:37 -0700 Subject: [PATCH] Removing deleted file from copyright cop --- 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 e18613f362..421d6a51ce 100644 --- a/go/utils/copyrightshdrs/main.go +++ b/go/utils/copyrightshdrs/main.go @@ -219,7 +219,6 @@ var CopiedNomsFiles []CopiedNomsFile = []CopiedNomsFile{ {Path: "store/sloppy/sloppy_test.go", NomsPath: "go/sloppy/sloppy_test.go", HadCopyrightNotice: true}, {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/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},