From c26c944f75207077ba2ee93204942eefbbb482d1 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 14 Apr 2013 14:18:38 -0400 Subject: [PATCH] Run update-copyright.py --- AUTHORS | 2 ++ ipythonirc/__init__.py | 17 ++++++++++++++++- setup.py | 17 ++++++++++++++++- 3 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 AUTHORS 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" -- 2.26.2