Skip to content

Commit

Permalink
.github: Add copyright notice
Browse files Browse the repository at this point in the history
Bug: b/347062591
Change-Id: If31d66bb0ee3edb86ee45af8152ea0b64728a54d
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/221491
Lint: Lint 🤖 <[email protected]>
Reviewed-by: Wyatt Hepler <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Pigweed-Auto-Submit: Rob Mohr <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
  • Loading branch information
mohrr authored and CQ Bot Account committed Jul 10, 2024
1 parent c89c036 commit ceeae0c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/bazel-noenv.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Copyright 2024 The Pigweed Authors
#
# 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
#
# https://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.

name: bazel-noenv

on:
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/lintformat.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Copyright 2024 The Pigweed Authors
#
# 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
#
# https://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.

name: lintformat

on:
Expand Down

0 comments on commit ceeae0c

Please sign in to comment.