From: Chris Koeritz Date: Sat, 18 Feb 2012 23:03:32 +0000 (-0500) Subject: updated headers, added cloud folders back into snarf notes, but this time X-Git-Tag: 2.140.90~1595 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=30cc5a45e285a9fb35f7dd416ff806c67580ea6b;p=feisty_meow.git updated headers, added cloud folders back into snarf notes, but this time we're not relying on any one else's cloud architecture, just a nice git repository. --- diff --git a/doc/headers/fmc_header.java b/doc/headers/fmc_header.java index 677b593f..32873023 100644 --- a/doc/headers/fmc_header.java +++ b/doc/headers/fmc_header.java @@ -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 ] ////////////// diff --git a/doc/headers/gnu_header.h b/doc/headers/gnu_header.h index 093b02e7..054630fa 100644 --- a/doc/headers/gnu_header.h +++ b/doc/headers/gnu_header.h @@ -14,13 +14,8 @@ //! brief description goes here. /*! detailed description goes here. +... */ -////////////// - -// class definition goes here....... - -////////////// - #endif diff --git a/scripts/archival/snarf_notes.pl b/scripts/archival/snarf_notes.pl index 1f58543b..7916eb2f 100644 --- a/scripts/archival/snarf_notes.pl +++ b/scripts/archival/snarf_notes.pl @@ -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"); ############################################################################