From: W. Trevor King Date: Sun, 14 Apr 2013 18:18:38 +0000 (-0400) Subject: Run update-copyright.py X-Git-Tag: v0.1^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c26c944f75207077ba2ee93204942eefbbb482d1;p=ipython-irc.git Run update-copyright.py --- diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..76224e1 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,2 @@ +ipython-irc was written by: +W. Trevor King diff --git a/ipythonirc/__init__.py b/ipythonirc/__init__.py index 56ef5a3..bf2a2c8 100644 --- a/ipythonirc/__init__.py +++ b/ipythonirc/__init__.py @@ -1,4 +1,19 @@ -# Copyright +# Copyright (C) 2013 W. Trevor King +# +# This file is part of ipython-irc. +# +# ipython-irc is free software: you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free Software +# Foundation, either version 3 of the License, or (at your option) any later +# version. +# +# ipython-irc is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +# details. +# +# You should have received a copy of the GNU General Public License along with +# ipython-irc. If not, see . """An IRC iframe using webchat.freenode.net """ diff --git a/setup.py b/setup.py index 0d95595..251c137 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,19 @@ -# Copyright +# Copyright (C) 2013 W. Trevor King +# +# This file is part of ipython-irc. +# +# ipython-irc is free software: you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free Software +# Foundation, either version 3 of the License, or (at your option) any later +# version. +# +# ipython-irc is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +# details. +# +# You should have received a copy of the GNU General Public License along with +# ipython-irc. If not, see . "An IRC iframe using webchat.freenode.net"