Skip to content

Commit

Permalink
Add missing license headers (#3449)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortent authored Aug 9, 2022
1 parent 54075f7 commit fd748e1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dogfood/sitev2/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
// Copyright 2022 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.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions scripts/update-license.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ go run github.com/justinsb/addlicense@v1.0.1 \
--ignore "**/.expected/results.yaml" \
--ignore "**/testdata/**" \
--ignore "**/generated/**" \
--ignore "package-examples/cert-manager-basic/**" \
--ignore "package-examples/ghost/**" \
--ignore "package-examples/ingress-nginx/**" \
. 2>&1 | ( grep -v "skipping: " || true )

0 comments on commit fd748e1

Please sign in to comment.