Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8424089

Browse files
rkavitha-hclKAVITHA RAMALINGAM
authored and
KAVITHA RAMALINGAM
committedNov 26, 2024·
gNOI Cold Reboot - Integrated gNOI repository
1 parent 92825d4 commit 8424089

File tree

102 files changed

+38488
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+38488
-0
lines changed
 

‎src/sonic-framework/gnoi/BUILD.bazel

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Copyright 2023 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# https://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
#
15+
# Supporting infrastructure for implementing and testing PINS.
16+
load("@bazel_gazelle//:def.bzl", "gazelle")
17+
18+
package(
19+
default_visibility = ["//visibility:public"],
20+
licenses = ["notice"],
21+
)
22+
23+
exports_files(["LICENSE"])
24+
25+
# gazelle:prefix github.com/openconfig/gnoi
26+
gazelle(name = "gazelle")
27+
28+
# gazelle:exclude **.pb.go
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
```
2+
# How to contribute
3+
4+
In order to contribute to this project, please follow the
5+
guidelines below.
6+
7+
## Contributor License Agreement
8+
9+
Contributions to this project must be accompanied by a Contributor License
10+
Agreement. You (or your employer) retain the copyright to your contribution,
11+
this simply gives us permission to use and redistribute your contributions as
12+
part of the project. Head over to <https://cla.developers.google.com/> to see
13+
your current agreements on file or to sign a new one.
14+
15+
You generally only need to submit a CLA once, so if you've already submitted one
16+
(even if it was for a different project), you probably don't need to do it
17+
again.
18+
19+
## Code reviews
20+
21+
All submissions, including submissions by project members, require review. We
22+
use GitHub pull requests for this purpose. Consult
23+
[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
24+
information on using pull requests.
25+
26+
```

0 commit comments

Comments
 (0)
Please sign in to comment.