~ubuntu-branches/ubuntu/gutsy/nut/gutsy

« back to all changes in this revision

Viewing changes to drivers/etapro.h

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Quette
  • Date: 2007-01-16 10:42:36 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070116104236-il549l8x1wmogl3b
Tags: 2.0.5-1
* New upstream release (Closes: #406045, #380304, #399741)
* debian/rules:
  - replaces CHANGES by ChangeLog
  - replace the dummycons installation by dummy-ups
  - integrate the --with-htmlpath option
* debian/nut-cgi.docs: created to install data/html/README
* debian/nut.init: LSB compliance update
* debian/control: add lsb-base (>= 3.0-6) to Depends for LSB compliance

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* etapro.h - model specific routines for ETA UPS
 
2
 
 
3
   Copyright (C) 2002  Marek Michalkiewicz  <marekm@amelek.gda.pl>
 
4
 
 
5
   This program is free software; you can redistribute it and/or modify
 
6
   it under the terms of the GNU General Public License as published by
 
7
   the Free Software Foundation; either version 2 of the License, or
 
8
   (at your option) any later version.
 
9
 
 
10
   This program is distributed in the hope that it will be useful,
 
11
   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
   GNU General Public License for more details.
 
14
 
 
15
   You should have received a copy of the GNU General Public License
 
16
   along with this program; if not, write to the Free Software
 
17
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
18
 */
 
19
 
 
20
#define DRV_VERSION "0.03"