From 0e9585d080b8789ead0886adcac318671175543f Mon Sep 17 00:00:00 2001 From: Krishna Vedala <7001608+kvedala@users.noreply.github.com> Date: Wed, 8 Jul 2020 12:30:13 -0400 Subject: [PATCH] remove Copyright from docs --- data_structures/trie_modern.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_structures/trie_modern.cpp b/data_structures/trie_modern.cpp index c2eba30e0..470af07a4 100644 --- a/data_structures/trie_modern.cpp +++ b/data_structures/trie_modern.cpp @@ -1,7 +1,7 @@ /** * @file * - * Copyright 2020 @author Anmol3299 + * @author Anmol3299 * \brief A basic implementation of trie class to store only lower-case strings. */ #include // for io operations