summaryrefslogtreecommitdiffstats
path: root/fastback.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fastback.cpp')
-rw-r--r--fastback.cpp29
1 files changed, 28 insertions, 1 deletions
diff --git a/fastback.cpp b/fastback.cpp
index 61e66e2..8f21a77 100644
--- a/fastback.cpp
+++ b/fastback.cpp
@@ -1,6 +1,33 @@
+/*
+ fastback.cpp
+ Copyright (C) 2009 Gavin Romig-Koch <gavin@redhat.com>
+ Copyright (C) 2009 Red Hat Inc.
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
+/*
+
+Fastback uploads a file to a pre-configurable place. Fastback can be
+configured to send files (core files, log files, sos reports, etc) to
+places like your company's helpdesk, or support provider so that when
+something goes wrong you can concentrate on sending the file, not on
+remembering where or how to send the file. Fastback can also be included
+in automated scripts for delivering files.
-/*
The file is named on the command line.
An option to the command will cause the file to be encrypted before upload, and the output of the command will include the encryption key used.