Skip to content

Commit 86d8790

Browse files
committed
📄 Attach license info in code
1 parent 67da19f commit 86d8790

File tree

134 files changed

+402
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+402
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2025 eat-pray-ai & OpenWaygate
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
FROM alpine:latest AS binary
25
ARG TARGETARCH
36

cmd/activity/activity.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2025 eat-pray-ai & OpenWaygate
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package activity
25

36
import (

cmd/activity/list.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2025 eat-pray-ai & OpenWaygate
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package activity
25

36
import (

cmd/auth.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2025 eat-pray-ai & OpenWaygate
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package cmd
25

36
import (

cmd/caption/caption.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2025 eat-pray-ai & OpenWaygate
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package caption
25

36
import (

cmd/caption/delete.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2025 eat-pray-ai & OpenWaygate
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package caption
25

36
import (

cmd/caption/download.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2025 eat-pray-ai & OpenWaygate
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package caption
25

36
import (

cmd/caption/insert.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2025 eat-pray-ai & OpenWaygate
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package caption
25

36
import (

cmd/caption/list.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2025 eat-pray-ai & OpenWaygate
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package caption
25

36
import (

cmd/caption/update.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2025 eat-pray-ai & OpenWaygate
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package caption
25

36
import (

0 commit comments

Comments
 (0)