From 7941fbc727ccf737d5b9dec8220d811fb1f2c63e Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Sun, 11 Feb 2018 00:58:53 +0100 Subject: [PATCH] Bump copyright year --- LICENSE-MIT | 2 +- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE-MIT b/LICENSE-MIT index ea8ae5c..2249a66 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,4 +1,4 @@ -Copyright (C) 2015-2016 Danilo Bargen and contributors +Copyright (C) 2015-2018 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 diff --git a/src/main.rs b/src/main.rs index 30b75c4..c40e62f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,6 @@ //! An implementation of [tldr](https://github.com/tldr-pages/tldr) in Rust. // -// Copyright (c) 2015-2016 tealdeer developers +// Copyright (c) 2015-2018 tealdeer developers // // Licensed under the Apache License, Version 2.0 or the MIT license