From 8eb6cfee6344a0e61511f1eb2e36a91c30854e1e Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Tue, 25 Oct 2011 15:54:39 -0500 Subject: [PATCH] kill cvs tags --- Makefile | 1 - baraction.sh | 1 - initscreen.sh | 1 - lib/Makefile | 2 -- lib/swm_hack.c | 1 - linux/Makefile | 2 -- linux/linux.c | 2 -- linux/util.h | 2 -- osx/Makefile | 2 -- osx/osx.c | 2 -- osx/osx.h | 2 -- release.sh | 1 - screenshot.sh | 1 - scrotwm.1 | 2 -- scrotwm.c | 1 - scrotwm.conf | 2 -- scrotwm_es.1 | 2 -- scrotwm_it.1 | 2 -- scrotwm_pt.1 | 2 -- scrotwm_ru.1 | 2 -- 20 files changed, 33 deletions(-) diff --git a/Makefile b/Makefile index af73051..42bccb5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,3 @@ -# $scrotwm$ .include PREFIX?=/usr/local diff --git a/baraction.sh b/baraction.sh index c4fe4c2..c3ac272 100644 --- a/baraction.sh +++ b/baraction.sh @@ -1,6 +1,5 @@ #!/bin/sh # -# $scrotwm$ print_date() { # The date is printed to the status bar by default. diff --git a/initscreen.sh b/initscreen.sh index 789afac..cf00463 100644 --- a/initscreen.sh +++ b/initscreen.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $scrotwm$ # # Example xrandr multiscreen init diff --git a/lib/Makefile b/lib/Makefile index e6b26dd..494d961 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,5 +1,3 @@ -# $scrotwm$ - .include PREFIX?=/usr/local diff --git a/lib/swm_hack.c b/lib/swm_hack.c index 52f2a5c..f90419e 100644 --- a/lib/swm_hack.c +++ b/lib/swm_hack.c @@ -1,4 +1,3 @@ -/* $scrotwm$ */ /* * Copyright (c) 2009 Marco Peereboom * Copyright (c) 2009 Ryan McBride diff --git a/linux/Makefile b/linux/Makefile index a7b7102..af41f8c 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -1,5 +1,3 @@ -# $scrotwm$ - CFLAGS+= -Wall -ggdb -D_GNU_SOURCE -I. CFLAGS+= -DSWM_LIB=\"$(LIBDIR)/libswmhack.so.$(LVERS)\" LDADD+= -lX11 -lXrandr -lXtst diff --git a/linux/linux.c b/linux/linux.c index 85f3016..99a76c2 100644 --- a/linux/linux.c +++ b/linux/linux.c @@ -1,5 +1,3 @@ -/* $scrotwm$ */ - #include #include diff --git a/linux/util.h b/linux/util.h index 3bc8a20..8955859 100644 --- a/linux/util.h +++ b/linux/util.h @@ -1,5 +1,3 @@ -/* $scrotwm$ */ - #define FPARSELN_UNESCESC 0x01 #define FPARSELN_UNESCCONT 0x02 #define FPARSELN_UNESCCOMM 0x04 diff --git a/osx/Makefile b/osx/Makefile index 9be08cf..7d16a6d 100644 --- a/osx/Makefile +++ b/osx/Makefile @@ -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 diff --git a/osx/osx.c b/osx/osx.c index 2726b74..3b22af3 100644 --- a/osx/osx.c +++ b/osx/osx.c @@ -1,5 +1,3 @@ -/* $scrotwm$ */ - #include #include diff --git a/osx/osx.h b/osx/osx.h index abde836..ef10f15 100644 --- 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 diff --git a/release.sh b/release.sh index d2048eb..fc6ee92 100644 --- a/release.sh +++ b/release.sh @@ -1,6 +1,5 @@ #!/bin/ksh # -# $scrotwm$ PREFIX=scrotwm- DIRS="lib linux osx" diff --git a/screenshot.sh b/screenshot.sh index 0fd4cbc..3a684ea 100644 --- a/screenshot.sh +++ b/screenshot.sh @@ -1,6 +1,5 @@ #!/bin/sh # -# $scrotwm$ screenshot() { case $1 in diff --git a/scrotwm.1 b/scrotwm.1 index 10c0d23..cb691c5 100644 --- a/scrotwm.1 +++ b/scrotwm.1 @@ -1,5 +1,3 @@ -.\" $scrotwm$ -.\" .\" Copyright (c) 2009 Marco Peereboom .\" Copyright (c) 2009 Darrin Chandler .\" diff --git a/scrotwm.c b/scrotwm.c index 55bf753..862077f 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -1,4 +1,3 @@ -/* $scrotwm$ */ /* * Copyright (c) 2009-2010-2011 Marco Peereboom * Copyright (c) 2009-2010-2011 Ryan McBride diff --git a/scrotwm.conf b/scrotwm.conf index d6dccf8..2bc0fcc 100644 --- a/scrotwm.conf +++ b/scrotwm.conf @@ -1,5 +1,3 @@ -# $scrotwm$ - # PLEASE READ THE MAN PAGE BEFORE EDITING THIS FILE! # http://opensource.conformal.com/cgi-bin/man-cgi?scrotwm diff --git a/scrotwm_es.1 b/scrotwm_es.1 index d32bfe7..9ae026f 100644 --- a/scrotwm_es.1 +++ b/scrotwm_es.1 @@ -1,5 +1,3 @@ -.\" $scrotwm$ -.\" .\" Copyright (c) 2009 Marco Peereboom .\" Copyright (c) 2009 Darrin Chandler .\" diff --git a/scrotwm_it.1 b/scrotwm_it.1 index 0dbf79c..5121be5 100644 --- a/scrotwm_it.1 +++ b/scrotwm_it.1 @@ -1,5 +1,3 @@ -.\" $scrotwm: scrotwm_it.1,v 1.1 2009/10/07 03:19:11 marco Exp $ -.\" .\" Copyright (c) 2009 Marco Peereboom .\" Copyright (c) 2009 Darrin Chandler .\" diff --git a/scrotwm_pt.1 b/scrotwm_pt.1 index 50a3f88..4534ade 100644 --- a/scrotwm_pt.1 +++ b/scrotwm_pt.1 @@ -1,5 +1,3 @@ -.\" $scrotwm$ -.\" .\" Copyright (c) 2009 Marco Peereboom .\" Copyright (c) 2009 Darrin Chandler .\" diff --git a/scrotwm_ru.1 b/scrotwm_ru.1 index ef91e5e..5925ff6 100644 --- a/scrotwm_ru.1 +++ b/scrotwm_ru.1 @@ -1,5 +1,3 @@ -.\" $scrotwm$ -.\" .\" Copyright (c) 2009 Marco Peereboom .\" Copyright (c) 2009 Darrin Chandler .\" -- 2.39.2