]> git.lyx.org Git - lyx.git/blobdiff - src/support/copy.C
If I ever see another licence blurb again, it'll be too soon...
[lyx.git] / src / support / copy.C
index 98ddc399a3177e04f500f06bcc73fbdea392176d..6d513216edc61d5d96efda913c42aaaaa172d0e1 100644 (file)
@@ -3,9 +3,9 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
@@ -19,7 +19,7 @@ using std::ifstream;
 using std::ofstream;
 using std::ios;
 
-bool lyx::copy(string const & from, string const & to)
+bool lyx::support::copy(string const & from, string const & to)
 {
        ifstream ifs(from.c_str());
        if (!ifs)