File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -1153,21 +1153,9 @@ def peek
1153
1153
1154
1154
def self . header ( name )
1155
1155
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
1171
1159
1172
1160
package #{ name }
1173
1161
You can’t perform that action at this time.
0 commit comments