Skip to content

Commit 49ef4db

Browse files
author
Zhen Li
committed
Fixing wrong file header
1 parent f66e194 commit 49ef4db

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

driver/src/test/java/org/neo4j/driver/v1/util/CertificateExtension.java

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@
44
*
55
* This file is part of Neo4j.
66
*
7-
* Neo4j is free software: you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License as published by
9-
* the Free Software Foundation, either version 3 of the License, or
10-
* (at your option) any later version.
7+
* Licensed under the Apache License, Version 2.0 (the "License");
8+
* you may not use this file except in compliance with the License.
9+
* You may obtain a copy of the License at
1110
*
12-
* This program is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU General Public License for more details.
11+
* http://www.apache.org/licenses/LICENSE-2.0
1612
*
17-
* You should have received a copy of the GNU General Public License
18-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
13+
* Unless required by applicable law or agreed to in writing, software
14+
* distributed under the License is distributed on an "AS IS" BASIS,
15+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
* See the License for the specific language governing permissions and
17+
* limitations under the License.
1918
*/
2019
package org.neo4j.driver.v1.util;
2120

0 commit comments

Comments
 (0)