Skip to content

Commit

Permalink
Add a bazel test that ensures all our projects are GPL-3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Feb 18, 2018
1 parent 719ec67 commit 7d2dde3
Show file tree
Hide file tree
Showing 3 changed files with 598 additions and 674 deletions.
3 changes: 3 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
load("//tools:project.bzl", "project")

project("go-toxcore-c")

go_library(
name = "go_default_library",
Expand Down

0 comments on commit 7d2dde3

Please sign in to comment.