summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralgernon <algernon>2001-02-17 01:43:15 +0000
committeralgernon <algernon>2001-02-17 01:43:15 +0000
commitc018fca46e53345957a00ee30d96409e8fcaff1b (patch)
tree4e33c9f0d35adf26b7a478b1742f24c012a9818b
parent69f6de138ac7ec7cb8be9de3c584e82580dbb2ae (diff)
downloadratpoison-c018fca46e53345957a00ee30d96409e8fcaff1b.zip
copyright year update & stuff
-rw-r--r--src/actions.h24
1 files changed, 15 insertions, 9 deletions
diff --git a/src/actions.h b/src/actions.h
index ae5c616..f1229ca 100644
--- a/src/actions.h
+++ b/src/actions.h
@@ -1,22 +1,26 @@
-/*
- * Copyright (C) 2000 Shawn Betts
- *
- * This program is free software; you can redistribute it and/or modify
+/* Prototypes of all actions that can be performed with keystrokes.
+ * 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.
- *
- * This program is distributed in the hope that it will be useful,
+ *
+ * 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 */
+ * Boston, MA 02111-1307 USA
+ */
-/* Prototypes of all actions that can be performed with keystrokes. */
+#ifndef _RATPOISON_ACTIONS_H
+#define _RATPOISON_ACTIONS_H 1
#define MAX_COMMAND_LENGTH 100
#define MAX_ARGS_LENGTH 100
@@ -57,3 +61,5 @@ void show_version (void *data);
void xterm_command (void *data);
extern rp_action key_actions[];
+
+#endif /* ! _RATPOISON_ACTIONS_H */