updated headers, added cloud folders back into snarf notes, but this time
authorChris Koeritz <fred@gruntose.com>
Sat, 18 Feb 2012 23:03:32 +0000 (18:03 -0500)
committerChris Koeritz <fred@gruntose.com>
Sat, 18 Feb 2012 23:03:32 +0000 (18:03 -0500)
we're not relying on any one else's cloud architecture, just a nice git
repository.

doc/headers/fmc_header.java
doc/headers/gnu_header.h
scripts/archival/snarf_notes.pl

index 677b593f7e6b9d9ad3672ca3aa36d2415b595a1b..3287302338f84785a5f03ae06fda3978f9fa3596 100644 (file)
@@ -4,7 +4,7 @@
 // Author : Chris Koeritz
 // Rights : Copyright (c) 2012-$now By Feisty Meow Concerns, Ltd.
 //////////////
-// This script is free software; you can modify/redistribute it under the terms
+// This file is free software; you can modify/redistribute it under the terms
 // of the GNU General Public License. [ http://www.gnu.org/licenses/gpl.html ]
 // Feel free to send updates to: [ fred@feistymeow.org ]
 //////////////
index 093b02e7c35f082335f0b04759baeb0b183f17d5..054630fa6855184c8ac769b1f35f3e74f1f3faae 100644 (file)
 //! brief description goes here.
 /*!
   detailed description goes here.
+...
 */
 
-//////////////
-
-// class definition goes here.......
-
-//////////////
-
 #endif
 
index 1f58543bfbf19a0330695cc91a1e420f2df20a0c..7916eb2facc1f5e093cc82c7fe8482b07a3dc7a2 100644 (file)
@@ -51,8 +51,7 @@ local($snarf_file) = &snarf_name($snarf_file_base, $number);
 &snarf_by_pattern($snarf_file_base, "$root", "task");
 
 # backup additional folders we care about.
-###ubuntu one retired because of complete unreliability.
-#&snarf_by_pattern($snarf_file_base, "$root", "notes", "Ubuntu One");
+&snarf_by_pattern($snarf_file_base, "$root", "notes", "cloud");
 
 ############################################################################