summaryrefslogtreecommitdiff
path: root/src/lib/upload_job.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/upload_job.h')
-rw-r--r--src/lib/upload_job.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/upload_job.h b/src/lib/upload_job.h
index ef9b6b451..afd5ebda4 100644
--- a/src/lib/upload_job.h
+++ b/src/lib/upload_job.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -18,12 +18,15 @@
*/
+
/** @file src/upload_job.h
* @brief A job to copy DCPs to a server using libcurl.
*/
+
#include "job.h"
+
class UploadJob : public Job
{
public: