diff --git a/NOTICE b/NOTICE index d5699a39f..488c200e7 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Mini Object Storage +Minimalist Object Storage Copyright 2014 Minio, Inc. This product includes software developed at Minio, Inc. diff --git a/buildscripts/checkdeps.sh b/buildscripts/checkdeps.sh index 6c15ef6e1..12e30a6fb 100644 --- a/buildscripts/checkdeps.sh +++ b/buildscripts/checkdeps.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Mini Object Storage, (C) 2015 Minio, Inc. +# Minimalist Object 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 7547fb4b6..ee0ec5a4e 100644 --- a/doc.go +++ b/doc.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2014 Minio, Inc. + * Minimalist Object 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 b9605c5b0..9b1349eea 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/api/api_bucket_handlers.go b/pkg/api/api_bucket_handlers.go index c90410710..bf38db716 100644 --- a/pkg/api/api_bucket_handlers.go +++ b/pkg/api/api_bucket_handlers.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/api/api_definitions.go b/pkg/api/api_definitions.go index bc42e4a99..5a5883cf3 100644 --- a/pkg/api/api_definitions.go +++ b/pkg/api/api_definitions.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2014 Minio, Inc. + * Minimalist Object 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/api/api_generic_handlers.go b/pkg/api/api_generic_handlers.go index 74ffdbbd6..f27726920 100644 --- a/pkg/api/api_generic_handlers.go +++ b/pkg/api/api_generic_handlers.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/api/api_object_handlers.go b/pkg/api/api_object_handlers.go index 5aafcb710..5976ea08a 100644 --- a/pkg/api/api_object_handlers.go +++ b/pkg/api/api_object_handlers.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/api/api_policy_handlers.go b/pkg/api/api_policy_handlers.go index 560a3ec13..d7d60f033 100644 --- a/pkg/api/api_policy_handlers.go +++ b/pkg/api/api_policy_handlers.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/api/api_response.go b/pkg/api/api_response.go index bf69f74da..4e0d4c3e8 100644 --- a/pkg/api/api_response.go +++ b/pkg/api/api_response.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/api/api_router.go b/pkg/api/api_router.go index 35449b1a5..04c6d45a1 100644 --- a/pkg/api/api_router.go +++ b/pkg/api/api_router.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2014 Minio, Inc. + * Minimalist Object 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/api/api_signature.go b/pkg/api/api_signature.go index d59fc4346..dd912d1b8 100644 --- a/pkg/api/api_signature.go +++ b/pkg/api/api_signature.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2014,2015 Minio, Inc. + * Minimalist Object Storage, (C) 2014,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/api/api_test.go b/pkg/api/api_test.go index 519d83963..08ea5a3a5 100644 --- a/pkg/api/api_test.go +++ b/pkg/api/api_test.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2014 Minio, Inc. + * Minimalist Object 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/api/config/config.go b/pkg/api/config/config.go index df29dd177..6197e1440 100644 --- a/pkg/api/config/config.go +++ b/pkg/api/config/config.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/api/config/config_test.go b/pkg/api/config/config_test.go index 6f0c58727..8741f9450 100644 --- a/pkg/api/config/config_test.go +++ b/pkg/api/config/config_test.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/api/contenttype.go b/pkg/api/contenttype.go index 111fd560b..406ef5d41 100644 --- a/pkg/api/contenttype.go +++ b/pkg/api/contenttype.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/api/errors.go b/pkg/api/errors.go index 68da5e837..64ccf59c6 100644 --- a/pkg/api/errors.go +++ b/pkg/api/errors.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/api/headers.go b/pkg/api/headers.go index 0d1b9a8e5..8d2bb5de1 100644 --- a/pkg/api/headers.go +++ b/pkg/api/headers.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/api/range.go b/pkg/api/range.go index 2f9c0e41c..b4a8cb319 100644 --- a/pkg/api/range.go +++ b/pkg/api/range.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/api/resources.go b/pkg/api/resources.go index 075529f4c..e40abe1c0 100644 --- a/pkg/api/resources.go +++ b/pkg/api/resources.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/api/web/web.go b/pkg/api/web/web.go index 5158f46b1..4728d374a 100644 --- a/pkg/api/web/web.go +++ b/pkg/api/web/web.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/encoding/erasure/cauchy_test.go b/pkg/encoding/erasure/cauchy_test.go index c60cea005..0dda870d6 100644 --- a/pkg/encoding/erasure/cauchy_test.go +++ b/pkg/encoding/erasure/cauchy_test.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2014 Minio, Inc. + * Minimalist Object 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/encoding/erasure/ctypes.go b/pkg/encoding/erasure/ctypes.go index 365c24481..d6c0240c0 100644 --- a/pkg/encoding/erasure/ctypes.go +++ b/pkg/encoding/erasure/ctypes.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2014 Minio, Inc. + * Minimalist Object 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/encoding/erasure/ec-common.h b/pkg/encoding/erasure/ec-common.h index 22d08f1ae..588274789 100644 --- a/pkg/encoding/erasure/ec-common.h +++ b/pkg/encoding/erasure/ec-common.h @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2014 Minio, Inc. + * Minimalist Object 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/encoding/erasure/ec-decode.c b/pkg/encoding/erasure/ec-decode.c index 5d86820dd..fdd178f7a 100644 --- a/pkg/encoding/erasure/ec-decode.c +++ b/pkg/encoding/erasure/ec-decode.c @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2014 Minio, Inc. + * Minimalist Object 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/encoding/erasure/ec-encode.c b/pkg/encoding/erasure/ec-encode.c index a0c262a18..797f4a990 100644 --- a/pkg/encoding/erasure/ec-encode.c +++ b/pkg/encoding/erasure/ec-encode.c @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2014 Minio, Inc. + * Minimalist Object 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/encoding/erasure/erasure_decode.go b/pkg/encoding/erasure/erasure_decode.go index acf49b7f1..8d79a5109 100644 --- a/pkg/encoding/erasure/erasure_decode.go +++ b/pkg/encoding/erasure/erasure_decode.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2014 Minio, Inc. + * Minimalist Object 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/encoding/erasure/erasure_encode.go b/pkg/encoding/erasure/erasure_encode.go index e4f631fc2..1a8301e42 100644 --- a/pkg/encoding/erasure/erasure_encode.go +++ b/pkg/encoding/erasure/erasure_encode.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2014 Minio, Inc. + * Minimalist Object 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/encoding/erasure/stdint.go b/pkg/encoding/erasure/stdint.go index e23d41a3c..72f6e86ae 100644 --- a/pkg/encoding/erasure/stdint.go +++ b/pkg/encoding/erasure/stdint.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2014 Minio, Inc. + * Minimalist Object 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/encoding/erasure/vandermonde_test.go b/pkg/encoding/erasure/vandermonde_test.go index 83ddb15db..50ea52fed 100644 --- a/pkg/encoding/erasure/vandermonde_test.go +++ b/pkg/encoding/erasure/vandermonde_test.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2014 Minio, Inc. + * Minimalist Object 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/httpserver/httpserver.go b/pkg/server/httpserver/httpserver.go index eeb3ae3ad..bace3b404 100644 --- a/pkg/server/httpserver/httpserver.go +++ b/pkg/server/httpserver/httpserver.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2014 Minio, Inc. + * Minimalist Object 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 2138865f6..5e4ad555c 100644 --- a/pkg/server/server.go +++ b/pkg/server/server.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2014 Minio, Inc. + * Minimalist Object 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/storage/donutstorage/donutstorage.go b/pkg/storage/donutstorage/donutstorage.go index a272259c4..57a34cf45 100644 --- a/pkg/storage/donutstorage/donutstorage.go +++ b/pkg/storage/donutstorage/donutstorage.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/storage/donutstorage/donutstorage_test.go b/pkg/storage/donutstorage/donutstorage_test.go index 7a11ab698..281046c67 100644 --- a/pkg/storage/donutstorage/donutstorage_test.go +++ b/pkg/storage/donutstorage/donutstorage_test.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/storage/file/file.go b/pkg/storage/file/file.go index a5463a804..71824d170 100644 --- a/pkg/storage/file/file.go +++ b/pkg/storage/file/file.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/storage/file/file_bucket.go b/pkg/storage/file/file_bucket.go index f36724bcb..5ac2b1ef0 100644 --- a/pkg/storage/file/file_bucket.go +++ b/pkg/storage/file/file_bucket.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/storage/file/file_common.go b/pkg/storage/file/file_common.go index 7e4b29ed0..c708fdae5 100644 --- a/pkg/storage/file/file_common.go +++ b/pkg/storage/file/file_common.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/storage/file/file_filter.go b/pkg/storage/file/file_filter.go index fa88fdba2..2f72f2c43 100644 --- a/pkg/storage/file/file_filter.go +++ b/pkg/storage/file/file_filter.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/storage/file/file_object.go b/pkg/storage/file/file_object.go index 7851ee2ba..970e2e372 100644 --- a/pkg/storage/file/file_object.go +++ b/pkg/storage/file/file_object.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/storage/file/file_policy.go b/pkg/storage/file/file_policy.go index 7c127811b..b762e52cc 100644 --- a/pkg/storage/file/file_policy.go +++ b/pkg/storage/file/file_policy.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/storage/file/file_test.go b/pkg/storage/file/file_test.go index 91e2c238d..ca9bbb088 100644 --- a/pkg/storage/file/file_test.go +++ b/pkg/storage/file/file_test.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/storage/memory/memory_test.go b/pkg/storage/memory/memory_test.go index 976bd770f..262842469 100644 --- a/pkg/storage/memory/memory_test.go +++ b/pkg/storage/memory/memory_test.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/storage/storage.go b/pkg/storage/storage.go index 97feaeb8d..cae83faed 100644 --- a/pkg/storage/storage.go +++ b/pkg/storage/storage.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/storage/storage_api_suite.go b/pkg/storage/storage_api_suite.go index 52b6d4bfc..157043ae3 100644 --- a/pkg/storage/storage_api_suite.go +++ b/pkg/storage/storage_api_suite.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/storage/storage_bucket_policy.go b/pkg/storage/storage_bucket_policy.go index 946d2fd0d..5af8cb030 100644 --- a/pkg/storage/storage_bucket_policy.go +++ b/pkg/storage/storage_bucket_policy.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/storage/storage_bucket_policy_compat.go b/pkg/storage/storage_bucket_policy_compat.go index 765bcbe52..10d83a862 100644 --- a/pkg/storage/storage_bucket_policy_compat.go +++ b/pkg/storage/storage_bucket_policy_compat.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/storage/storage_errors.go b/pkg/storage/storage_errors.go index a6ae8502d..6b580fd7f 100644 --- a/pkg/storage/storage_errors.go +++ b/pkg/storage/storage_errors.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/utils/checksum/crc32c/crc32c_darwin.go b/pkg/utils/checksum/crc32c/crc32c_darwin.go index f19526ef2..f657d003c 100644 --- a/pkg/utils/checksum/crc32c/crc32c_darwin.go +++ b/pkg/utils/checksum/crc32c/crc32c_darwin.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2014 Minio, Inc. + * Minimalist Object 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/cpu/cpu.c b/pkg/utils/cpu/cpu.c index b4f9832c0..afc7920b1 100644 --- a/pkg/utils/cpu/cpu.c +++ b/pkg/utils/cpu/cpu.c @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2014 Minio, Inc. + * Minimalist Object 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/cpu/cpu.go b/pkg/utils/cpu/cpu.go index eb3c58d99..d8903e2ae 100644 --- a/pkg/utils/cpu/cpu.go +++ b/pkg/utils/cpu/cpu.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2014 Minio, Inc. + * Minimalist Object 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/cpu/cpu_test.go b/pkg/utils/cpu/cpu_test.go index afc6e85a2..430188d6f 100644 --- a/pkg/utils/cpu/cpu_test.go +++ b/pkg/utils/cpu/cpu_test.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2014 Minio, Inc. + * Minimalist Object 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/crypto/keys/common.go b/pkg/utils/crypto/keys/common.go index 07d52b293..42410e004 100644 --- a/pkg/utils/crypto/keys/common.go +++ b/pkg/utils/crypto/keys/common.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/utils/crypto/keys/keys.go b/pkg/utils/crypto/keys/keys.go index ec6736212..bc111d94b 100644 --- a/pkg/utils/crypto/keys/keys.go +++ b/pkg/utils/crypto/keys/keys.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/utils/crypto/keys/keys_test.go b/pkg/utils/crypto/keys/keys_test.go index b283e36d5..fa8faee62 100644 --- a/pkg/utils/crypto/keys/keys_test.go +++ b/pkg/utils/crypto/keys/keys_test.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2015 Minio, Inc. + * Minimalist Object 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/utils/crypto/md5/md5.go b/pkg/utils/crypto/md5/md5.go index ad0e44c32..89656b074 100644 --- a/pkg/utils/crypto/md5/md5.go +++ b/pkg/utils/crypto/md5/md5.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2014 Minio, Inc. + * Minimalist Object 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/crypto/sha256/sha256block_linux.go b/pkg/utils/crypto/sha256/sha256block_linux.go index 3dec8873b..2ec326d62 100644 --- a/pkg/utils/crypto/sha256/sha256block_linux.go +++ b/pkg/utils/crypto/sha256/sha256block_linux.go @@ -1,7 +1,7 @@ // +build amd64 // -// Mini Object Storage, (C) 2015 Minio, Inc. +// Minimalist Object 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/utils/crypto/sha512/sha512block_linux.go b/pkg/utils/crypto/sha512/sha512block_linux.go index 34a272be4..85333557b 100644 --- a/pkg/utils/crypto/sha512/sha512block_linux.go +++ b/pkg/utils/crypto/sha512/sha512block_linux.go @@ -1,7 +1,7 @@ // +build amd64 // -// Mini Object Storage, (C) 2015 Minio, Inc. +// Minimalist Object 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/utils/split/split.go b/pkg/utils/split/split.go index a661ab186..b59d4bc0e 100644 --- a/pkg/utils/split/split.go +++ b/pkg/utils/split/split.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2014 Minio, Inc. + * Minimalist Object 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/split/split_test.go b/pkg/utils/split/split_test.go index 7d751b0c0..41d0701c3 100644 --- a/pkg/utils/split/split_test.go +++ b/pkg/utils/split/split_test.go @@ -1,5 +1,5 @@ /* - * Mini Object Storage, (C) 2014 Minio, Inc. + * Minimalist Object 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.