Lines Matching defs:license
50 std::stringstream license;
51 license << "/*\n";
52 license << " * Copyright (c) 2023-2024 Huawei Device Co., Ltd.\n";
53 license << " * Licensed under the Apache License, Version 2.0 (the \"License\");\n";
54 license << " * you may not use this file except in compliance with the License.\n";
55 license << " * You may obtain a copy of the License at\n";
56 license << " *\n";
57 license << " * http://www.apache.org/licenses/LICENSE-2.0\n";
58 license << " *\n";
59 license << " * Unless required by applicable law or agreed to in writing, software\n";
60 license << " * distributed under the License is distributed on an \"AS IS\" BASIS,\n";
61 license << " * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n";
62 license << " * See the License for the specific language governing permissions and\n";
63 license << " * limitations under the License.\n";
64 license << " */\n\n";
65 Out(license.str());