wmiirc-rumai

git clone git://oldgit.suckless.org/wmiirc-rumai/
Log | Files | Refs | README | LICENSE

commit b610119588d16132cd4c8fe2421474c0eebe4757
parent 837cc3cbe0c19a52f88cbba0d38cc08a6c2d182b
Author: Suraj N. Kurapati <sunaku@gmail.com>
Date:   Thu, 31 Aug 2006 18:02:53 -0700

[project @ c2df24a5ac3227f8eb6f68e9e1201707a58dc9ee]

[project @ 34]
add forgotten copyright notice

Diffstat:
IxpNode.rb | 19+++++++++++++++++++
Wmii.rb | 1-
2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/IxpNode.rb b/IxpNode.rb @@ -1,3 +1,22 @@ +=begin + Copyright 2006 Suraj N. Kurapati + Copyright 2006 Stephan Maka + + This program 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 2 + of the License, or (at your option) any later version. + + This program 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 this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +=end + $:.unshift File.join(File.dirname(__FILE__), 'ruby-ixp', 'lib') require 'ixp' diff --git a/Wmii.rb b/Wmii.rb @@ -1,6 +1,5 @@ =begin Copyright 2006 Suraj N. Kurapati - Copyright 2006 Stephan Maka This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License