|
1 |
| -/******************************************************************************* |
2 |
| - * Copyright (c) 2019 Konduit K.K. |
3 |
| - * |
4 |
| - * This program and the accompanying materials are made available under the |
5 |
| - * terms of the Apache License, Version 2.0 which is available at |
6 |
| - * https://www.apache.org/licenses/LICENSE-2.0. |
7 |
| - * See the NOTICE file distributed with this work for additional |
8 |
| - * information regarding copyright ownership. |
9 |
| - * |
10 |
| - * Unless required by applicable law or agreed to in writing, software |
11 |
| - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
12 |
| - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
13 |
| - * License for the specific language governing permissions and limitations |
14 |
| - * under the License. |
15 |
| - * |
16 |
| - * SPDX-License-Identifier: Apache-2.0 |
17 |
| - ******************************************************************************/ |
| 1 | +/* |
| 2 | + * ****************************************************************************** |
| 3 | + * * |
| 4 | + * * |
| 5 | + * * This program and the accompanying materials are made available under the |
| 6 | + * * terms of the Apache License, Version 2.0 which is available at |
| 7 | + * * https://www.apache.org/licenses/LICENSE-2.0. |
| 8 | + * * |
| 9 | + * * See the NOTICE file distributed with this work for additional |
| 10 | + * * information regarding copyright ownership. |
| 11 | + * * Unless required by applicable law or agreed to in writing, software |
| 12 | + * * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 13 | + * * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 14 | + * * License for the specific language governing permissions and limitations |
| 15 | + * * under the License. |
| 16 | + * * |
| 17 | + * * SPDX-License-Identifier: Apache-2.0 |
| 18 | + * ***************************************************************************** |
| 19 | + */ |
18 | 20 | package org.deeplearning4j.modelimportexamples.tf.advanced.bert;
|
19 | 21 |
|
20 | 22 | import org.apache.commons.io.FileUtils;
|
|
0 commit comments