Skip to content

Commit

Permalink
Remove a boilerplate bazel.rst citation
Browse files Browse the repository at this point in the history
This was a fully mechanical change, per:
find . -name third_party -prune -o -name \*.bazel -print0 |
  xargs -n1 -0 -I{} \
  perl -pi -e \
  's|# This file contains rules for Bazel; see drake/doc/bazel.rst.\n||g;' \
  {}
  • Loading branch information
jwnimmer-tri committed Oct 18, 2017
1 parent 4a73684 commit ba511af
Show file tree
Hide file tree
Showing 101 changed files with 0 additions and 101 deletions.
1 change: 0 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

# This file is named BUILD.bazel instead of the more typical BUILD, so that on
# OSX it won't conflict with a build artifacts directory named "build".
Expand Down
1 change: 0 additions & 1 deletion doc/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

package(default_visibility = ["//visibility:public"])

Expand Down
1 change: 0 additions & 1 deletion drake/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

package(default_visibility = ["//visibility:public"])

Expand Down
1 change: 0 additions & 1 deletion drake/automotive/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/automotive/dev/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/automotive/maliput/api/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load("//tools:drake.bzl", "drake_cc_googletest", "drake_cc_library")
load("//tools/lint:lint.bzl", "add_lint_tests")
Expand Down
1 change: 0 additions & 1 deletion drake/automotive/maliput/api/test_utilities/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load("//tools:drake.bzl", "drake_cc_library")
load("//tools/lint:lint.bzl", "add_lint_tests")
Expand Down
1 change: 0 additions & 1 deletion drake/automotive/maliput/dragway/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/automotive/maliput/monolane/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/automotive/maliput/multilane/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/automotive/maliput/rndf/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/automotive/maliput/rndf/test_utilities/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load("//tools:drake.bzl", "drake_cc_library")
load("//tools/lint:lint.bzl", "add_lint_tests")
Expand Down
1 change: 0 additions & 1 deletion drake/automotive/maliput/utility/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/automotive/models/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load("//tools/lint:lint.bzl", "add_lint_tests")
load("//tools:install_data.bzl", "install_data")
Expand Down
1 change: 0 additions & 1 deletion drake/bindings/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load("//tools/workspace/gurobi:gurobi.bzl", "gurobi_test_tags")
load("@drake//tools:install.bzl", "install")
Expand Down
1 change: 0 additions & 1 deletion drake/common/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/common/proto/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/common/test_utilities/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/common/trajectories/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load("//tools:drake.bzl", "drake_cc_googletest", "drake_cc_library")
load("//tools/lint:lint.bzl", "add_lint_tests")
Expand Down
1 change: 0 additions & 1 deletion drake/common/trajectories/qp_spline/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load("//tools:drake.bzl", "drake_cc_googletest", "drake_cc_library")
load("//tools/lint:lint.bzl", "add_lint_tests")
Expand Down
1 change: 0 additions & 1 deletion drake/examples/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load("//tools:drake.bzl", "drake_cc_binary")
load("//tools/lint:lint.bzl", "add_lint_tests")
Expand Down
1 change: 0 additions & 1 deletion drake/examples/acrobot/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/examples/atlas/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load("//tools:drake.bzl", "drake_cc_library")
load("//tools:install_data.bzl", "install_data")
Expand Down
1 change: 0 additions & 1 deletion drake/examples/bead_on_a_wire/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load("//tools:drake.bzl", "drake_cc_googletest", "drake_cc_library")
load("//tools/lint:lint.bzl", "add_lint_tests")
Expand Down
1 change: 0 additions & 1 deletion drake/examples/bouncing_ball/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load("//tools:drake.bzl", "drake_cc_googletest", "drake_cc_library")
load("//tools/lint:lint.bzl", "add_lint_tests")
Expand Down
1 change: 0 additions & 1 deletion drake/examples/contact_model/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/examples/cubic_polynomial/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load("//tools:drake.bzl", "drake_cc_binary")
load("//tools/lint:lint.bzl", "add_lint_tests")
Expand Down
1 change: 0 additions & 1 deletion drake/examples/geometry_world/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/examples/humanoid_controller/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/examples/humanoid_controller/dev/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load("//tools:drake.bzl", "drake_cc_library")
load("//tools/lint:lint.bzl", "add_lint_tests")
Expand Down
1 change: 0 additions & 1 deletion drake/examples/irb140/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load("//tools:install_data.bzl", "install_data")

Expand Down
1 change: 0 additions & 1 deletion drake/examples/kinova_jaco_arm/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/examples/kuka_iiwa_arm/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/examples/kuka_iiwa_arm/controlled_kuka/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/examples/kuka_iiwa_arm/dev/box_rotation/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/examples/kuka_iiwa_arm/iiwa_world/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/examples/kuka_iiwa_arm/models/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load("//tools:install_data.bzl", "install_data")
load("//tools/lint:lint.bzl", "add_lint_tests")
Expand Down
1 change: 0 additions & 1 deletion drake/examples/kuka_iiwa_arm/pick_and_place/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/examples/pendulum/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/examples/pr2/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/examples/qp_inverse_dynamics/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load("//tools:drake.bzl", "drake_cc_googletest", "drake_cc_library")
load("//tools/workspace/gurobi:gurobi.bzl", "gurobi_test_tags")
Expand Down
1 change: 0 additions & 1 deletion drake/examples/quadrotor/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/examples/rod2d/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/examples/schunk_wsg/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/examples/simple_four_bar/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load("//tools/lint:lint.bzl", "add_lint_tests")
load("//tools:install_data.bzl", "install_data")
Expand Down
1 change: 0 additions & 1 deletion drake/examples/valkyrie/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/examples/van_der_pol/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/examples/zmp/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/geometry/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/geometry/query_results/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/lcm/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load("//tools:drake.bzl", "drake_cc_googletest", "drake_cc_library")
load("//tools/lint:lint.bzl", "add_lint_tests")
Expand Down
1 change: 0 additions & 1 deletion drake/lcmtypes/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

package(default_visibility = ["//visibility:public"])

Expand Down
1 change: 0 additions & 1 deletion drake/manipulation/models/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load("@drake//tools:install.bzl", "install")

Expand Down
1 change: 0 additions & 1 deletion drake/manipulation/models/iiwa_description/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/manipulation/models/jaco_description/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/manipulation/models/wsg_50_description/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/manipulation/perception/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/manipulation/planner/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/manipulation/schunk_wsg/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/manipulation/util/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/math/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load("//tools:drake.bzl", "drake_cc_googletest", "drake_cc_library")
load("//tools/lint:lint.bzl", "add_lint_tests")
Expand Down
1 change: 0 additions & 1 deletion drake/multibody/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load(
"//tools:drake.bzl",
Expand Down
1 change: 0 additions & 1 deletion drake/multibody/benchmarks/acrobot/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load("//tools:drake.bzl", "drake_cc_library")
load("//tools/lint:lint.bzl", "add_lint_tests")
Expand Down
1 change: 0 additions & 1 deletion drake/multibody/benchmarks/chaotic_babyboot/MG/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- python -*-
# This file contains rules for Bazel; see drake/doc/bazel.rst.

load("//tools:drake.bzl", "drake_cc_googletest", "drake_cc_library")
load("//tools/lint:lint.bzl", "add_lint_tests")
Expand Down
Loading

0 comments on commit ba511af

Please sign in to comment.