Skip to content

Commit

Permalink
name and account change (#293)
Browse files Browse the repository at this point in the history
## Summary

## How was it tested?
  • Loading branch information
LucilleH authored Apr 9, 2024
1 parent 13ab7bb commit 485a0b9
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion cmd/envsec/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 Jetpack Technologies Inc and contributors. All rights reserved.
// Copyright 2024 Jetify Inc. and contributors. All rights reserved.
// Use of this source code is governed by the license in the LICENSE file.

package main
Expand Down
2 changes: 1 addition & 1 deletion internal/build/build.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Jetpack Technologies Inc and contributors. All rights reserved.
// Copyright 2024 Jetify Inc. and contributors. All rights reserved.
// Use of this source code is governed by the license in the LICENSE file.

package build
Expand Down
4 changes: 2 additions & 2 deletions internal/git/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func GitSubdirectory(wd string) (string, error) {

// github
// git format [email protected]:jetpack-io/opensource.git
// https format https://github.com/jetpack-io/opensource.git
// https format https://github.com/jetify-com/opensource.git

// bitbucket

Expand All @@ -44,7 +44,7 @@ func GitSubdirectory(wd string) (string, error) {

// gh format is same as git
//
// normalized: github.com/jetpack-io/opensource
// normalized: github.com/jetify-com/opensource
func normalizeGitRepoURL(repoURL string) string {
result := strings.TrimSpace(repoURL)
if strings.HasPrefix(result, "git@") {
Expand Down
2 changes: 1 addition & 1 deletion internal/tux/style.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 Jetpack Technologies Inc and contributors. All rights reserved.
// Copyright 2024 Jetify Inc. and contributors. All rights reserved.
// Use of this source code is governed by the license in the LICENSE file.

package tux
Expand Down
2 changes: 1 addition & 1 deletion internal/tux/tux.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 Jetpack Technologies Inc and contributors. All rights reserved.
// Copyright 2024 Jetify Inc. and contributors. All rights reserved.
// Use of this source code is governed by the license in the LICENSE file.

package tux
Expand Down
2 changes: 1 addition & 1 deletion pkg/envcli/auth.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Jetpack Technologies Inc and contributors. All rights reserved.
// Copyright 2024 Jetify Inc. and contributors. All rights reserved.
// Use of this source code is governed by the license in the LICENSE file.

package envcli
Expand Down
2 changes: 1 addition & 1 deletion pkg/envcli/download.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 Jetpack Technologies Inc and contributors. All rights reserved.
// Copyright 2024 Jetify Inc. and contributors. All rights reserved.
// Use of this source code is governed by the license in the LICENSE file.

package envcli
Expand Down
2 changes: 1 addition & 1 deletion pkg/envcli/exec.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 Jetpack Technologies Inc and contributors. All rights reserved.
// Copyright 2024 Jetify Inc. and contributors. All rights reserved.
// Use of this source code is governed by the license in the LICENSE file.

package envcli
Expand Down
2 changes: 1 addition & 1 deletion pkg/envcli/flags.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Jetpack Technologies Inc and contributors. All rights reserved.
// Copyright 2024 Jetify Inc. and contributors. All rights reserved.
// Use of this source code is governed by the license in the LICENSE file.

package envcli
Expand Down
2 changes: 1 addition & 1 deletion pkg/envcli/gen-docs.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Jetpack Technologies Inc and contributors. All rights reserved.
// Copyright 2024 Jetify Inc. and contributors. All rights reserved.
// Use of this source code is governed by the license in the LICENSE file.

package envcli
Expand Down
2 changes: 1 addition & 1 deletion pkg/envcli/ls.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 Jetpack Technologies Inc and contributors. All rights reserved.
// Copyright 2024 Jetify Inc. and contributors. All rights reserved.
// Use of this source code is governed by the license in the LICENSE file.

package envcli
Expand Down
2 changes: 1 addition & 1 deletion pkg/envcli/rm.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 Jetpack Technologies Inc and contributors. All rights reserved.
// Copyright 2024 Jetify Inc. and contributors. All rights reserved.
// Use of this source code is governed by the license in the LICENSE file.

package envcli
Expand Down
2 changes: 1 addition & 1 deletion pkg/envcli/root.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 Jetpack Technologies Inc and contributors. All rights reserved.
// Copyright 2024 Jetify Inc. and contributors. All rights reserved.
// Use of this source code is governed by the license in the LICENSE file.

package envcli
Expand Down
2 changes: 1 addition & 1 deletion pkg/envcli/root_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 Jetpack Technologies Inc and contributors. All rights reserved.
// Copyright 2024 Jetify Inc. and contributors. All rights reserved.
// Use of this source code is governed by the license in the LICENSE file.

package envcli
Expand Down
2 changes: 1 addition & 1 deletion pkg/envcli/set.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 Jetpack Technologies Inc and contributors. All rights reserved.
// Copyright 2024 Jetify Inc. and contributors. All rights reserved.
// Use of this source code is governed by the license in the LICENSE file.

package envcli
Expand Down
2 changes: 1 addition & 1 deletion pkg/envcli/upload.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 Jetpack Technologies Inc and contributors. All rights reserved.
// Copyright 2024 Jetify Inc. and contributors. All rights reserved.
// Use of this source code is governed by the license in the LICENSE file.

package envcli
Expand Down
2 changes: 1 addition & 1 deletion pkg/envcli/usage.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 Jetpack Technologies Inc and contributors. All rights reserved.
// Copyright 2024 Jetify Inc. and contributors. All rights reserved.
// Use of this source code is governed by the license in the LICENSE file.

package envcli
Expand Down
2 changes: 1 addition & 1 deletion pkg/envcli/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Jetpack Technologies Inc and contributors. All rights reserved.
// Copyright 2024 Jetify Inc. and contributors. All rights reserved.
// Use of this source code is governed by the license in the LICENSE file.

package envcli
Expand Down
2 changes: 1 addition & 1 deletion pkg/stores/ssmstore/parameter_store.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 Jetpack Technologies Inc and contributors. All rights reserved.
// Copyright 2024 Jetify Inc. and contributors. All rights reserved.
// Use of this source code is governed by the license in the LICENSE file.

package ssmstore
Expand Down
2 changes: 1 addition & 1 deletion pkg/stores/ssmstore/ssmstore.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 Jetpack Technologies Inc and contributors. All rights reserved.
// Copyright 2024 Jetify Inc. and contributors. All rights reserved.
// Use of this source code is governed by the license in the LICENSE file.

package ssmstore
Expand Down

0 comments on commit 485a0b9

Please sign in to comment.