Skip to content

Commit bfdf2fe

Browse files
committed
Add SPDX license identifier to README.md
1 parent 1b3774e commit bfdf2fe

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Status
3131

3232
The API is stable and is not expected to change.
3333

34+
Version 2.0.0 and higher require Java 17 or higher and is modularized with
35+
module name `org.firebirdsql.decimal`. Version 1.0.2 requires Java 7 or higher,
36+
and declares the automatic module name `org.firebirdsql.decimal`.
37+
3438
Goals
3539
-----
3640

@@ -45,8 +49,6 @@ Specifically supported are byte representations of:
4549

4650
Other formats (arbitrary precision decimal) are not planned to be supported.
4751

48-
For the time being, the minimum supported Java version is Java 7.
49-
5052
Non-goals
5153
---------
5254

@@ -153,4 +155,4 @@ References
153155
- [The decNumber Library](http://speleotrove.com/decimal/decnumber.html)
154156
- [Firebird 4.0 Release Notes](https://www.firebirdsql.org/file/documentation/release_notes/html/en/4_0/rlsnotes40.html)
155157

156-
158+
SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)