Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
574 changes: 373 additions & 201 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,4 @@ end

## License

Apache-2.0
MPL-2.0
2 changes: 1 addition & 1 deletion docker/wippy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization: userspace
module: docker
version: 0.4.12
description: Docker container management with contract-based API
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/userspace
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ Userspace components for user management, authentication, and service integratio

## License

Apache-2.0
MPL-2.0
2 changes: 1 addition & 1 deletion src/component/wippy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization: userspace
module: component
version: 0.4.9
description: Component service and registry for user-owned resources
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/userspace
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/contract/wippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization: userspace
module: contract
description: Base contracts for userspace components
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/userspace
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/credentials/wippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization: userspace
module: credentials
description: Secure credential storage with encryption and validation
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/userspace
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/docscout/wippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization: userspace
module: docscout
description: Document analysis and field extraction
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/userspace
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/kb9/wippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization: userspace
module: kb9
description: Knowledge base system with embedding and query support
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/userspace
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/knowledge/wippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization: userspace
module: knowledge
description: Knowledge system interface contracts
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/userspace
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/mcp/wippy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization: userspace
module: mcp
version: 0.4.12
description: Model Context Protocol client
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/userspace
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/oauth/wippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization: userspace
module: oauth
description: OAuth 2.0 connection management with PKCE support
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/userspace
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/scheduler/wippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization: userspace
module: scheduler
description: Task scheduling service with interval and cron support
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/userspace
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/uploads/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ Provides content_provider and resource_registry contract implementations:

## License

Apache-2.0
MPL-2.0
2 changes: 1 addition & 1 deletion src/uploads/wippy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization: userspace
module: uploads
version: 0.4.9
description: File upload handling with content processing and resource management
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/userspace
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/user/wippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization: userspace
module: users
description: User management and security tokens
license: Apache-2.0
license: MPL-2.0
repository: https://github.com/wippyai/userspace
homepage: https://wippy.ai
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/wippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
organization: userspace
module: userspace
description: Userspace components for user management and integrations
license: BSL-1.1
license: MPL-2.0
repository: https://github.com/wippyai/userspace
homepage: https://wippy.ai
keywords:
Expand Down