~ubuntu-branches/ubuntu/trusty/judy/trusty

« back to all changes in this revision

Viewing changes to src/JudySL/JudySL.h

  • Committer: Bazaar Package Importer
  • Author(s): Troy Heber
  • Date: 2005-03-22 06:55:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050322065553-syjpkd48r4re18dn
Tags: 1.0.1-5

* Moving LGPL link in copyright back to LGPL-2.1
* Cleanup of debian/rules: removed explicit refs to 32-bit archs, removed
  unnecessary nostrip, using --man dir to install man pages, moving from
  dh_movefiles to dh_install.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef _JUDYSL_INCLUDED
2
 
#define _JUDYSL_INCLUDED
3
 
// _________________
4
 
//
5
 
// Copyright (C) 2000 - 2002 Hewlett-Packard Company
6
 
//
7
 
// This program is free software; you can redistribute it and/or modify it
8
 
// under the term of the GNU Lesser General Public License as published by the
9
 
// Free Software Foundation; either version 2 of the License, or (at your
10
 
// option) any later version.
11
 
//
12
 
// This program is distributed in the hope that it will be useful, but WITHOUT
13
 
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14
 
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
15
 
// for more details.
16
 
//
17
 
// You should have received a copy of the GNU Lesser General Public License
18
 
// along with this program; if not, write to the Free Software Foundation,
19
 
// Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
 
// _________________
21
 
 
22
 
// @(#) $Revision: 4.2 $ $Source: /judy/src/JudySL/JudySL.h $
23
 
//
24
 
// Header file for JudySL*() functions.
25
 
 
26
 
#include "JudyPrivate.h"
27
 
 
28
 
#endif // ! _JUDYSL_INCLUDED