From 30cc5a45e285a9fb35f7dd416ff806c67580ea6b Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 18 Feb 2012 18:03:32 -0500 Subject: [PATCH] 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. --- doc/headers/fmc_header.java | 2 +- doc/headers/gnu_header.h | 7 +------ scripts/archival/snarf_notes.pl | 3 +-- 3 files changed, 3 insertions(+), 9 deletions(-) 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"); ############################################################################ -- 2.34.1