summaryrefslogtreecommitdiff
path: root/src/messages.h
diff options
context:
space:
mode:
authoralgernon <algernon>2001-02-15 21:49:44 +0000
committeralgernon <algernon>2001-02-15 21:49:44 +0000
commit5a7fd3898306914084526f72a3ce9ecadad33d55 (patch)
treea1339a6bf82d2d68624b6995d76f7969ea4f1e84 /src/messages.h
parent665b7e608d661acb0080dd66e3f24c7e25eec9b0 (diff)
downloadratpoison-5a7fd3898306914084526f72a3ce9ecadad33d55.zip
header cleanup & copyright blurb addition
Diffstat (limited to 'src/messages.h')
-rw-r--r--src/messages.h30
1 files changed, 26 insertions, 4 deletions
diff --git a/src/messages.h b/src/messages.h
index 22e70f1..8b1ef10 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -1,7 +1,28 @@
-#include "config.h"
+/* Ratpoison messages.
+ * Copyright (C) 2000, 2001 Shawn Betts
+ *
+ * This file is part of ratpoison.
+ *
+ * ratpoison 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, or (at your option)
+ * any later version.
+ *
+ * ratpoison 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 software; see the file COPYING. If not, write to
+ * the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
+ * Boston, MA 02111-1307 USA
+ */
+
+#ifndef _RATPOISON_MESSAGES_H
+#define _RATPOISON_MESSAGES_H 1
-#ifndef _MESSAGES_H
-#define _MESSAGES_H
+#include "config.h"
#define MESSAGE_NO_OTHER_WINDOW " No other window "
#define MESSAGE_NO_MANAGED_WINDOWS " No managed windows "
@@ -13,4 +34,5 @@
#define MESSAGE_PROMPT_COMMAND ":"
#define MESSAGE_PROMPT_SWITCH_WM " Switch to wm: "
#define MESSAGE_PROMPT_XTERM_COMMAND MESSAGE_PROMPT_SHELL_COMMAND TERM_PROG " -e "
-#endif
+
+#endif /* ! _RATPOISON_MESSAGES_H */