diff options
| author | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2009-11-23 21:35:37 +0000 |
|---|---|---|
| committer | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2009-11-23 21:35:37 +0000 |
| commit | 4446a955b0a94020fd2f20418d07cf9b2e30f7fc (patch) | |
| tree | 276e530e26d5815583615696c60d25e652dd3c1d | |
| parent | 9e4882a1c017a88a7b79149206f8a0ea83bcb0e1 (diff) | |
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@2 9f8f72e9-4bf4-416e-b76e-7d4203597157
| -rw-r--r-- | COPYING | 8 | ||||
| -rw-r--r-- | HsBot.hs (renamed from Main.hs) | 0 | ||||
| -rw-r--r-- | Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
@@ -1,5 +1,5 @@ -SLoad (http://sload.buetow.org) is ... -... Copyright (c) 2009 by Dipl.-Inf. (FH) Paul C. Buetow +HsBot (http://hsbot.buetow.org) is ... +... Copyright (c) 2009 by Dipl.-Inform. (FH) Paul C. Buetow All rights reserved. Redistribution and use in source and binary forms, with or without @@ -10,8 +10,8 @@ modification, are permitted provided that the following conditions are met: notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of buetow.org nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. + be used to endorse or promote products derived from this software + without specific prior written permission. THIS SOFTWARE IS PROVIDED BY Paul Buetow ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED @@ -1,6 +1,6 @@ all: - ghc Main.hs -o karmabot + ghc HsBot.hs -o hsbot test: all - ./karmabot + ./hsbot |
