Skip to content

Commit

Permalink
Feat Copyright
Browse files Browse the repository at this point in the history
- [+] chore(main.go): add copyright notice for 2024 H0llyW00dzZ
- [+] chore(chat.go): add copyright notice for 2024 H0llyW00dzZ
- [+] chore(commands.go): add copyright notice for 2024 H0llyW00dzZ
- [+] chore(constant.go): add copyright notice for 2024 H0llyW00dzZ
- [+] chore(genai.go): add copyright notice for 2024 H0llyW00dzZ
- [+] chore(genai_embedding.go): add copyright notice for 2024 H0llyW00dzZ
- [+] chore(init.go): add copyright notice for 2024 H0llyW00dzZ
- [+] chore(session.go): add copyright notice for 2024 H0llyW00dzZ
- [+] chore(token_counter.go): add copyright notice for 2024 H0llyW00dzZ
  • Loading branch information
H0llyW00dzZ committed Jan 3, 2024
1 parent 0b4da66 commit c1b5e4c
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) 2024 H0llyW00dzZ

package main

import (
Expand Down
2 changes: 2 additions & 0 deletions terminal/chat.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) 2024 H0llyW00dzZ

package terminal

import (
Expand Down
2 changes: 2 additions & 0 deletions terminal/commands.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) 2024 H0llyW00dzZ

package terminal

import (
Expand Down
2 changes: 2 additions & 0 deletions terminal/constant.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) 2024 H0llyW00dzZ

package terminal

import "time"
Expand Down
2 changes: 2 additions & 0 deletions terminal/genai.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) 2024 H0llyW00dzZ

package terminal

import (
Expand Down
2 changes: 2 additions & 0 deletions terminal/genai_embedding.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) 2024 H0llyW00dzZ

package terminal

import (
Expand Down
2 changes: 2 additions & 0 deletions terminal/init.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) 2024 H0llyW00dzZ

package terminal

// apiKey holds the API key used for authenticating requests to the generative
Expand Down
2 changes: 2 additions & 0 deletions terminal/session.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) 2024 H0llyW00dzZ

package terminal

import (
Expand Down
2 changes: 2 additions & 0 deletions terminal/token_counter.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) 2024 H0llyW00dzZ

package terminal

import (
Expand Down

0 comments on commit c1b5e4c

Please sign in to comment.