Skip to content

Commit 77de0b5

Browse files
committed
api: Generate API with Broadcom header
This patch updates the generated API bindings to have the Broadcom header. Signed-off-by: akutz <[email protected]>
1 parent 4b7d0c5 commit 77de0b5

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

gen/vim_wsdl.rb

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,21 +1153,9 @@ def peek
11531153

11541154
def self.header(name)
11551155
return <<EOF
1156-
/*
1157-
Copyright (c) #{ENV['COPYRIGHT_DATE_RANGE'] || '2014-2018'} VMware, Inc. All Rights Reserved.
1158-
1159-
Licensed under the Apache License, Version 2.0 (the "License");
1160-
you may not use this file except in compliance with the License.
1161-
You may obtain a copy of the License at
1162-
1163-
http://www.apache.org/licenses/LICENSE-2.0
1164-
1165-
Unless required by applicable law or agreed to in writing, software
1166-
distributed under the License is distributed on an "AS IS" BASIS,
1167-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1168-
See the License for the specific language governing permissions and
1169-
limitations under the License.
1170-
*/
1156+
// © Broadcom. All Rights Reserved.
1157+
// The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.
1158+
// SPDX-License-Identifier: Apache-2.0
11711159
11721160
package #{name}
11731161

0 commit comments

Comments
 (0)