summaryrefslogtreecommitdiff
path: root/src/recorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/recorder.h')
-rw-r--r--src/recorder.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/recorder.h b/src/recorder.h
index 4a220166..faf3c76a 100644
--- a/src/recorder.h
+++ b/src/recorder.h
@@ -1,8 +1,8 @@
/*
- * Aethyra
- * Copyright (C) 2008 Aethyra Development Team
+ * A chat recorder
+ * Copyright (C) 2008 Lloyd Bryant <lloyd_bryant@netzero.net>
*
- * This file is part of Aethyra.
+ * This file is part of The Mana World.
*
* 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
@@ -45,4 +45,5 @@ class Recorder : public ButtonBoxListener
bool isRecording() {return (bool) mStream.is_open();}
virtual ~Recorder();
};
+
#endif