Skip to content

Commit

Permalink
More obvious license and contact information in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Feb 25, 2020
1 parent 80bbecf commit 8c20d99
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions README.md
Expand Up @@ -117,6 +117,11 @@ long totalHitCount = result.getTotalHitCount();
List<Book> hits = result.getHits();
```

## License

This software and its documentation are distributed under the terms of the FSF Lesser GNU Public
License (see lgpl.txt).

## Getting started

A getting started guide is available
Expand All @@ -130,6 +135,20 @@ Fore more information, refer to the Hibernate Search website:
For offline use, distribution bundles downloaded from [SourceForge](https://sourceforge.net/projects/hibernate/files/hibernate-search/)
also include the reference documentation for the downloaded version in PDF and HTML format.

## Contact

### Latest Documentation

See <http://hibernate.org/search/documentation/>.

### Bug Reports

See the HSEARCH project on the Hibernate JIRA instance: <https://hibernate.atlassian.net/browse/HSEARCH>.

### Community Support

See <http://hibernate.org/community/>.

## Building from source

> git clone git@github.com:hibernate/hibernate-search.git
Expand Down Expand Up @@ -261,22 +280,4 @@ and do the work of converting between user entities and documents to be indexed.
* `reports`: Module built last, producing reports related to test coverage in particular.
* `util`: Various modules containing util classes, both for runtime and for tests.

## Contact

### Latest Documentation

See <http://hibernate.org/search/documentation/>.

### Bug Reports

See the HSEARCH project on the Hibernate JIRA instance: <https://hibernate.atlassian.net/browse/HSEARCH>.

### Community Support

See <http://hibernate.org/community/>.

## License

This software and its documentation are distributed under the terms of the FSF Lesser GNU Public
License (see lgpl.txt).

0 comments on commit 8c20d99

Please sign in to comment.