Skip to content

Commit

Permalink
Peer review for open sourcing Cadence bits (cadence-workflow#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
samarabbas authored May 26, 2017
1 parent adc3e51 commit 685b66d
Show file tree
Hide file tree
Showing 6 changed files with 105 additions and 927 deletions.
2 changes: 1 addition & 1 deletion cmd/tools/copyright/licensegen.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const licenseHeaderPrefix = "// Copyright (c)"

var (
// directories to be excluded
dirBlacklist = []string{"vendor/", "go-build/"}
dirBlacklist = []string{"vendor/"}
// default perms for the newly created files
defaultFilePerms = os.FileMode(0644)
)
Expand Down
Loading

0 comments on commit 685b66d

Please sign in to comment.