aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calmwm.c2
-rw-r--r--calmwm.h2
-rw-r--r--client.c2
-rw-r--r--conf.c2
-rw-r--r--font.c4
-rw-r--r--group.c2
-rw-r--r--kbfunc.c6
-rw-r--r--menu.c4
-rw-r--r--mousefunc.c8
-rw-r--r--screen.c2
-rw-r--r--search.c3
-rw-r--r--util.c2
-rw-r--r--xevents.c2
-rw-r--r--xmalloc.c2
-rw-r--r--xutil.c2
15 files changed, 26 insertions, 19 deletions
diff --git a/calmwm.c b/calmwm.c
index 8744ee9..f8ab1c1 100644
--- a/calmwm.c
+++ b/calmwm.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: calmwm.c,v 1.53 2010/04/12 16:17:46 oga Exp $
+ * $OpenBSD: calmwm.c,v 1.54 2011/05/11 13:53:51 okan Exp $
*/
#include <sys/param.h>
diff --git a/calmwm.h b/calmwm.h
index 4d805b9..d2218b6 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: calmwm.h,v 1.124 2011/05/07 17:15:37 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.125 2011/05/11 13:53:51 okan Exp $
*/
#ifndef _CALMWM_H_
diff --git a/client.c b/client.c
index d52eab9..8f24b57 100644
--- a/client.c
+++ b/client.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: client.c,v 1.81 2011/05/07 17:15:37 okan Exp $
+ * $OpenBSD: client.c,v 1.82 2011/05/11 13:53:51 okan Exp $
*/
#include <sys/param.h>
diff --git a/conf.c b/conf.c
index 1777a95..0536ac3 100644
--- a/conf.c
+++ b/conf.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: conf.c,v 1.78 2011/05/07 17:15:37 okan Exp $
+ * $OpenBSD: conf.c,v 1.79 2011/05/11 13:53:51 okan Exp $
*/
#include <sys/param.h>
diff --git a/font.c b/font.c
index 3a8ff0a..63d315b 100644
--- a/font.c
+++ b/font.c
@@ -1,5 +1,5 @@
/*
- * font.c - cwm font abstraction
+ * calmwm - the calm window manager
*
* Copyright (c) 2005 Marius Eriksen <marius@monkey.org>
*
@@ -14,6 +14,8 @@
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ *
+ * $OpenBSD: font.c,v 1.14 2011/05/11 13:53:51 okan Exp $
*/
#include <sys/param.h>
diff --git a/group.c b/group.c
index d185414..49b1900 100644
--- a/group.c
+++ b/group.c
@@ -16,7 +16,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: group.c,v 1.49 2011/02/13 17:25:20 tedu Exp $
+ * $OpenBSD: group.c,v 1.50 2011/05/11 13:53:51 okan Exp $
*/
#include <sys/param.h>
diff --git a/kbfunc.c b/kbfunc.c
index a9f14fc..ecdf5ed 100644
--- a/kbfunc.c
+++ b/kbfunc.c
@@ -1,7 +1,7 @@
/*
- * calmwm - the calm window manager
+ * calmwm - the calm window manager
*
- * Copyright (c) 2004 Martin Murray <mmurray@monkey.org>
+ * Copyright (c) 2004 Martin Murray <mmurray@monkey.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: kbfunc.c,v 1.52 2011/05/07 17:15:37 okan Exp $
+ * $OpenBSD: kbfunc.c,v 1.53 2011/05/11 13:53:51 okan Exp $
*/
#include <sys/param.h>
diff --git a/menu.c b/menu.c
index dd858d8..b2f980c 100644
--- a/menu.c
+++ b/menu.c
@@ -1,4 +1,6 @@
/*
+ * calmwm - the calm window manager
+ *
* Copyright (c) 2008 Owain G. Ainsworth <oga@openbsd.org>
* Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org>
*
@@ -13,6 +15,8 @@
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ *
+ * $OpenBSD: menu.c,v 1.27 2011/05/11 13:53:51 okan Exp $
*/
#include <sys/param.h>
diff --git a/mousefunc.c b/mousefunc.c
index 2f9b8f6..cb99a66 100644
--- a/mousefunc.c
+++ b/mousefunc.c
@@ -1,8 +1,8 @@
/*
- * calmwm - the calm window manager
+ * calmwm - the calm window manager
*
- * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org>
- * Copyright (c) 2008 rivo nurges <rix@estpak.ee>
+ * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org>
+ * Copyright (c) 2008 rivo nurges <rix@estpak.ee>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -16,7 +16,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: mousefunc.c,v 1.24 2011/05/07 17:15:37 okan Exp $
+ * $OpenBSD: mousefunc.c,v 1.25 2011/05/11 13:53:51 okan Exp $
*/
#include <sys/param.h>
diff --git a/screen.c b/screen.c
index 3ef4ccb..d33ed53 100644
--- a/screen.c
+++ b/screen.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: screen.c,v 1.27 2011/03/22 10:54:42 okan Exp $
+ * $OpenBSD: screen.c,v 1.28 2011/05/11 13:53:51 okan Exp $
*/
#include <sys/param.h>
diff --git a/search.c b/search.c
index df9ce80..79e1015 100644
--- a/search.c
+++ b/search.c
@@ -2,6 +2,7 @@
* calmwm - the calm window manager
*
* Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org>
+ *
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
@@ -14,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: search.c,v 1.22 2011/03/22 10:57:31 okan Exp $
+ * $OpenBSD: search.c,v 1.23 2011/05/11 13:53:51 okan Exp $
*/
#include <sys/param.h>
diff --git a/util.c b/util.c
index bdde1ae..6993984 100644
--- a/util.c
+++ b/util.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: util.c,v 1.12 2009/12/15 04:10:42 okan Exp $
+ * $OpenBSD: util.c,v 1.13 2011/05/11 13:53:51 okan Exp $
*/
#include <sys/param.h>
diff --git a/xevents.c b/xevents.c
index 5be8b6a..0432412 100644
--- a/xevents.c
+++ b/xevents.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: xevents.c,v 1.52 2011/05/06 19:39:44 oga Exp $
+ * $OpenBSD: xevents.c,v 1.53 2011/05/11 13:53:51 okan Exp $
*/
/*
diff --git a/xmalloc.c b/xmalloc.c
index e225a25..5f7603b 100644
--- a/xmalloc.c
+++ b/xmalloc.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: xmalloc.c,v 1.6 2009/12/15 04:10:42 okan Exp $
+ * $OpenBSD: xmalloc.c,v 1.7 2011/05/11 13:53:51 okan Exp $
*/
#include <sys/param.h>
diff --git a/xutil.c b/xutil.c
index 5e5940b..276bda2 100644
--- a/xutil.c
+++ b/xutil.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: xutil.c,v 1.34 2011/03/22 10:57:31 okan Exp $
+ * $OpenBSD: xutil.c,v 1.35 2011/05/11 13:53:51 okan Exp $
*/
#include <sys/param.h>