Add copyright
diff --git a/codespell.py b/codespell.py
index 09a5149..256371b 100755
--- a/codespell.py
+++ b/codespell.py
@@ -1,5 +1,8 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
+"""
+Copyright (C) 2010 Lucas De Marchi <lucas.de.marchi@gmail.com>
+"""
 
 import sys
 import re