Skip to content

Commit

Permalink
vendor: add legalese for vendored go dependencies
Browse files Browse the repository at this point in the history
This commit ensures we're complying with open source licenses. For
safe keeping, also include PATENTS and NOTICE (copyright) files.

A subsequent commit will update vendoring instructions to ensure these
files are captured in the future.

Closes #1441
  • Loading branch information
jeffomatic authored and iampogo committed Jul 14, 2017
1 parent 41fb4b1 commit 9565bf0
Show file tree
Hide file tree
Showing 22 changed files with 1,582 additions and 4 deletions.
2 changes: 1 addition & 1 deletion generated/rev/RevId.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

public final class RevId {
public final String Id = "main/rev3329";
public final String Id = "main/rev3330";
}
2 changes: 1 addition & 1 deletion generated/rev/revid.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package rev

const ID string = "main/rev3329"
const ID string = "main/rev3330"
2 changes: 1 addition & 1 deletion generated/rev/revid.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

export const rev_id = "main/rev3329"
export const rev_id = "main/rev3330"
2 changes: 1 addition & 1 deletion generated/rev/revid.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

module Chain::Rev
ID = "main/rev3329".freeze
ID = "main/rev3330".freeze
end
20 changes: 20 additions & 0 deletions vendor/github.com/beorn7/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

202 changes: 202 additions & 0 deletions vendor/github.com/coreos/go-semver/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9565bf0

Please sign in to comment.