summaryrefslogtreecommitdiffstats
path: root/nikola/plugins/task/copy_files.py
diff options
context:
space:
mode:
Diffstat (limited to 'nikola/plugins/task/copy_files.py')
-rw-r--r--nikola/plugins/task/copy_files.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/nikola/plugins/task/copy_files.py b/nikola/plugins/task/copy_files.py
index 1232248..26364d4 100644
--- a/nikola/plugins/task/copy_files.py
+++ b/nikola/plugins/task/copy_files.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-# Copyright © 2012-2015 Roberto Alsina and others.
+# Copyright © 2012-2020 Roberto Alsina and others.
# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
@@ -33,7 +33,6 @@ from nikola import utils
class CopyFiles(Task):
-
"""Copy static files into the output folder."""
name = "copy_files"