Move from Minimalist Object Storage to Minio Cloud Storage

This commit is contained in:
Harshavardhana
2015-07-24 17:51:40 -07:00
parent 7aa4e70bb3
commit 63c9cf0c4b
101 changed files with 102 additions and 102 deletions

View File

@@ -1,5 +1,5 @@
/*
* Minimalist Object Storage, (C) 2015 Minio, Inc.
* Minio Cloud Storage, (C) 2015 Minio, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -110,7 +110,7 @@ func main() {
app.Version = getVersion()
app.Compiled = getVersion()
app.Author = "Minio.io"
app.Usage = "Minimalist Object Storage"
app.Usage = "Minio Cloud Storage"
app.Flags = flags
app.Commands = commands
app.Before = func(c *cli.Context) error {