diff --git a/capa/render/proto/capa.proto b/capa/render/proto/capa.proto index 50508bf5..2c0964c7 100644 --- a/capa/render/proto/capa.proto +++ b/capa/render/proto/capa.proto @@ -1,3 +1,17 @@ +// Copyright 2023 Google LLC +// +// 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. + syntax = "proto3"; package mandiant.capa; diff --git a/web/explorer/.eslintrc.cjs b/web/explorer/.eslintrc.cjs index 7845420a..b074d71f 100644 --- a/web/explorer/.eslintrc.cjs +++ b/web/explorer/.eslintrc.cjs @@ -1,3 +1,19 @@ +/** + * Copyright 2024 Google LLC + * + * 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. + */ + /* eslint-env node */ require("@rushstack/eslint-patch/modern-module-resolution"); diff --git a/web/explorer/index.html b/web/explorer/index.html index b8835594..3319e373 100644 --- a/web/explorer/index.html +++ b/web/explorer/index.html @@ -1,4 +1,20 @@ + + diff --git a/web/explorer/src/App.vue b/web/explorer/src/App.vue index 777ff327..e7d894ad 100644 --- a/web/explorer/src/App.vue +++ b/web/explorer/src/App.vue @@ -1,3 +1,19 @@ + +