#523 - Polishing.

Update license headers. Slightly tweak readme.

Original pull request: #526.
This commit is contained in:
Mark Paluch
2019-08-16 14:30:24 +02:00
parent 991273005e
commit 484cd95f19
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# Spring Data MongoDB - Aggregations
This project contains usage samples for using MongoDB [Aggregations](https://docs.mongodb.com/manual/aggregation/)
showing both the programmatic and declarative approach for integrating an Aggregation Pipeline into the repository lay.
This project contains samples for using MongoDB [Aggregations](https://docs.mongodb.com/manual/aggregation/)
showing both the programmatic and declarative approach for integrating an Aggregation Pipeline into a repository.
## Programmatic

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2013-2018 the original author or authors.
* Copyright 2013-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2018 the original author or authors.
* Copyright 2014-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.