Skip to content

Commit 270457c

Browse files
committed
fix header
1 parent 0ebc649 commit 270457c

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

bigtable/hbase/snippets/src/main/java/com/example/bigtable/HelloWorld.java

+10-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
/**
2-
* Copyright 2016 Google Inc. All Rights Reserved.
1+
/*
2+
* Copyright 2016 Google LLC
33
*
4-
* <p>Licensed to the Apache Software Foundation (ASF) under one or more contributor license
5-
* agreements. See the NOTICE file distributed with this work for additional information regarding
6-
* copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the
7-
* "License"); you may not use this file except in compliance with the License. You may obtain a
8-
* copy of the License at
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
97
*
10-
* <p>http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
119
*
12-
* <p>Unless required by applicable law or agreed to in writing, software distributed under the
13-
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
14-
* express or implied. See the License for the specific language governing permissions and
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
1514
* limitations under the License.
1615
*/
1716
package com.example.bigtable;

0 commit comments

Comments
 (0)