Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add license scan report and status #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Go library for working with recurrence rules for calendar dates.
[![Coverage Status](http://img.shields.io/coveralls/teambition/rrule-go.svg?style=flat-square)](https://coveralls.io/r/teambition/rrule-go)
[![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/teambition/rrule-go/master/LICENSE)
[![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/teambition/rrule-go)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fpatilakshay227%2Frrule-go.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fpatilakshay227%2Frrule-go?ref=badge_shield)

The rrule module offers a complete implementation of the recurrence rules documented in the [iCalendar
RFC](http://www.ietf.org/rfc/rfc2445.txt). It is a partial port of the rrule module from the excellent [python-dateutil](http://labix.org/python-dateutil/) library.
Expand Down Expand Up @@ -176,3 +177,6 @@ For more examples see [python-dateutil](http://labix.org/python-dateutil/) docum

Gear is licensed under the [MIT](https://github.com/teambition/gear/blob/master/LICENSE) license.
Copyright © 2017-2022 [Teambition](https://www.teambition.com).


[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fpatilakshay227%2Frrule-go.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fpatilakshay227%2Frrule-go?ref=badge_large)