diff --git a/NOTICE b/NOTICE index c6336c945..9d4cb12f1 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Minimalist Object Storage, (C) 2014,2015 Minio, Inc. +Minio Cloud Storage, (C) 2014,2015 Minio, Inc. This product includes software developed at Minio, Inc. (https://minio.io/). diff --git a/buildscripts/checkdeps.sh b/buildscripts/checkdeps.sh index 8f21655a9..a143a17c1 100644 --- a/buildscripts/checkdeps.sh +++ b/buildscripts/checkdeps.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# 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. diff --git a/cmd/donut/console.go b/cmd/donut/console.go index a6ef39808..c3caedddd 100644 --- a/cmd/donut/console.go +++ b/cmd/donut/console.go @@ -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. diff --git a/cmd/donut/disks.go b/cmd/donut/disks.go index 324aedaae..438054dd4 100644 --- a/cmd/donut/disks.go +++ b/cmd/donut/disks.go @@ -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. diff --git a/cmd/donut/main.go b/cmd/donut/main.go index 1c22efc92..9e5cbf992 100644 --- a/cmd/donut/main.go +++ b/cmd/donut/main.go @@ -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. diff --git a/cmd/donut/make.go b/cmd/donut/make.go index 3fb844419..7626793a4 100644 --- a/cmd/donut/make.go +++ b/cmd/donut/make.go @@ -1,7 +1,7 @@ // +build ignore /* - * Makefile alternative for Minimalist Object Storage, (C) 2015 Minio, Inc. + * Makefile alternative for 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. diff --git a/commands.go b/commands.go index 319a389ba..7a749c3cf 100644 --- a/commands.go +++ b/commands.go @@ -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. diff --git a/console.go b/console.go index a6ef39808..c3caedddd 100644 --- a/console.go +++ b/console.go @@ -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. diff --git a/doc.go b/doc.go index ee0ec5a4e..2a16d0f9b 100644 --- a/doc.go +++ b/doc.go @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/main.go b/main.go index ce6d887b0..b9dde4e6d 100644 --- a/main.go +++ b/main.go @@ -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 { diff --git a/make.go b/make.go index 593b7c941..5e3a87bdc 100644 --- a/make.go +++ b/make.go @@ -1,7 +1,7 @@ // +build ignore /* - * Makefile alternative for Minimalist Object Storage, (C) 2015 Minio, Inc. + * Makefile alternative for 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. diff --git a/pkg/auth/auth.go b/pkg/auth/auth.go index d15395378..5ce2a4025 100644 --- a/pkg/auth/auth.go +++ b/pkg/auth/auth.go @@ -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. diff --git a/pkg/auth/auth_test.go b/pkg/auth/auth_test.go index 4020cb041..3950f91cf 100644 --- a/pkg/auth/auth_test.go +++ b/pkg/auth/auth_test.go @@ -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. diff --git a/pkg/auth/common.go b/pkg/auth/common.go index e1428c2a3..78864cc5f 100644 --- a/pkg/auth/common.go +++ b/pkg/auth/common.go @@ -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. diff --git a/pkg/auth/config.go b/pkg/auth/config.go index 7613d54f8..12ace972b 100644 --- a/pkg/auth/config.go +++ b/pkg/auth/config.go @@ -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. diff --git a/pkg/controller/client.go b/pkg/controller/client.go index 4c4a4a13a..dc0f2c9b7 100644 --- a/pkg/controller/client.go +++ b/pkg/controller/client.go @@ -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. diff --git a/pkg/controller/rpc.go b/pkg/controller/rpc.go index 8e32a82fc..fc159186b 100644 --- a/pkg/controller/rpc.go +++ b/pkg/controller/rpc.go @@ -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. diff --git a/pkg/cpu/cpu.go b/pkg/cpu/cpu.go index 47c235d27..dbcecc179 100644 --- a/pkg/cpu/cpu.go +++ b/pkg/cpu/cpu.go @@ -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. diff --git a/pkg/cpu/cpu_test.go b/pkg/cpu/cpu_test.go index 249807e4e..8286413e9 100644 --- a/pkg/cpu/cpu_test.go +++ b/pkg/cpu/cpu_test.go @@ -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. diff --git a/pkg/crypto/md5/md5.go b/pkg/crypto/md5/md5.go index 89656b074..8bf3b7d42 100644 --- a/pkg/crypto/md5/md5.go +++ b/pkg/crypto/md5/md5.go @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/crypto/sha1/sha1_yasm_darwin.go b/pkg/crypto/sha1/sha1_yasm_darwin.go index 2f1d1e21e..78ddc5ad0 100644 --- a/pkg/crypto/sha1/sha1_yasm_darwin.go +++ b/pkg/crypto/sha1/sha1_yasm_darwin.go @@ -1,7 +1,7 @@ // !build amd64 /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/crypto/sha1/sha1_yasm_linux.go b/pkg/crypto/sha1/sha1_yasm_linux.go index 6d146574f..708e1d49d 100644 --- a/pkg/crypto/sha1/sha1_yasm_linux.go +++ b/pkg/crypto/sha1/sha1_yasm_linux.go @@ -1,7 +1,7 @@ // !build amd64 /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/crypto/sha1/sha1_yasm_windows.go b/pkg/crypto/sha1/sha1_yasm_windows.go index 735111717..770e71a44 100644 --- a/pkg/crypto/sha1/sha1_yasm_windows.go +++ b/pkg/crypto/sha1/sha1_yasm_windows.go @@ -1,7 +1,7 @@ // !build amd64 /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/crypto/sha1/sha1block_darwin.go b/pkg/crypto/sha1/sha1block_darwin.go index 434c34381..cb268e9ae 100644 --- a/pkg/crypto/sha1/sha1block_darwin.go +++ b/pkg/crypto/sha1/sha1block_darwin.go @@ -1,7 +1,7 @@ // +build amd64 /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/crypto/sha1/sha1block_linux.go b/pkg/crypto/sha1/sha1block_linux.go index 3e3d06b0d..346093ff7 100644 --- a/pkg/crypto/sha1/sha1block_linux.go +++ b/pkg/crypto/sha1/sha1block_linux.go @@ -1,7 +1,7 @@ // +build amd64 /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/crypto/sha1/sha1block_windows.go b/pkg/crypto/sha1/sha1block_windows.go index 434c34381..cb268e9ae 100644 --- a/pkg/crypto/sha1/sha1block_windows.go +++ b/pkg/crypto/sha1/sha1block_windows.go @@ -1,7 +1,7 @@ // +build amd64 /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/crypto/sha256/sha256_darwin.go b/pkg/crypto/sha256/sha256_darwin.go index e44b42522..2e6757dbf 100644 --- a/pkg/crypto/sha256/sha256_darwin.go +++ b/pkg/crypto/sha256/sha256_darwin.go @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/crypto/sha256/sha256_windows.go b/pkg/crypto/sha256/sha256_windows.go index ddb06ec61..1007388f0 100644 --- a/pkg/crypto/sha256/sha256_windows.go +++ b/pkg/crypto/sha256/sha256_windows.go @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/crypto/sha256/sha256block_linux.go b/pkg/crypto/sha256/sha256block_linux.go index 027677f06..6f05be338 100644 --- a/pkg/crypto/sha256/sha256block_linux.go +++ b/pkg/crypto/sha256/sha256block_linux.go @@ -1,7 +1,7 @@ // +build amd64 // -// 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. diff --git a/pkg/crypto/sha512/sha512_darwin.go b/pkg/crypto/sha512/sha512_darwin.go index 4a85211aa..01e9f4240 100644 --- a/pkg/crypto/sha512/sha512_darwin.go +++ b/pkg/crypto/sha512/sha512_darwin.go @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/crypto/sha512/sha512_windows.go b/pkg/crypto/sha512/sha512_windows.go index 751c7adff..3a7952f71 100644 --- a/pkg/crypto/sha512/sha512_windows.go +++ b/pkg/crypto/sha512/sha512_windows.go @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/crypto/sha512/sha512block_linux.go b/pkg/crypto/sha512/sha512block_linux.go index a7825a0c2..ab95b2823 100644 --- a/pkg/crypto/sha512/sha512block_linux.go +++ b/pkg/crypto/sha512/sha512block_linux.go @@ -1,7 +1,7 @@ // +build amd64 // -// 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. diff --git a/pkg/donut/bucket.go b/pkg/donut/bucket.go index 83e7e1e93..7befb7928 100644 --- a/pkg/donut/bucket.go +++ b/pkg/donut/bucket.go @@ -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. diff --git a/pkg/donut/cache/data/data.go b/pkg/donut/cache/data/data.go index a0b4215a2..56ccdd14c 100644 --- a/pkg/donut/cache/data/data.go +++ b/pkg/donut/cache/data/data.go @@ -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. diff --git a/pkg/donut/cache/data/data_test.go b/pkg/donut/cache/data/data_test.go index b7918f3db..71327f69b 100644 --- a/pkg/donut/cache/data/data_test.go +++ b/pkg/donut/cache/data/data_test.go @@ -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. diff --git a/pkg/donut/cache/metadata/metadata.go b/pkg/donut/cache/metadata/metadata.go index 3c841d830..8b2d6cce2 100644 --- a/pkg/donut/cache/metadata/metadata.go +++ b/pkg/donut/cache/metadata/metadata.go @@ -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. diff --git a/pkg/donut/cache/metadata/metadata_test.go b/pkg/donut/cache/metadata/metadata_test.go index ee126b689..7669ccd28 100644 --- a/pkg/donut/cache/metadata/metadata_test.go +++ b/pkg/donut/cache/metadata/metadata_test.go @@ -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. diff --git a/pkg/donut/common.go b/pkg/donut/common.go index eef8ebb20..0736ad437 100644 --- a/pkg/donut/common.go +++ b/pkg/donut/common.go @@ -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. diff --git a/pkg/donut/config.go b/pkg/donut/config.go index 255753976..deab470ee 100644 --- a/pkg/donut/config.go +++ b/pkg/donut/config.go @@ -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. diff --git a/pkg/donut/definitions.go b/pkg/donut/definitions.go index cce628274..7da3c4a44 100644 --- a/pkg/donut/definitions.go +++ b/pkg/donut/definitions.go @@ -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. diff --git a/pkg/donut/disk/disk.go b/pkg/donut/disk/disk.go index 48c45404c..270f0645b 100644 --- a/pkg/donut/disk/disk.go +++ b/pkg/donut/disk/disk.go @@ -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. diff --git a/pkg/donut/disk/disk_darwin.go b/pkg/donut/disk/disk_darwin.go index e5463639e..5a80549da 100644 --- a/pkg/donut/disk/disk_darwin.go +++ b/pkg/donut/disk/disk_darwin.go @@ -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. diff --git a/pkg/donut/disk/disk_linux.go b/pkg/donut/disk/disk_linux.go index 8f4e23b25..1e132f45e 100644 --- a/pkg/donut/disk/disk_linux.go +++ b/pkg/donut/disk/disk_linux.go @@ -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. diff --git a/pkg/donut/disk/disk_test.go b/pkg/donut/disk/disk_test.go index 8b82f137a..bdb5cf1ed 100644 --- a/pkg/donut/disk/disk_test.go +++ b/pkg/donut/disk/disk_test.go @@ -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. diff --git a/pkg/donut/disk/errors.go b/pkg/donut/disk/errors.go index 5129665e9..8acdb9153 100644 --- a/pkg/donut/disk/errors.go +++ b/pkg/donut/disk/errors.go @@ -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. diff --git a/pkg/donut/donut-v1.go b/pkg/donut/donut-v1.go index b93a745c6..26883c9ea 100644 --- a/pkg/donut/donut-v1.go +++ b/pkg/donut/donut-v1.go @@ -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. diff --git a/pkg/donut/donut-v1_test.go b/pkg/donut/donut-v1_test.go index 518c8786b..d288f927f 100644 --- a/pkg/donut/donut-v1_test.go +++ b/pkg/donut/donut-v1_test.go @@ -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. diff --git a/pkg/donut/donut-v2.go b/pkg/donut/donut-v2.go index c0a77afaf..2010e102c 100644 --- a/pkg/donut/donut-v2.go +++ b/pkg/donut/donut-v2.go @@ -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. diff --git a/pkg/donut/donut-v2_test.go b/pkg/donut/donut-v2_test.go index 825fb9125..3599984e2 100644 --- a/pkg/donut/donut-v2_test.go +++ b/pkg/donut/donut-v2_test.go @@ -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. diff --git a/pkg/donut/encoder.go b/pkg/donut/encoder.go index eea8d16ae..042bf60da 100644 --- a/pkg/donut/encoder.go +++ b/pkg/donut/encoder.go @@ -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. diff --git a/pkg/donut/errors.go b/pkg/donut/errors.go index f75d774bc..479202780 100644 --- a/pkg/donut/errors.go +++ b/pkg/donut/errors.go @@ -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. diff --git a/pkg/donut/heal.go b/pkg/donut/heal.go index acaaf39e2..ed4dad776 100644 --- a/pkg/donut/heal.go +++ b/pkg/donut/heal.go @@ -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. diff --git a/pkg/donut/interfaces.go b/pkg/donut/interfaces.go index 3470f8f2d..47ce03f14 100644 --- a/pkg/donut/interfaces.go +++ b/pkg/donut/interfaces.go @@ -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. diff --git a/pkg/donut/management.go b/pkg/donut/management.go index 4428f75e8..38b7ca023 100644 --- a/pkg/donut/management.go +++ b/pkg/donut/management.go @@ -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. diff --git a/pkg/donut/multipart.go b/pkg/donut/multipart.go index deb4fbd23..4dd826bac 100644 --- a/pkg/donut/multipart.go +++ b/pkg/donut/multipart.go @@ -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. diff --git a/pkg/donut/node.go b/pkg/donut/node.go index 3cab84667..1f02431f2 100644 --- a/pkg/donut/node.go +++ b/pkg/donut/node.go @@ -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. diff --git a/pkg/donut/signature-v4.go b/pkg/donut/signature-v4.go index ab942dcd9..34a855fc0 100644 --- a/pkg/donut/signature-v4.go +++ b/pkg/donut/signature-v4.go @@ -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. diff --git a/pkg/donut/split/split.go b/pkg/donut/split/split.go index 40ef19232..19d82ffe6 100644 --- a/pkg/donut/split/split.go +++ b/pkg/donut/split/split.go @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/donut/split/split_test.go b/pkg/donut/split/split_test.go index d86f840af..7fa87bbd4 100644 --- a/pkg/donut/split/split_test.go +++ b/pkg/donut/split/split_test.go @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/erasure/cauchy_test.go b/pkg/erasure/cauchy_test.go index 37f28c74c..3118ebebb 100644 --- a/pkg/erasure/cauchy_test.go +++ b/pkg/erasure/cauchy_test.go @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/erasure/ctypes.go b/pkg/erasure/ctypes.go index da04076fc..c3c043657 100644 --- a/pkg/erasure/ctypes.go +++ b/pkg/erasure/ctypes.go @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/erasure/ec_minio_decode.c b/pkg/erasure/ec_minio_decode.c index a40967024..c00464702 100644 --- a/pkg/erasure/ec_minio_decode.c +++ b/pkg/erasure/ec_minio_decode.c @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/erasure/ec_minio_encode.c b/pkg/erasure/ec_minio_encode.c index 8f90ef10a..57809c135 100644 --- a/pkg/erasure/ec_minio_encode.c +++ b/pkg/erasure/ec_minio_encode.c @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/erasure/erasure_decode.go b/pkg/erasure/erasure_decode.go index 91c42ce1b..f0f0ae78f 100644 --- a/pkg/erasure/erasure_decode.go +++ b/pkg/erasure/erasure_decode.go @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/erasure/erasure_encode.go b/pkg/erasure/erasure_encode.go index 98b326f3e..39a99416e 100644 --- a/pkg/erasure/erasure_encode.go +++ b/pkg/erasure/erasure_encode.go @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/erasure/stdint.go b/pkg/erasure/stdint.go index 72f6e86ae..bca665a21 100644 --- a/pkg/erasure/stdint.go +++ b/pkg/erasure/stdint.go @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/erasure/vandermonde_test.go b/pkg/erasure/vandermonde_test.go index 490830557..960779d91 100644 --- a/pkg/erasure/vandermonde_test.go +++ b/pkg/erasure/vandermonde_test.go @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/hash/crc32c/crc32c_darwin.go b/pkg/hash/crc32c/crc32c_darwin.go index f657d003c..acd9d396f 100644 --- a/pkg/hash/crc32c/crc32c_darwin.go +++ b/pkg/hash/crc32c/crc32c_darwin.go @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/hash/crc32c/crc32c_windows.go b/pkg/hash/crc32c/crc32c_windows.go index f657d003c..acd9d396f 100644 --- a/pkg/hash/crc32c/crc32c_windows.go +++ b/pkg/hash/crc32c/crc32c_windows.go @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/iodine/iodine.go b/pkg/iodine/iodine.go index c0b78583d..4f78f2eae 100644 --- a/pkg/iodine/iodine.go +++ b/pkg/iodine/iodine.go @@ -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. diff --git a/pkg/server/api/acl.go b/pkg/server/api/acl.go index a63b2a7bb..3e215638e 100644 --- a/pkg/server/api/acl.go +++ b/pkg/server/api/acl.go @@ -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. diff --git a/pkg/server/api/api.go b/pkg/server/api/api.go index 389ce63e8..5cd2cd967 100644 --- a/pkg/server/api/api.go +++ b/pkg/server/api/api.go @@ -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. diff --git a/pkg/server/api/bucket-handlers.go b/pkg/server/api/bucket-handlers.go index eb5911f88..51866a2c7 100644 --- a/pkg/server/api/bucket-handlers.go +++ b/pkg/server/api/bucket-handlers.go @@ -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. diff --git a/pkg/server/api/contenttype.go b/pkg/server/api/contenttype.go index bac5c625e..954f430fd 100644 --- a/pkg/server/api/contenttype.go +++ b/pkg/server/api/contenttype.go @@ -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. diff --git a/pkg/server/api/definitions.go b/pkg/server/api/definitions.go index 831062197..d8ac32679 100644 --- a/pkg/server/api/definitions.go +++ b/pkg/server/api/definitions.go @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/server/api/errors.go b/pkg/server/api/errors.go index e0003cbf9..f4c7b6638 100644 --- a/pkg/server/api/errors.go +++ b/pkg/server/api/errors.go @@ -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. diff --git a/pkg/server/api/generic-handlers.go b/pkg/server/api/generic-handlers.go index 374b2e3d5..b6afeed4f 100644 --- a/pkg/server/api/generic-handlers.go +++ b/pkg/server/api/generic-handlers.go @@ -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. diff --git a/pkg/server/api/headers.go b/pkg/server/api/headers.go index d7944e8fa..e8f4e6bd0 100644 --- a/pkg/server/api/headers.go +++ b/pkg/server/api/headers.go @@ -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. diff --git a/pkg/server/api/logging-handlers.go b/pkg/server/api/logging-handlers.go index e3242c9e6..1fe9e2101 100644 --- a/pkg/server/api/logging-handlers.go +++ b/pkg/server/api/logging-handlers.go @@ -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. diff --git a/pkg/server/api/object-handlers.go b/pkg/server/api/object-handlers.go index e51fb1bac..daab928de 100644 --- a/pkg/server/api/object-handlers.go +++ b/pkg/server/api/object-handlers.go @@ -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. diff --git a/pkg/server/api/range.go b/pkg/server/api/range.go index 414e7f39e..40fddc517 100644 --- a/pkg/server/api/range.go +++ b/pkg/server/api/range.go @@ -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. diff --git a/pkg/server/api/resources.go b/pkg/server/api/resources.go index 8b26721dc..fb5aea252 100644 --- a/pkg/server/api/resources.go +++ b/pkg/server/api/resources.go @@ -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. diff --git a/pkg/server/api/response.go b/pkg/server/api/response.go index dd3e35f1c..bb6aa5f11 100644 --- a/pkg/server/api/response.go +++ b/pkg/server/api/response.go @@ -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. diff --git a/pkg/server/api/signature.go b/pkg/server/api/signature.go index 220e79875..002da4360 100644 --- a/pkg/server/api/signature.go +++ b/pkg/server/api/signature.go @@ -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. diff --git a/pkg/server/api/utils.go b/pkg/server/api/utils.go index 12e4a5459..8bc26e4dc 100644 --- a/pkg/server/api/utils.go +++ b/pkg/server/api/utils.go @@ -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. diff --git a/pkg/server/api_donut_cache_test.go b/pkg/server/api_donut_cache_test.go index 190ddd7ea..5bb346997 100644 --- a/pkg/server/api_donut_cache_test.go +++ b/pkg/server/api_donut_cache_test.go @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/server/api_donut_test.go b/pkg/server/api_donut_test.go index bdb141258..22c6fc27f 100644 --- a/pkg/server/api_donut_test.go +++ b/pkg/server/api_donut_test.go @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/server/api_signature_v4_test.go b/pkg/server/api_signature_v4_test.go index 1ebb54f19..059b0a93b 100644 --- a/pkg/server/api_signature_v4_test.go +++ b/pkg/server/api_signature_v4_test.go @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/server/minhttp/http.go b/pkg/server/minhttp/http.go index 6c2d71467..ec794b6f8 100644 --- a/pkg/server/minhttp/http.go +++ b/pkg/server/minhttp/http.go @@ -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. diff --git a/pkg/server/minhttp/listen.go b/pkg/server/minhttp/listen.go index 08f649bc6..3f4ad0d71 100644 --- a/pkg/server/minhttp/listen.go +++ b/pkg/server/minhttp/listen.go @@ -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. diff --git a/pkg/server/minhttp/net.go b/pkg/server/minhttp/net.go index 7e954d8af..e79bbcb18 100644 --- a/pkg/server/minhttp/net.go +++ b/pkg/server/minhttp/net.go @@ -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. diff --git a/pkg/server/minhttp/net_test.go b/pkg/server/minhttp/net_test.go index 9abed21c7..45942b4cd 100644 --- a/pkg/server/minhttp/net_test.go +++ b/pkg/server/minhttp/net_test.go @@ -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. diff --git a/pkg/server/router.go b/pkg/server/router.go index 0a5113cd5..7a64bc666 100644 --- a/pkg/server/router.go +++ b/pkg/server/router.go @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/server/rpc/auth.go b/pkg/server/rpc/auth.go index 799c2f0d2..4cf2288e0 100644 --- a/pkg/server/rpc/auth.go +++ b/pkg/server/rpc/auth.go @@ -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. diff --git a/pkg/server/rpc/donut.go b/pkg/server/rpc/donut.go index 4754955ce..806f89346 100644 --- a/pkg/server/rpc/donut.go +++ b/pkg/server/rpc/donut.go @@ -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. diff --git a/pkg/server/rpc/server.go b/pkg/server/rpc/server.go index 935b91d96..be5ef425c 100644 --- a/pkg/server/rpc/server.go +++ b/pkg/server/rpc/server.go @@ -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. diff --git a/pkg/server/rpc/sysinfo.go b/pkg/server/rpc/sysinfo.go index a81cd920c..cc06ac402 100644 --- a/pkg/server/rpc/sysinfo.go +++ b/pkg/server/rpc/sysinfo.go @@ -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. diff --git a/pkg/server/rpc/version.go b/pkg/server/rpc/version.go index 7ced393eb..9ea831552 100644 --- a/pkg/server/rpc/version.go +++ b/pkg/server/rpc/version.go @@ -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. diff --git a/pkg/server/rpc_test.go b/pkg/server/rpc_test.go index 0dd8dc0e9..a847da0d1 100644 --- a/pkg/server/rpc_test.go +++ b/pkg/server/rpc_test.go @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/server/server.go b/pkg/server/server.go index 9e643a074..013426d4d 100644 --- a/pkg/server/server.go +++ b/pkg/server/server.go @@ -1,5 +1,5 @@ /* - * Minimalist Object Storage, (C) 2014 Minio, Inc. + * Minio Cloud Storage, (C) 2014 Minio, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pkg/utils/log/log.go b/pkg/utils/log/log.go index 7552094ad..9c77c1ff0 100644 --- a/pkg/utils/log/log.go +++ b/pkg/utils/log/log.go @@ -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.