From 3b240ed842f54b4d3094e6f4d10efdf997e79391 Mon Sep 17 00:00:00 2001 From: Ivan Vanderbyl Date: Mon, 13 Jun 2022 11:29:07 -0500 Subject: [PATCH] Update license header --- places.go | 4 ++++ places_test.go | 4 ++++ scripts/license.sh | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/places.go b/places.go index 5f5b235..8f483e0 100644 --- a/places.go +++ b/places.go @@ -1,3 +1,7 @@ +// Copyright 2021-present Airheart, Inc. All rights reserved. +// This source code is licensed under the Apache 2.0 license found +// in the LICENSE file in the root directory of this source tree. + package duffel import "context" diff --git a/places_test.go b/places_test.go index c1d5bb6..a350f67 100644 --- a/places_test.go +++ b/places_test.go @@ -1,3 +1,7 @@ +// Copyright 2021-present Airheart, Inc. All rights reserved. +// This source code is licensed under the Apache 2.0 license found +// in the LICENSE file in the root directory of this source tree. + package duffel import ( diff --git a/scripts/license.sh b/scripts/license.sh index c1106dd..8969c70 100755 --- a/scripts/license.sh +++ b/scripts/license.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env zsh # Copyright 2021-present Airheart, Inc. All rights reserved. # This source code is licensed under the Apache 2.0 license found # in the LICENSE file in the root directory of this source tree.