From 5d9a5f27946ebcead710dc138b4fc3cc5880424c Mon Sep 17 00:00:00 2001 From: Felicity Tarnell Date: Mon, 6 Jan 2014 09:55:45 +0000 Subject: [PATCH] Ditch version.h; update copyright. --- README | 4 ++-- bling_import.pl | 6 ++---- configure | 36 ++++++++++++++++++------------------ configure.ac | 2 +- queue.h | 1 - tts.c | 6 ++---- version.h | 1 - 7 files changed, 25 insertions(+), 31 deletions(-) delete mode 100644 version.h diff --git a/README b/README index 7317884..39629c1 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ RT/TTS - Time-tracking software =============================== RT/TTS is a simple, text-based (curses) time-tracking application. For more -details, see the website at . +details, see the website at . RT/TTS has been tested on FreeBSD, NetBSD, Solaris, Cygwin and Linux, with the following caveats: @@ -21,4 +21,4 @@ TTS uses autoconf and can be built as follows: After starting with 'rttts', type '?' for help. -Send questions/comments/bugs/patches to . +Send questions/comments/bugs/patches to . diff --git a/bling_import.pl b/bling_import.pl index f5f8643..ed644df 100755 --- a/bling_import.pl +++ b/bling_import.pl @@ -1,13 +1,11 @@ #! /usr/bin/env perl -# RT/TTS - track your time. -# Copyright (c) 2012 River Tarnell. +# TTS - track your time. +# Copyright (c) 2014 Felicity Tarnell. # # Permission is granted to anyone to use this software for any purpose, # including commercial applications, and to alter it and redistribute it # freely. This software is provided 'as-is', without any express or implied # warranty. -# -# $Header: /cvsroot/rttts/bling_import.pl,v 1.4 2012/11/09 12:51:56 river Exp $ # # --- # diff --git a/configure b/configure index 3b977af..acd106b 100755 --- a/configure +++ b/configure @@ -1,8 +1,8 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for RT/TTS 1.0-DEV. +# Generated by GNU Autoconf 2.69 for RT/TTS 1.77-DEV. # -# Report bugs to . +# Report bugs to . # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -265,11 +265,11 @@ fi $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" $as_echo "$0: be upgraded to zsh 4.3.4 or later." else - $as_echo "$0: Please tell bug-autoconf@gnu.org and river@RT.UK.EU.ORG -$0: about your system, including any error possibly output -$0: before this message. Then install a modern shell, or -$0: manually run the script under such a shell if you do -$0: have one." + $as_echo "$0: Please tell bug-autoconf@gnu.org and +$0: felicity@loreley.flyingparchment.org.uk about your +$0: system, including any error possibly output before this +$0: message. Then install a modern shell, or manually run +$0: the script under such a shell if you do have one." fi exit 1 fi @@ -579,9 +579,9 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='RT/TTS' PACKAGE_TARNAME='rt-tts' -PACKAGE_VERSION='1.0-DEV' -PACKAGE_STRING='RT/TTS 1.0-DEV' -PACKAGE_BUGREPORT='river@RT.UK.EU.ORG' +PACKAGE_VERSION='1.77-DEV' +PACKAGE_STRING='RT/TTS 1.77-DEV' +PACKAGE_BUGREPORT='felicity@loreley.flyingparchment.org.uk' PACKAGE_URL='' ac_unique_file="tts.c" @@ -1191,7 +1191,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures RT/TTS 1.0-DEV to adapt to many kinds of systems. +\`configure' configures RT/TTS 1.77-DEV to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1252,7 +1252,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of RT/TTS 1.0-DEV:";; + short | recursive ) echo "Configuration of RT/TTS 1.77-DEV:";; esac cat <<\_ACEOF @@ -1275,7 +1275,7 @@ Some influential environment variables: Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. -Report bugs to . +Report bugs to . _ACEOF ac_status=$? fi @@ -1338,7 +1338,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -RT/TTS configure 1.0-DEV +RT/TTS configure 1.77-DEV generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1506,7 +1506,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by RT/TTS $as_me 1.0-DEV, which was +It was created by RT/TTS $as_me 1.77-DEV, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4051,7 +4051,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by RT/TTS $as_me 1.0-DEV, which was +This file was extended by RT/TTS $as_me 1.77-DEV, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4107,13 +4107,13 @@ $config_files Configuration headers: $config_headers -Report bugs to ." +Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -RT/TTS config.status 1.0-DEV +RT/TTS config.status 1.77-DEV configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index dd20f50..02c9713 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([RT/TTS], [1.0-DEV], [river@RT.UK.EU.ORG]) +AC_INIT([RT/TTS], [1.77-DEV], [felicity@loreley.flyingparchment.org.uk]) AC_CONFIG_SRCDIR([tts.c]) AC_CONFIG_HEADERS([config.h]) diff --git a/queue.h b/queue.h index e79744f..fc3c633 100644 --- a/queue.h +++ b/queue.h @@ -28,7 +28,6 @@ * * @(#)queue.h 8.5 (Berkeley) 8/20/94 * FreeBSD: release/9.0.0/sys/sys/queue.h 221843 2011-05-13 15:49:23Z mdf - * $Header: /cvsroot/rttts/queue.h,v 1.2 2012/11/06 21:52:32 river Exp $ */ #ifndef TTS_QUEUE_H diff --git a/tts.c b/tts.c index 8608c18..de9297b 100644 --- a/tts.c +++ b/tts.c @@ -1,13 +1,12 @@ /* * TTS - track your time. - * Copyright (c) 2012, 2013 River Tarnell. + * Copyright (c) 2012-2014 Felicity Tarnell. * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it * freely. This software is provided 'as-is', without any express or implied * warranty. */ -/* $Header: /cvsroot/rttts/tts.c,v 1.77 2013/04/24 11:22:13 river Exp $ */ #define __EXTENSIONS__ /* @@ -38,7 +37,6 @@ #include #include "config.h" -#include "version.h" #if defined HAVE_NCURSESW_CURSES_H # include @@ -1416,7 +1414,7 @@ void drawheader() { wmove(titwin, 0, 0); - waddstr(titwin, "TTS " TTS_VERSION " - Type '?' for help"); + waddstr(titwin, "TTS " PACKAGE_VERSION " - Type '?' for help"); if (itime > 0) { WCHAR str[128]; int h, m, s; diff --git a/version.h b/version.h deleted file mode 100644 index baa1b98..0000000 --- a/version.h +++ /dev/null @@ -1 +0,0 @@ -#define TTS_VERSION "1.77-DEV"