Updated copyright blurbs in all files to '# Copyright'
[hooke.git] / hooke / util / graph.py
index c2302e06b79b4b7a4f441fc1c5bc59068f1b7f8c..227acce1de23721efafc70673400dfd6a76dd52e 100644 (file)
@@ -1,4 +1,4 @@
-# COPYRIGHT
+# Copyright
 
 """Define :class:`Graph`, a directed, acyclic graph structure.
 :class:`Graph`\s are composed of :class:`Node`\s, also defined by this