Skip to content

Commit

Permalink
build: remove unneeded BUILD file licenses rule comments
Browse files Browse the repository at this point in the history
(cherry picked from commit b2add31)
  • Loading branch information
clydin authored and dgp1130 committed Sep 13, 2022
1 parent 16b7ced commit 82485d8
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/angular/cli/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ load("//tools:ng_cli_schema_generator.bzl", "cli_json_schema")
load("//tools:toolchain_info.bzl", "TOOLCHAINS_NAMES", "TOOLCHAINS_VERSIONS")
load("//tools:ts_json_schema.bzl", "ts_json_schema")

licenses(["notice"]) # MIT
licenses(["notice"])

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

Expand Down
2 changes: 1 addition & 1 deletion packages/angular/create/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

load("//tools:defaults.bzl", "pkg_npm", "ts_library")

licenses(["notice"]) # MIT
licenses(["notice"])

ts_library(
name = "create",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/pwa/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ load("//tools:defaults.bzl", "pkg_npm", "ts_library")
load("//tools:ts_json_schema.bzl", "ts_json_schema")
load("//tools:toolchain_info.bzl", "TOOLCHAINS_NAMES", "TOOLCHAINS_VERSIONS")

licenses(["notice"]) # MIT
licenses(["notice"])

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

Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/architect/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ load("//tools:defaults.bzl", "pkg_npm", "ts_library")
load("//tools:toolchain_info.bzl", "TOOLCHAINS_NAMES", "TOOLCHAINS_VERSIONS")
load("//tools:ts_json_schema.bzl", "ts_json_schema")

licenses(["notice"]) # MIT
licenses(["notice"])

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

Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/architect/node/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

load("//tools:defaults.bzl", "ts_library")

licenses(["notice"]) # MIT
licenses(["notice"])

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

Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/architect/testing/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

load("//tools:defaults.bzl", "ts_library")

licenses(["notice"]) # MIT
licenses(["notice"])

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

Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/architect_cli/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ load("//tools:defaults.bzl", "pkg_npm", "ts_library")
#
# Use of this source code is governed by an MIT-style license that can be
# found in the LICENSE file at https://angular.io/license
licenses(["notice"]) # MIT
licenses(["notice"])

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

Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/benchmark/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load("@npm//@bazel/jasmine:index.bzl", "jasmine_node_test")
load("//tools:defaults.bzl", "pkg_npm", "ts_library")
load("//tools:toolchain_info.bzl", "TOOLCHAINS_NAMES", "TOOLCHAINS_VERSIONS")

licenses(["notice"]) # MIT
licenses(["notice"])

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

Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ load("//tools:ts_json_schema.bzl", "ts_json_schema")
load("//tools:toolchain_info.bzl", "TOOLCHAINS_NAMES", "TOOLCHAINS_VERSIONS")
load("@npm//@angular/build-tooling/bazel/api-golden:index.bzl", "api_golden_test_npm_package")

licenses(["notice"]) # MIT
licenses(["notice"])

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

Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_webpack/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ load("//tools:ts_json_schema.bzl", "ts_json_schema")
load("//tools:toolchain_info.bzl", "TOOLCHAINS_NAMES", "TOOLCHAINS_VERSIONS")
load("@npm//@angular/build-tooling/bazel/api-golden:index.bzl", "api_golden_test_npm_package")

licenses(["notice"]) # MIT
licenses(["notice"])

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

Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/core/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ load("//tools:toolchain_info.bzl", "TOOLCHAINS_NAMES", "TOOLCHAINS_VERSIONS")
# found in the LICENSE file at https://angular.io/license
package(default_visibility = ["//visibility:public"])

licenses(["notice"]) # MIT License
licenses(["notice"])

# @angular-devkit/core

Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/core/node/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load("@npm//@bazel/jasmine:index.bzl", "jasmine_node_test")
load("//tools:defaults.bzl", "ts_library")
load("//tools:toolchain_info.bzl", "TOOLCHAINS_NAMES", "TOOLCHAINS_VERSIONS")

licenses(["notice"]) # MIT License
licenses(["notice"])

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

Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/core/node/testing/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ load("//tools:defaults.bzl", "ts_library")
#
# Use of this source code is governed by an MIT-style license that can be
# found in the LICENSE file at https://angular.io/license
licenses(["notice"]) # MIT License
licenses(["notice"])

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

Expand Down
2 changes: 1 addition & 1 deletion packages/ngtools/webpack/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ load("//tools:defaults.bzl", "pkg_npm", "ts_library")
load("//tools:toolchain_info.bzl", "TOOLCHAINS_NAMES", "TOOLCHAINS_VERSIONS")
load("@npm//@angular/build-tooling/bazel/api-golden:index.bzl", "api_golden_test_npm_package")

licenses(["notice"]) # MIT
licenses(["notice"])

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

Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/angular/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ load("//tools:defaults.bzl", "pkg_npm", "ts_library")
load("//tools:ts_json_schema.bzl", "ts_json_schema")
load("//tools:toolchain_info.bzl", "TOOLCHAINS_NAMES", "TOOLCHAINS_VERSIONS")

licenses(["notice"]) # MIT
licenses(["notice"])

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

Expand Down
2 changes: 1 addition & 1 deletion tests/angular_devkit/core/node/jobs/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ load("//tools:defaults.bzl", "ts_library")
# found in the LICENSE file at https://angular.io/license
package(default_visibility = ["//visibility:public"])

licenses(["notice"]) # MIT License
licenses(["notice"])

ts_library(
name = "jobs_test_lib",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ load("//tools:defaults.bzl", "ts_library")
# found in the LICENSE file at https://angular.io/license
package(default_visibility = ["//visibility:public"])

licenses(["notice"]) # MIT License
licenses(["notice"])

ts_library(
name = "file_system_engine_host_test_lib",
Expand Down

0 comments on commit 82485d8

Please sign in to comment.