Skip to content

Commit 9ce519b

Browse files
committed
Update license
1 parent ef92bae commit 9ce519b

File tree

6 files changed

+669
-7
lines changed

6 files changed

+669
-7
lines changed

LICENSE

Lines changed: 663 additions & 0 deletions
Large diffs are not rendered by default.

cmd/ask.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
2+
Copyright © 2023 Chandler <chandler@chand1012.dev>
33
*/
44
package cmd
55

@@ -19,7 +19,7 @@ var askCmd = &cobra.Command{
1919
Use: "ask",
2020
Short: "Ask ChatGPT a question from the command line.",
2121
Long: `Ask ChatGPT a question from the command line.
22-
22+
2323
If '-q' is not specified, the user will be prompted to enter a question.
2424
`,
2525
Run: func(cmd *cobra.Command, args []string) {

cmd/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
2+
Copyright © 2023 Chandler <chandler@chand1012.dev>
33
*/
44
package cmd
55

cmd/prompt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
2+
Copyright © 2023 Chandler <chandler@chand1012.dev>
33
*/
44
package cmd
55

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
2+
Copyright © 2023 Chandler <chandler@chand1012.dev>
33
*/
44
package cmd
55

main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
3-
2+
Copyright © 2023 Chandler <chandler@chand1012.dev>
43
*/
54
package main
65

0 commit comments

Comments
 (0)