add references to online doc
[storage-units.git] / src / main / java / de / xn__ho_hia / utils / storage_unit / package-info.java
blob3e382951c1da3d86cf0acc4b2accdd9e98faf06d
1 /*
2 * This file is part of storage-units. It is subject to the license terms in the LICENSE file found in the top-level
3 * directory of this distribution and at http://creativecommons.org/publicdomain/zero/1.0/. No part of storage-units,
4 * including this file, may be copied, modified, propagated, or distributed except according to the terms contained
5 * in the LICENSE file.
6 */
7 /**
8 * Storage units according to ISO IEC 80000-13:2008.
10 * @see <a href="https://github.com/sebhoss/storage-units/blob/master/README.asciidoc">README</a>
11 * @see <a href="https://en.wikipedia.org/wiki/Binary_prefix">Binary prefixes</a>
12 * @see <a href="https://en.wikipedia.org/wiki/Metric_prefix#List_of_SI_prefixes">Metric prefixes</a>
13 * @see <a href="https://en.wikipedia.org/wiki/Binary_prefix#IEC_prefixes">IEC prefixes</a>
15 package de.xn__ho_hia.utils.storage_unit;