~ubuntu-branches/ubuntu/hardy/nagios-plugins/hardy-updates

« back to all changes in this revision

Viewing changes to plugins/check_ups.c

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-01-31 20:21:56 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080131202156-mllb6q934in9ebzo
Tags: 1.4.11-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Remove build-dep on libsnmp*-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
*               2004 Arnaud Quette <arnaud.quette@mgeups.com>
9
9
* Copyright (c) 2002-2006 nagios-plugins team
10
10
*
11
 
* Last Modified: $Date: 2007-05-09 10:16:33 +0100 (Wed, 09 May 2007) $
 
11
* Last Modified: $Date: 2007-10-25 21:43:04 +0100 (Thu, 25 Oct 2007) $
12
12
*
13
13
* Description:
14
14
*
33
33
* along with this program; if not, write to the Free Software
34
34
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
35
35
*
36
 
*  $Id: check_ups.c 1709 2007-05-09 09:16:33Z psychotrahe $
 
36
*  $Id: check_ups.c 1810 2007-10-25 20:43:04Z tonvoon $
37
37
*
38
38
******************************************************************************/
39
39
 
40
40
const char *progname = "check_ups";
41
 
const char *revision = "$Revision: 1709 $";
 
41
const char *revision = "$Revision: 1810 $";
42
42
const char *copyright = "2002-2006";
43
43
const char *email = "nagiosplug-devel@lists.sourceforge.net";
44
44
 
598
598
 
599
599
        print_revision (progname, revision);
600
600
 
601
 
        printf ("Copyright (c) 2000 Tom Shields");
 
601
        printf ("Copyright (c) 2000 Tom Shields\n");
602
602
        printf ("Copyright (c) 2004 Alain Richard <alain.richard@equation.fr>\n");
603
603
        printf ("Copyright (c) 2004 Arnaud Quette <arnaud.quette@mgeups.com>\n");
604
604
        printf (COPYRIGHT, copyright, email);