From 5a7fd3898306914084526f72a3ce9ecadad33d55 Mon Sep 17 00:00:00 2001 From: algernon Date: Thu, 15 Feb 2001 21:49:44 +0000 Subject: header cleanup & copyright blurb addition --- src/messages.h | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) (limited to 'src/messages.h') 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 */ -- cgit v1.2.3