~ubuntu-branches/ubuntu/precise/mythtv/precise-updates

« back to all changes in this revision

Viewing changes to mythtv/libs/libmythupnp/ssdp.cpp

  • Committer: Package Import Robot
  • Author(s): Mario Limonciello
  • Date: 2012-02-13 15:38:52 UTC
  • mfrom: (1.1.74)
  • Revision ID: package-import@ubuntu.com-20120213153852-kaot8hyndx7ojn5y
Tags: 2:0.25.0~master.20120214.ab4a02f-0ubuntu1
* debian/control.in:
  - BD on libcdio-paranoia-dev
  - Drop mythnetvision libmyth-python dependency.  It's already a dependency
    in mythtv-frontend (which is a dependency of mythnetvision)
* Drop 0.25_abi patch, upstream now.
* New upstream checkout (ab4a02f)
* >>Upstream changes since last upload (b4c909a):
* [ab4a02f] Bump core libraries version to 0.25
* [975a9f9] Bump plugin lib version to 0.25
* [9cdbaeb] Ensure searchtype and searchfor strings are set properly
  no matter how the RecordingRule was loaded.
* [2611243] Fix 'searchtype' string being set incorrectly by
  eliminating duplicate code. This string is set in
  RecordingRule::ToMap() which is called two lines earlier but there
  it's more intelligent and won't set the string to 'Unknown Search'
  when the rule isn't a search.
* [c1aadbb] Changed Licensing to GPL v2 or later.
* [36f1f1d] Added copyright/license info for gCompress

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
//                                                                            
7
7
// Copyright (c) 2005 David Blain <dblain@mythtv.org>
8
8
//                                          
9
 
// This library is free software; you can redistribute it and/or 
10
 
// modify it under the terms of the GNU Lesser General Public
11
 
// License as published by the Free Software Foundation; either
12
 
// version 2.1 of the License, or at your option any later version of the LGPL.
13
 
//
14
 
// This library is distributed in the hope that it will be useful,
15
 
// but WITHOUT ANY WARRANTY; without even the implied warranty of
16
 
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17
 
// Lesser General Public License for more details.
18
 
//
19
 
// You should have received a copy of the GNU Lesser General Public
20
 
// License along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
9
// Licensed under the GPL v2 or later, see COPYING for details                    
21
10
//
22
11
//////////////////////////////////////////////////////////////////////////////
23
12