Skip to content

Commit 4d55cec

Browse files
committed
docs: Update license
1 parent bf8bfa6 commit 4d55cec

File tree

3 files changed

+19
-16
lines changed

3 files changed

+19
-16
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changes
2+
3+
## 2019-08-03 v1.0.0
4+
5+
Decrease the size of the packed plural rules and forms
6+
7+
## 2019-08-03 v0.1.0
8+
9+
Upgrade CLDR data to the version 35.1
10+
11+
## 2018-11-05 v0.0.1
12+
13+
Initial release

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2019 Ferdinand Prantl
3+
Copyright (c) 2018-2022 Ferdinand Prantl
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+5-15
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# Plural Rules
2-
[![NPM version](https://badge.fury.io/js/plural-rules.png)](http://badge.fury.io/js/plural-rules)
3-
[![Build Status](https://travis-ci.org/prantlf/plural-rules.png)](https://travis-ci.org/prantlf/plural-rules)
4-
[![Coverage Status](https://coveralls.io/repos/github/prantlf/plural-rules/badge.svg?branch=master)](https://coveralls.io/github/prantlf/plural-rules?branch=master)
5-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/9f1034029c0747a980cd49f64f16338b)](https://www.codacy.com/app/prantlf/plural-rules?utm_source=github.com&utm_medium=referral&utm_content=prantlf/plural-rules&utm_campaign=Badge_Grade)
6-
[![Dependency Status](https://david-dm.org/prantlf/plural-rules.svg)](https://david-dm.org/prantlf/plural-rules)
7-
[![devDependency Status](https://david-dm.org/prantlf/plural-rules/dev-status.svg)](https://david-dm.org/prantlf/plural-rules#info=devDependencies)
8-
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
92

10-
[![NPM Downloads](https://nodei.co/npm/plural-rules.png?downloads=true&stars=true)](https://www.npmjs.com/package/plural-rules)
3+
[![Latest version](https://img.shields.io/npm/v/plural-rules)
4+
![Dependency status](https://img.shields.io/librariesio/release/npm/plural-rules)
5+
](https://www.npmjs.com/package/plural-rules)
6+
[![Coverage](https://codecov.io/gh/prantlf/plural-rules/branch/master/graph/badge.svg)](https://codecov.io/gh/prantlf/plural-rules)
117

128
Evaluates locale-specific plural rules to identify the right plural form for a cardinal number, which represents an item count. Internationalization libraries can utilize it to choose the right localized string.
139

@@ -95,15 +91,9 @@ You can read more about the [module loading](./docs/API.md#loading) in other env
9591

9692
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
9793

98-
## Release History
99-
100-
* 2019-08-03 v1.0.0 Decrease the size of the packed plural rules and forms
101-
* 2019-08-03 v0.1.0 Upgrade CLDR data to the version 35.1
102-
* 2018-11-05 v0.0.1 Initial release
103-
10494
## License
10595

106-
Copyright (c) 2018-2019 Ferdinand Prantl
96+
Copyright (c) 2018-2022 Ferdinand Prantl
10797

10898
Licensed under the MIT license.
10999

0 commit comments

Comments
 (0)