~ubuntu-branches/ubuntu/utopic/mongodb/utopic

« back to all changes in this revision

Viewing changes to distsrc/THIRD-PARTY-NOTICES

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-07-03 09:23:46 UTC
  • mfrom: (1.3.10) (44.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20140703092346-c5bvt46wnzougyly
Tags: 1:2.6.3-0ubuntu1
* New upstream stable release:
  - Dropped patches, included upstream:
    + 0003-All-platforms-but-Windows-find-hash-in-std-tr1.patch
    + 0008-Use-system-libstemmer.patch
    + 0011-Use-a-signed-char-to-store-BSONType-enumerations.patch
    + 0001-SERVER-12064-Atomic-operations-for-gcc-non-Intel-arc.patch
    + 0002-SERVER-12065-Support-ARM-and-AArch64-builds.patch
  - d/p/*: Refreshed/rebased remaining patches.
  - Use system provided libyaml-cpp:
    + d/control: Add libyaml-cpp-dev to BD's.
    + d/rules: Enable --with-system-yaml option.
    + d/p/fix-yaml-detection.patch: Fix detection of libyaml-cpp library.
  - d/mongodb-server.mongodb.upstart: Sync changes from upstream.
  - d/control,mongodb-dev.*: Drop mongodb-dev package; it has no reverse
    dependencies and upstream no longer install header files.
  - d/NEWS: Point users to upstream upgrade documentation for upgrades
    from 2.4 to 2.6.
* Merge from Debian unstable.
* d/control: BD on libv8-3.14-dev to ensure that transitioning to new v8
  versions is a explicit action due to changes in behaviour in >= 3.25
  (LP: #1295723).
* d/mongodb-server.prerm: Dropped debug echo call from maintainer script
  (LP: #1294455).

Show diffs side-by-side

added added

removed removed

Lines of Context:
264
264
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
265
265
 
266
266
 
267
 
6) License notice for SpiderMonkey 1.7
268
 
---------------------------------
269
 
For applicable files:
270
 
 
271
 
  Version: MPL 1.1/GPL 2.0/LGPL 2.1
272
 
 
273
 
  The contents of this file are subject to the Mozilla Public License Version
274
 
  1.1 (the "License"); you may not use this file except in compliance with
275
 
  the License. You may obtain a copy of the License at
276
 
  http://www.mozilla.org/MPL/
277
 
 
278
 
  Software distributed under the License is distributed on an "AS IS" basis,
279
 
  WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
280
 
  for the specific language governing rights and limitations under the
281
 
  License.
282
 
 
283
 
  The Original Code is Mozilla Communicator client code, released
284
 
  March 31, 1998.
285
 
 
286
 
  The Initial Developer of the Original Code is
287
 
  Netscape Communications Corporation.
288
 
  Portions created by the Initial Developer are Copyright (C) 1998
289
 
  the Initial Developer. All Rights Reserved.
290
 
 
291
 
  Contributor(s):
292
 
 
293
 
  Alternatively, the contents of this file may be used under the terms of
294
 
  either of the GNU General Public License Version 2 or later (the "GPL"),
295
 
  or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
296
 
  in which case the provisions of the GPL or the LGPL are applicable instead
297
 
  of those above. If you wish to allow use of your version of this file only
298
 
  under the terms of either the GPL or the LGPL, and not to allow others to
299
 
  use your version of this file under the terms of the MPL, indicate your
300
 
  decision by deleting the provisions above and replace them with the notice
301
 
  and other provisions required by the GPL or the LGPL. If you do not delete
302
 
  the provisions above, a recipient may use your version of this file under
303
 
  the terms of any one of the MPL, the GPL or the LGPL.
304
 
 
305
267
7) License notice for Linenoise
306
268
-------------------------------
307
269
 
407
369
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
408
370
POSSIBILITY OF SUCH DAMAGE.
409
371
 
410
 
 
 
372
11) License notice for yaml-cpp
 
373
Copyright (c) 2008 Jesse Beder.
 
374
 
 
375
Permission is hereby granted, free of charge, to any person obtaining a copy
 
376
of this software and associated documentation files (the "Software"), to deal
 
377
in the Software without restriction, including without limitation the rights
 
378
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 
379
copies of the Software, and to permit persons to whom the Software is
 
380
furnished to do so, subject to the following conditions:
 
381
 
 
382
The above copyright notice and this permission notice shall be included in
 
383
all copies or substantial portions of the Software.
 
384
 
 
385
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
386
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
387
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 
388
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
389
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 
390
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 
391
THE SOFTWARE.
411
392
 
412
393
End