summaryrefslogtreecommitdiff
path: root/src/gui/recorder.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-02-04 01:14:28 +0100
committerIra Rice <irarice@gmail.com>2009-02-09 17:31:08 -0700
commitac468007930e8f9531403fbfb683903cfa263307 (patch)
tree09ed64e7b8c0f0d2cca7009f1a757a81336a14ef /src/gui/recorder.h
parente9df7438f734341bf7c906c33ac8a82a7733e204 (diff)
downloadMana-ac468007930e8f9531403fbfb683903cfa263307.tar.gz
Mana-ac468007930e8f9531403fbfb683903cfa263307.tar.bz2
Mana-ac468007930e8f9531403fbfb683903cfa263307.tar.xz
Mana-ac468007930e8f9531403fbfb683903cfa263307.zip
Fixed up the copyright headers
Decision is to go with exact authors when some file is basically done by one person, and in most other cases assign TMW or Aethyra team copyright when multiple people from those teams have been involved. Also, the first summary line should now contain the subset of functionality that the file is part of, not the name of the whole project.
Diffstat (limited to 'src/gui/recorder.h')
-rw-r--r--src/gui/recorder.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/recorder.h b/src/gui/recorder.h
index 707f08ab..4f41ff42 100644
--- a/src/gui/recorder.h
+++ b/src/gui/recorder.h
@@ -1,6 +1,6 @@
/*
- * 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.
*
@@ -72,4 +72,5 @@ class Recorder : public Window, public gcn::ActionListener
std::ofstream mStream;
};
+
#endif