|
4 | 4 | * |
5 | 5 | * This file is part of Neo4j. |
6 | 6 | * |
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 |
11 | 10 | * |
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 |
16 | 12 | * |
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. |
19 | 18 | */ |
20 | 19 | package org.neo4j.driver.v1.util; |
21 | 20 |
|
|
0 commit comments