Doc: add funding disclaimer for NGI/EU grant #112
4 changed files with 21 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -1,5 +1,10 @@
|
|||
.PHONY: doc
|
||||
|
||||
all:
|
||||
clear; cargo build
|
||||
|
||||
doc:
|
||||
cd doc/book; mdbook build
|
||||
|
||||
release:
|
||||
RUSTFLAGS="-C link-arg=-fuse-ld=lld -C target-cpu=x86-64 -C target-feature=+sse2" cargo build --release --no-default-features
|
||||
|
|
BIN
doc/book/src/img/eu-flag-logo.png
Normal file
BIN
doc/book/src/img/eu-flag-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
doc/book/src/img/ngi-logo.png
Normal file
BIN
doc/book/src/img/ngi-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
|
@ -111,3 +111,18 @@ Our code repository and issue tracker, which is the place where you should repor
|
|||
|
||||
Garage's source code, is released under the [AGPL v3 License](https://www.gnu.org/licenses/agpl-3.0.en.html).
|
||||
Please note that if you patch Garage and then use it to provide any service over a network, you must share your code!
|
||||
|
||||
# Funding
|
||||
|
||||
The Deuxfleurs association has received a grant promise to fund 3 people working on Garage for a year, from October 2021 to September 2022.
|
||||
|
||||
<div style="display: flex; justify-content: space-around">
|
||||
<a href="https://pointer.ngi.eu/">
|
||||
<img style="height:100px" src="img/ngi-logo.png" alt="NGI Pointer logo">
|
||||
</a>
|
||||
<a href="https://ec.europa.eu/programmes/horizon2020/what-horizon-2020">
|
||||
<img style="height:100px" src="img/eu-flag-logo.png" alt="EU flag logo">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
_This project has received funding from the European Union’s Horizon 2020 research and innovation programme within the framework of the NGI-POINTER Project funded under grant agreement No 871528._
|
||||
|
|
Loading…
Reference in a new issue