Skip to content

Commit 7f4c73a

Browse files
authored
chore: add option in librarian for license headers in grafeas (#13510)
Adds alternate headers for grafeas. Will wait to regenerate until googleapis/librarian#6481 is merged. For googleapis/librarian#6178
1 parent 9b073c7 commit 7f4c73a

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

java-grafeas/license-header.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* Copyright 2026 The Grafeas Authors. All rights reserved.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/

librarian.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1856,6 +1856,7 @@ libraries:
18561856
name_pretty_override: Grafeas
18571857
product_documentation_override: https://grafeas.io
18581858
skip_pom_updates: true
1859+
alternate_headers: license-header.txt
18591860
- name: gsuite-addons
18601861
version: 2.94.0-SNAPSHOT
18611862
apis:

0 commit comments

Comments
 (0)