JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
kill cvs tags
authorMarco Peereboom <marco@conformal.com>
Tue, 25 Oct 2011 20:54:39 +0000 (15:54 -0500)
committerMarco Peereboom <marco@conformal.com>
Tue, 25 Oct 2011 20:54:39 +0000 (15:54 -0500)
20 files changed:
Makefile
baraction.sh
initscreen.sh
lib/Makefile
lib/swm_hack.c
linux/Makefile
linux/linux.c
linux/util.h
osx/Makefile
osx/osx.c
osx/osx.h
release.sh
screenshot.sh
scrotwm.1
scrotwm.c
scrotwm.conf
scrotwm_es.1
scrotwm_it.1
scrotwm_pt.1
scrotwm_ru.1

index af73051..42bccb5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,3 @@
-# $scrotwm$
 .include <bsd.xconf.mk>
 
 PREFIX?=/usr/local
index c4fe4c2..c3ac272 100644 (file)
@@ -1,6 +1,5 @@
 #!/bin/sh
 #
-# $scrotwm$
 
 print_date() {
        # The date is printed to the status bar by default.
index 789afac..cf00463 100644 (file)
@@ -1,5 +1,4 @@
 #!/bin/sh
-# $scrotwm$
 #
 # Example xrandr multiscreen init
 
index e6b26dd..494d961 100644 (file)
@@ -1,5 +1,3 @@
-#      $scrotwm$
-
 .include <bsd.xconf.mk>
 
 PREFIX?=/usr/local
index 52f2a5c..f90419e 100644 (file)
@@ -1,4 +1,3 @@
-/* $scrotwm$ */
 /*
  * Copyright (c) 2009 Marco Peereboom <marco@peereboom.us>
  * Copyright (c) 2009 Ryan McBride <mcbride@countersiege.com>
index a7b7102..af41f8c 100644 (file)
@@ -1,5 +1,3 @@
-# $scrotwm$ 
-
 CFLAGS+= -Wall -ggdb -D_GNU_SOURCE -I.
 CFLAGS+= -DSWM_LIB=\"$(LIBDIR)/libswmhack.so.$(LVERS)\"
 LDADD+= -lX11 -lXrandr -lXtst
index 85f3016..99a76c2 100644 (file)
@@ -1,5 +1,3 @@
-/* $scrotwm$ */
-
 #include <sys/types.h>
 #include <sys/cdefs.h>
 
index 3bc8a20..8955859 100644 (file)
@@ -1,5 +1,3 @@
-/* $scrotwm$ */
-
 #define FPARSELN_UNESCESC      0x01
 #define FPARSELN_UNESCCONT     0x02
 #define FPARSELN_UNESCCOMM     0x04
index 9be08cf..7d16a6d 100644 (file)
@@ -1,5 +1,3 @@
-# $scrotwm$ 
-
 CFLAGS+= -O2 -Wall -ggdb -D_GNU_SOURCE -D__OSX__ -I.
 CFLAGS+= -DSWM_LIB=\"$(LIBDIR)/libswmhack.so.$(LVERS)\"
 LDADD+=  -L/usr/X11/lib/ -lX11 -lXrandr -lXtst
index 2726b74..3b22af3 100644 (file)
--- a/osx/osx.c
+++ b/osx/osx.c
@@ -1,5 +1,3 @@
-/* $scrotwm$ */
-
 #include <sys/types.h>
 #include <sys/cdefs.h>
 
index abde836..ef10f15 100644 (file)
--- a/osx/osx.h
+++ b/osx/osx.h
@@ -1,5 +1,3 @@
-/* $scrotwm$ */
-
 long long strtonum(const char *, long long, long long, const char **);
 
 #ifndef TAILQ_END
index d2048eb..fc6ee92 100644 (file)
@@ -1,6 +1,5 @@
 #!/bin/ksh
 #
-# $scrotwm$
 
 PREFIX=scrotwm-
 DIRS="lib linux osx"
index 0fd4cbc..3a684ea 100644 (file)
@@ -1,6 +1,5 @@
 #!/bin/sh
 #
-# $scrotwm$
 
 screenshot() {
        case $1 in
index 10c0d23..cb691c5 100644 (file)
--- a/scrotwm.1
+++ b/scrotwm.1
@@ -1,5 +1,3 @@
-.\"    $scrotwm$
-.\"
 .\" Copyright (c) 2009 Marco Peereboom <marco@peereboom.us>
 .\" Copyright (c) 2009 Darrin Chandler <dwchandler@stilyagin.com>
 .\"
index 55bf753..862077f 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -1,4 +1,3 @@
-/* $scrotwm$ */
 /*
  * Copyright (c) 2009-2010-2011 Marco Peereboom <marco@peereboom.us>
  * Copyright (c) 2009-2010-2011 Ryan McBride <mcbride@countersiege.com>
index d6dccf8..2bc0fcc 100644 (file)
@@ -1,5 +1,3 @@
-# $scrotwm$
-
 # PLEASE READ THE MAN PAGE BEFORE EDITING THIS FILE!
 # http://opensource.conformal.com/cgi-bin/man-cgi?scrotwm
 
index d32bfe7..9ae026f 100644 (file)
@@ -1,5 +1,3 @@
-.\"    $scrotwm$
-.\"
 .\" Copyright (c) 2009 Marco Peereboom <marco@peereboom.us>
 .\" Copyright (c) 2009 Darrin Chandler <dwchandler@stilyagin.com>
 .\"
index 0dbf79c..5121be5 100644 (file)
@@ -1,5 +1,3 @@
-.\"    $scrotwm: scrotwm_it.1,v 1.1 2009/10/07 03:19:11 marco Exp $
-.\"
 .\" Copyright (c) 2009 Marco Peereboom <marco@peereboom.us>
 .\" Copyright (c) 2009 Darrin Chandler <dwchandler@stilyagin.com>
 .\"
index 50a3f88..4534ade 100644 (file)
@@ -1,5 +1,3 @@
-.\"    $scrotwm$
-.\"
 .\" Copyright (c) 2009 Marco Peereboom <marco@peereboom.us>
 .\" Copyright (c) 2009 Darrin Chandler <dwchandler@stilyagin.com>
 .\"
index ef91e5e..5925ff6 100644 (file)
@@ -1,5 +1,3 @@
-.\"    $scrotwm$
-.\"
 .\" Copyright (c) 2009 Marco Peereboom <marco@peereboom.us>
 .\" Copyright (c) 2009 Darrin Chandler <dwchandler@stilyagin.com>
 .\"