Skip to content

Commit 3b240ed

Browse files
committed
Update license header
1 parent 05822a1 commit 3b240ed

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

places.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2021-present Airheart, Inc. All rights reserved.
2+
// This source code is licensed under the Apache 2.0 license found
3+
// in the LICENSE file in the root directory of this source tree.
4+
15
package duffel
26

37
import "context"

places_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2021-present Airheart, Inc. All rights reserved.
2+
// This source code is licensed under the Apache 2.0 license found
3+
// in the LICENSE file in the root directory of this source tree.
4+
15
package duffel
26

37
import (

scripts/license.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/usr/bin/env zsh
22
# Copyright 2021-present Airheart, Inc. All rights reserved.
33
# This source code is licensed under the Apache 2.0 license found
44
# in the LICENSE file in the root directory of this source tree.

0 commit comments

Comments
 (0)