summaryrefslogtreecommitdiff
path: root/src/passes/stringify-walker.h
diff options
context:
space:
mode:
authorAshley Nelson <nashley@google.com>2023-07-13 16:45:34 -0700
committerGitHub <noreply@github.com>2023-07-13 16:45:34 -0700
commit2fe4e6a7ac0f8aafe80555b91f3dec9190ad917f (patch)
tree816ec4241252935ef9584181ebcbfd495bb1d96a /src/passes/stringify-walker.h
parent688d0beacf67697f4c73289c7eae57b8d973083f (diff)
downloadbinaryen-2fe4e6a7ac0f8aafe80555b91f3dec9190ad917f.tar.gz
binaryen-2fe4e6a7ac0f8aafe80555b91f3dec9190ad917f.tar.bz2
binaryen-2fe4e6a7ac0f8aafe80555b91f3dec9190ad917f.zip
Adding license header to new files (#5819)
Diffstat (limited to 'src/passes/stringify-walker.h')
-rw-r--r--src/passes/stringify-walker.h16
1 files changed, 16 insertions, 0 deletions
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