Ditch version.h; update copyright.

This commit is contained in:
Felicity Tarnell 2014-01-06 09:55:45 +00:00
parent aea9191844
commit 5d9a5f2794
7 changed files with 25 additions and 31 deletions

4
README
View file

@ -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 <http://www.rt.uk.eu.org/~river/pages/tts>.
details, see the website at <http://loreley.flyingparchment.org.uk/~felicity/pages/tts>.
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 <river@rt.uk.eu.org>.
Send questions/comments/bugs/patches to <felicity@loreley.flyingparchment.org.uk>.

View file

@ -1,14 +1,12 @@
#! /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 $
#
# ---
#
# This script will import entries from TTS into Bling, the Torchbox internal

36
configure vendored
View file

@ -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 <river@RT.UK.EU.ORG>.
# Report bugs to <felicity@loreley.flyingparchment.org.uk>.
#
#
# 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 <river@RT.UK.EU.ORG>.
Report bugs to <felicity@loreley.flyingparchment.org.uk>.
_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 <river@RT.UK.EU.ORG>."
Report bugs to <felicity@loreley.flyingparchment.org.uk>."
_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\\"

View file

@ -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])

View file

@ -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

6
tts.c
View file

@ -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 <inttypes.h>
#include "config.h"
#include "version.h"
#if defined HAVE_NCURSESW_CURSES_H
# include <ncursesw/curses.h>
@ -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;

View file

@ -1 +0,0 @@
#define TTS_VERSION "1.77-DEV"