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

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;