db-mgr: add Rrset find/insert/modify/remove

Change-Id: I777d8d32c951f703a768e91344234cd5620b102f
diff --git a/src/ndns-tlv.hpp b/src/ndns-tlv.hpp
index c81c1a6..7c48920 100644
--- a/src/ndns-tlv.hpp
+++ b/src/ndns-tlv.hpp
@@ -3,18 +3,18 @@
  * Copyright (c) 2014, Regents of the University of California.
  *
  * This file is part of NDNS (Named Data Networking Domain Name Service).
- * See AUTHORS.md for complete list of NdnS authors and contributors.
+ * See AUTHORS.md for complete list of NDNS authors and contributors.
  *
- * NdnS is free software: you can redistribute it and/or modify it under the terms
+ * NDNS is free software: you can redistribute it and/or modify it under the terms
  * of the GNU General Public License as published by the Free Software Foundation,
  * either version 3 of the License, or (at your option) any later version.
  *
- * NdnS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
+ * NDNS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
  * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  * PURPOSE.  See the GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along with
- * NdnS, e.g., in COPYING.md file.  If not, see <http://www.gnu.org/licenses/>.
+ * NDNS, e.g., in COPYING.md file.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef NDNS_NDNS_TLV_HPP