From 9fc138f72a1e8da0584e94750bacf2150824e291 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20LAURENT?= <francois.laurent@pasteur.fr>
Date: Mon, 25 Apr 2022 13:18:00 +0200
Subject: [PATCH] copyright till 2022

---
 .gitignore | 2 ++
 LICENSE    | 2 +-
 README.md  | 4 ++--
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0f84bed..6ee053e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@
 *.jl.cov
 *.jl.mem
 /Manifest.toml
+/docs/*.toml
+/docs/build
diff --git a/LICENSE b/LICENSE
index 372aa58..f002a8a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2021 François Laurent, Institut Pasteur
+Copyright (c) 2021-2022 François Laurent, Institut Pasteur
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 4ff780e..21b681c 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
 
 [![Build Status](https://gitlab.pasteur.fr/Nyx/PlanarLarvae.jl/badges/main/pipeline.svg)](https://gitlab.pasteur.fr/Nyx/PlanarLarvae.jl/pipelines)
 [![Coverage](https://gitlab.pasteur.fr/Nyx/PlanarLarvae.jl/badges/main/coverage.svg)](https://gitlab.pasteur.fr/Nyx/PlanarLarvae.jl/commits/main)
-[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
-[![Documentation](https://img.shields.io/badge/docs-master-9cf.svg)](https://nyx.pages.pasteur.fr/planarlarvae.jl/)
+[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitlab.pasteur.fr/nyx/planarlarvae.jl/-/blob/main/LICENSE)
+[![Documentation](https://img.shields.io/badge/docs-main-9cf.svg)](http://nyx.pages.pasteur.fr/planarlarvae.jl/)
 
 
 This package features reading utilities for *spine* and *outline* files
-- 
GitLab