summaryrefslogtreecommitdiff
path: root/offlineimap-runner.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-05-04 16:14:27 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-05-04 16:14:27 -0400
commit649bbc601edeb1ff405434bfd7c238e819c12943 (patch)
tree0c5e38a70f2eae1a00521edd095f41ce5850fbb3 /offlineimap-runner.sh
parent6449b6690d3f9f9c1bfec2360949f2aa6245f108 (diff)
Add copyright years to each file.
Diffstat (limited to 'offlineimap-runner.sh')
-rw-r--r--offlineimap-runner.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/offlineimap-runner.sh b/offlineimap-runner.sh
index 440b2bf..c22e776 100644
--- a/offlineimap-runner.sh
+++ b/offlineimap-runner.sh
@@ -1,4 +1,6 @@
#!/bin/bash
+# Copyright (C) 2013-2014 Luke Shumaker <lukeshu@sbcglobal.net>
+
# Run offline imap, but "parse" the output to generate a sane exit status
output_file="$(mktemp --tmpdir "${0##*/}.XXXXXXXXXX")"