diff --git a/framework/tools/hdi-gen/codegen/java_code_emitter.cpp b/framework/tools/hdi-gen/codegen/java_code_emitter.cpp index 2f39d2be2e36e9dae013882d9c172e31c4b169c1..03e8e7e8388e50cde5f54944b902d5b0188c00de 100644 --- a/framework/tools/hdi-gen/codegen/java_code_emitter.cpp +++ b/framework/tools/hdi-gen/codegen/java_code_emitter.cpp @@ -1,9 +1,16 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * HDF is dual licensed: you can use it either under the terms of - * the GPL, or the BSD license, at your option. - * See the LICENSE file in the root of this repository for complete details. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ #include "codegen/java_code_emitter.h"