~ubuntu-branches/ubuntu/trusty/cvsd/trusty

« back to all changes in this revision

Viewing changes to cvsd.c

  • Committer: Bazaar Package Importer
  • Author(s): Arthur de Jong
  • Date: 2010-01-14 22:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100114220000-ydt3odkvl82bu28y
Tags: 1.0.18
* use simpler shell semantics in cvsd-buildroot to fix a problem with bash 4
  (LP: #474666)
* fix call to uname in the cvsd-buginfo script

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
   Copyright (C) 1999 Chris Black.
16
16
   Copyright (C) 2000 Philippe Kehl.
17
 
   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
18
 
                 Arthur de Jong.
 
17
   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
 
18
                 2010 Arthur de Jong.
19
19
 
20
20
   This program is free software; you can redistribute it and/or modify
21
21
   it under the terms of the GNU General Public License as published by
124
124
{
125
125
  fprintf(fp,"%s\n",PACKAGE_STRING);
126
126
  fprintf(fp,"Written by Chris Black, Philippe Kehl and Arthur de Jong.\n\n");
127
 
  fprintf(fp,"Copyright (C) 1999-2009 Chris Black, Philippe Kehl and Arthur de Jong.\n"
 
127
  fprintf(fp,"Copyright (C) 1999-2010 Chris Black, Philippe Kehl and Arthur de Jong.\n"
128
128
             "This is free software; see the source for copying conditions.  There is NO\n"
129
129
             "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
130
130
}