Skip to content

Commit

Permalink
iox-#2372: Format MODULE.bazel; add Copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
lalten committed Nov 18, 2024
1 parent d8993dd commit c155471
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ bazel_dep(
dev_dependency = True,
)
bazel_dep(name = "googletest", version = "1.15.2", dev_dependency = True)

bazel_dep(name = "ncurses", version = "6.4.20221231")
16 changes: 16 additions & 0 deletions bazel/ncurses/ncurses.BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Copyright (c) 2024 by Fernride GmbH. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0

load("@rules_foreign_cc//foreign_cc:defs.bzl", "configure_make")

filegroup(
Expand Down
18 changes: 18 additions & 0 deletions bazel/ncurses/repositories.bzl
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Copyright (c) 2024 by Fernride GmbH. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0

"""This module prepares the ncurses dependency."""

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")

Expand Down

0 comments on commit c155471

Please sign in to comment.