Update copyright year

This commit is contained in:
Danilo Bargen 2021-10-16 13:06:28 +02:00
commit 9eca2fe5db
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Copyright (C) 2015-2020 Danilo Bargen and contributors
Copyright (C) 2015-2021 Danilo Bargen and contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in

View file

@ -1,6 +1,6 @@
//! An implementation of [tldr](https://github.com/tldr-pages/tldr) in Rust.
//
// Copyright (c) 2015-2020 tealdeer developers
// Copyright (c) 2015-2021 tealdeer developers
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license