summary refs log tree commit diff
path: root/font.c
diff options
context:
space:
mode:
authorokan <okan>2011-05-11 13:53:51 +0000
committerokan <okan>2011-05-11 13:53:51 +0000
commitc8cd94882d79fe1d2601df7a7aafe08bad0f62f6 (patch)
treec62154a4892b310b432c585d8658cb5ccf0038cb /font.c
parent43450c8fd744b85aaed80da3f6132acfd4dafd8c (diff)
downloadcwm-c8cd94882d79fe1d2601df7a7aafe08bad0f62f6.tar.gz
cwm-c8cd94882d79fe1d2601df7a7aafe08bad0f62f6.tar.xz
cwm-c8cd94882d79fe1d2601df7a7aafe08bad0f62f6.zip
tag and comment cleanup; ok oga@
Diffstat (limited to 'font.c')
-rw-r--r--font.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/font.c b/font.c
index 3a8ff0a..47c7348 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$
  */
 
 #include <sys/param.h>