Rebrand pkg

This commit is contained in:
André Duffeck
2025-01-20 09:20:33 +01:00
parent c99cf22a10
commit 1fff27f281
15 changed files with 40 additions and 40 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ func DefaultApp(app *cli.App) *cli.App {
// author info
app.Authors = []*cli.Author{
{
Name: "ownCloud GmbH",
Email: "support@owncloud.com",
Name: "OpenCloud GmbH",
Email: "support@opencloud.eu",
},
}
+1 -1
View File
@@ -10,7 +10,7 @@ nested structs, but it will not allocate new pointers to structs.
## API
Full API docs are available on
[godoc.org](https://godoc.org/github.com/owncloud/ocis/ocis-pkg/config/envdecode).
[godoc.org](https://godoc.org/github.com/opencloud-eu/opencloud/pkg/config/envdecode).
Define a struct with `env` struct tags:
+2 -2
View File
@@ -23,10 +23,10 @@ var (
//Date = time.Now().Format("20060102")
Date = "dev"
// Legacy defines the old long 4 number ownCloud version needed for some clients
// Legacy defines the old long 4 number OpenCloud version needed for some clients
Legacy = "10.11.0.0"
// LegacyString defines the old ownCloud version needed for some clients
// LegacyString defines the old OpenCloud version needed for some clients
LegacyString = "10.11.0"
)