~ubuntu-branches/ubuntu/gutsy/libhdhomerun/gutsy

« back to all changes in this revision

Viewing changes to hdhomerun_control.h

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2007-07-17 09:08:05 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070717090805-3zk0nbh450t9q0zp
Tags: 0.20070716-0ubuntu1
* New upstream version (LP: #126420)
  - Introduces lightweight DHCP server
* Update license to LGPLv3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 *
4
4
 * Copyright � 2006 Silicondust Engineering Ltd. <www.silicondust.com>.
5
5
 *
6
 
 * This library is free software; you can redistribute it and/or
 
6
 * This library is free software; you can redistribute it and/or 
7
7
 * modify it under the terms of the GNU Lesser General Public
8
8
 * License as published by the Free Software Foundation; either
9
 
 * version 2.1 of the License, or (at your option) any later version.
 
9
 * version 3 of the License, or (at your option) any later version.
10
10
 *
11
11
 * This library is distributed in the hope that it will be useful,
12
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
14
 * Lesser General Public License for more details.
15
15
 *
16
16
 * You should have received a copy of the GNU Lesser General Public
17
 
 * License along with this library; if not, write to the Free Software
18
 
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
17
 * License along with this library.  If not, see <http://www.gnu.org/licenses/>.
19
18
 */
20
19
#ifdef __cplusplus
21
20
extern "C" {