From 6ea598b157d8dfb3b6dbc5df05cdbafe7737130f Mon Sep 17 00:00:00 2001 From: spline Date: Sat, 12 Jan 2013 11:51:17 -0500 Subject: [PATCH] Updated header for copyright stuff. --- __init__.py | 8 ++++---- test.py | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/__init__.py b/__init__.py index de28c68..fde7715 100644 --- a/__init__.py +++ b/__init__.py @@ -1,6 +1,6 @@ -# coding=utf8 +# -*- coding: utf-8 -*- ### -# Copyright (c) 2011, Terje Hoås +# Copyright (c) 2011-2013, Terje Hoås, spline # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -42,7 +42,7 @@ import supybot.world as world __version__ = "" # XXX Replace this with an appropriate author or supybot.Author instance. -__author__ = supybot.Author('Terje Hoås', 'Hoaas', 'terjehoaas@gmail.com') +__author__ = supybot.Author('reticulatingspline', 'spline', 'spline') # This is a dictionary mapping supybot.Author instances to lists of # contributions. @@ -65,4 +65,4 @@ Class = plugin.Class configure = config.configure -# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: +# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=250: diff --git a/test.py b/test.py index bf7a23b..a503e13 100644 --- a/test.py +++ b/test.py @@ -1,6 +1,6 @@ -# coding=utf8 +# -*- coding: utf-8 -*- ### -# Copyright (c) 2011, Terje Hoås +# Copyright (c) 2011-2013, Terje Hoås, spline # All rights reserved. # # Redistribution and use in source and binary forms, with or without