diff --git a/search/fibonacci_search.cpp b/search/fibonacci_search.cpp index 067d8e636..dd1b06f11 100644 --- a/search/fibonacci_search.cpp +++ b/search/fibonacci_search.cpp @@ -1,5 +1,5 @@ /** - * Copyright 2020 @author sprintyaf + * @author sprintyaf * @file fibonacci_search.cpp * @brief [Fibonacci search * algorithm](https://en.wikipedia.org/wiki/Fibonacci_search_technique)