Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

internal/gps: Add prune functions to gps #1020

Merged
merged 5 commits into from
Sep 22, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add AUTHORS and CONTRIBUTERS to legal files list
Signed-off-by: Ibrahim AshShohail <[email protected]>
  • Loading branch information
ibrasho committed Sep 22, 2017
commit 98dd01efa9bdf344896bfb269f14bb1892ebe99c
2 changes: 2 additions & 0 deletions internal/gps/prune.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ var (
// legalFileSubstrings contains substrings that are likey part of a legal
// declaration file.
legalFileSubstrings = []string{
"authors",
"contributors",
"legal",
"notice",
"disclaimer",
Expand Down