remove Copyright from docs

This commit is contained in:
Krishna Vedala 2020-07-08 12:30:13 -04:00 committed by GitHub
parent 5baf1ad89f
commit 0e9585d080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* Copyright 2020 @author Anmol3299 * @author Anmol3299
* \brief A basic implementation of trie class to store only lower-case strings. * \brief A basic implementation of trie class to store only lower-case strings.
*/ */
#include <iostream> // for io operations #include <iostream> // for io operations