From 2fe4e6a7ac0f8aafe80555b91f3dec9190ad917f Mon Sep 17 00:00:00 2001 From: Ashley Nelson Date: Thu, 13 Jul 2023 16:45:34 -0700 Subject: Adding license header to new files (#5819) --- src/passes/stringify-walker.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/passes/stringify-walker.h') diff --git a/src/passes/stringify-walker.h b/src/passes/stringify-walker.h index a56a033d6..9563000d0 100644 --- a/src/passes/stringify-walker.h +++ b/src/passes/stringify-walker.h @@ -1,3 +1,19 @@ +/* + * Copyright 2023 WebAssembly Community Group participants + * + * 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 + * + * 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. + */ + #ifndef wasm_passes_stringify_walker_h #define wasm_passes_stringify_walker_h -- cgit v1.2.3