Skip to content

Commit 7ad46bb

Browse files
committed
Fix references to cli default branch to use main.
1 parent 6e1722f commit 7ad46bb

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

ci/cli-v8/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resources:
3434
icon: console
3535
source:
3636
uri: https://github.com/cloudfoundry/cli
37-
branch: master
37+
branch: main
3838

3939
- name: cf-cli-binaries
4040
type: s3

ci/license/NOTICE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,28 @@ You may not use this project except in compliance with the License.
99

1010
Attribution notices:
1111

12-
This product includes software from https://github.com/cloudfoundry/cli/tree/master/vendor/code.cloudfoundry.org/gofileutils/fileutils that is:
12+
This product includes software from https://github.com/cloudfoundry/cli/tree/main/vendor/code.cloudfoundry.org/gofileutils/fileutils that is:
1313
Copyright (c) 2015-Present CloudFoundry.org Foundation, Inc. All Rights Reserved.
1414
Copyright (c) 2014-2015 Pivotal Software, Inc.
1515
and is licensed under the Apache License, Version 2.0.
1616

17-
This product includes software from https://github.com/code.cloudfoundry.org/cli/tree/master/vendor/code.cloudfoundry.org/ykk that is:
17+
This product includes software from https://github.com/code.cloudfoundry.org/cli/tree/main/vendor/code.cloudfoundry.org/ykk that is:
1818
Copyright (c) 2015-Present CloudFoundry.org Foundation, Inc. All Rights Reserved.
1919
and is licensed under the Apache License, Version 2.0.
2020

21-
This product includes software from https://github.com/code.cloudfoundry.org/cli/tree/master/vendor/code.cloudfoundry.org/cfnetworking-cli-api that is:
21+
This product includes software from https://github.com/code.cloudfoundry.org/cli/tree/main/vendor/code.cloudfoundry.org/cfnetworking-cli-api that is:
2222
Copyright (c) 2016-Present CloudFoundry.org Foundation, Inc. All Rights Reserved.
2323
and is licensed under the Apache License, Version 2.0.
2424

25-
This product includes software from https://github.com/cloudfoundry/cli/tree/master/vendor/github.com/cloudfoundry/cli-plugin-repo/web that is:
25+
This product includes software from https://github.com/cloudfoundry/cli/tree/main/vendor/github.com/cloudfoundry/cli-plugin-repo/web that is:
2626
Copyright (c) 2015-Present CloudFoundry.org Foundation, Inc. All Rights Reserved.
2727
Copyright (c) 2015 Pivotal Software, Inc.
2828
and is licensed under the Apache License, Version 2.0.
2929

30-
This product includes software from https://github.com/cloudfoundry/cli/tree/master/vendor/github.com/cloudfoundry/dropsonde that is:
30+
This product includes software from https://github.com/cloudfoundry/cli/tree/main/vendor/github.com/cloudfoundry/dropsonde that is:
3131
Copyright (c) 2014-2015 Pivotal Software, Inc.
3232
and is licensed under the Apache License, Version 2.0.
3333

34-
This product includes software from https://github.com/cloudfoundry/cli/tree/master/vendor/github.com/docker/docker/pkg/term that is:
34+
This product includes software from https://github.com/cloudfoundry/cli/tree/main/vendor/github.com/docker/docker/pkg/term that is:
3535
Copyright 2012-2016 Docker, Inc.
3636
and is licensed under the Apache License, Version 2.0.

0 commit comments

Comments
 (0)