[#4] Rename NeoFS mentions in comments and method names

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
Evgenii Stratonikov 2022-12-29 13:46:18 +03:00 committed by fyrchik
parent b204a62da1
commit 4ff9c00de3
75 changed files with 423 additions and 423 deletions

View file

@ -1,10 +1,10 @@
/*
Package version provides functionality for NeoFS versioning.
Package version provides functionality for FrostFS versioning.
NeoFS uses NeoFS API versioning scheme. It uses major and minor version of
FrostFS uses FrostFS API versioning scheme. It uses major and minor version of
the API.
In most of the cases it will be enough to use the latest supported NeoFS API
In most of the cases it will be enough to use the latest supported FrostFS API
version in SDK:
ver := version.Current()