Update to 0.3.0 (New upstream + new RPC calls)
[novacoin.git] / src / util.cpp
index a05a7a5..0c31324 100644 (file)
@@ -1,7 +1,6 @@
 // Copyright (c) 2009-2010 Satoshi Nakamoto
 // Copyright (c) 2009-2012 The Bitcoin developers
 // Copyright (c) 2011-2012 The PPCoin developers
-// Copyright (c) 2012-2013 The NovaCoin developers
 // Distributed under the MIT/X11 software license, see the accompanying
 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
 
@@ -855,7 +854,7 @@ boost::filesystem::path GetDefaultDataDir()
 
     // Windows: C:\Documents and Settings\username\Application Data\NovaCoin
     // Mac: ~/Library/Application Support/NovaCoin
-    // Unix: ~/.novacoin
+    // Unix: ~/.ppcoin
 #ifdef WIN32
     // Windows
     return MyGetSpecialFolderPath(CSIDL_APPDATA, true) / "NovaCoin";