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

View File

@@ -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 <iostream> // for io operations