search for: gplv2+

Displaying 20 results from an estimated 173 matches for "gplv2+".

2016 Jan 04
3
[PATCH 0/3] podwrapper: Generate consistent WARNING sections (RHBZ#1293527).
Fix for: https://bugzilla.redhat.com/show_bug.cgi?id=1293527 Note that patches 2/3 and 3/3 are dependent on each other, ie. applying 2/3 on its own will break the build. So I may combine these when applying the series. Rich.
2015 Sep 26
8
CentOS 6 - Support for CanoScan LiDE 210
...lled Packages Name : libsane-hpaio Arch : x86_64 Version : 3.14.6 Release : 3.el6 Size : 148 k Repo : installed From repo : base Summary : SANE driver for scanners in HP's multi-function devices URL : http://hplip.sourceforge.net/ License : GPLv2+ Description : SANE driver for scanners in HP's multi-function devices (from HPOJ). Now I connected CanoScan LiDE 210 Scanner via USB cable to my CentOS 6 workstation. # dmesg | tail --lines=15 ... usb 3-1: new high speed USB device number 8 using xhci_hcd usb 3-1: New USB device found, idV...
2015 Oct 22
2
[PATCH 1/2] build: isolate common po-docs logic
...he tarball, at a small cost in extra -# size. -EXTRA_DIST = \ - $(MANPAGES) \ - $(podfiles) - -all-local: $(MANPAGES) - -guestfs.3: guestfs.pod guestfs-actions.pod guestfs-availability.pod guestfs-structs.pod - $(PODWRAPPER) \ - --no-strict-checks \ - --man $@ \ - --section 3 \ - --license LGPLv2+ \ - --insert $(srcdir)/guestfs-actions.pod:__ACTIONS__ \ - --insert $(srcdir)/guestfs-availability.pod:__AVAILABILITY__ \ - --insert $(srcdir)/guestfs-structs.pod:__STRUCTS__ \ - $< - -guestfish.1: guestfish.pod guestfish-actions.pod guestfish-commands.pod guestfish-prepopts.pod - $(POD...
2019 Nov 28
4
[PATCH v2 0/3] options: Describe --key SELECTOR in a single file.
v1 was here: https://www.redhat.com/archives/libguestfs/2019-November/msg00271.html In v2 I just updated the way paths are handled. Note this series requires the following patch to common which adds the common/options/key-option.pod file: https://www.redhat.com/archives/libguestfs/2019-November/msg00269.html Rich.
2019 Nov 26
4
[PATCH libguestfs 0/3] options: Describe --key SELECTOR in a single file.
The libguestfs part of this change. Also a virt-v2v part will be needed. The first patch adds a new feature to podwrapper so that we can use __INCLUDE:file__ directives within the POD itself (instead of using --insert, and one day replacing that). The second patch shows how this change could be used for the included parts of the guestfish man page, including the non-English pages under
2017 Oct 29
2
License Question
Hi, Sorry for writing so many messages. I am doing a license review for syslinux in Debian and I've stumbled on the following files: * efi/console.c * efi/derivative.c * efi/diskio.c * efi/main.c * efi/mem.c * efi/pxe.c * efi/tcp.c * efi/udp.c All of them start with /* * Copyright 2011-2014 Intel Corporation - All Rights Reserved */ with no further indication of any license. This
2020 Jan 09
0
Relicensing Xapian
...n the current status of the relicensing, but also an opportunity to give feedback. Sorry it's rather long, but I think it's necessary to summarise the situation - there are probably list members who weren't even born at the start of the history of this! Xapian is currently licensed as GPLv2+, but isn't something we actually chose for Xapian, but rather due to a historical accident - it's the licence of the codebase that Xapian was originally based on. To briefly summarise that early history, Xapian has evolved out of a codebase known as "Open Muscat" which was relea...
2013 Dec 09
3
[PATCH 1/3] Fix manpage generation in out-of-tree builds
...-) diff --git a/po-docs/ja/Makefile.am b/po-docs/ja/Makefile.am index 820f91a..e954f04 100644 --- a/po-docs/ja/Makefile.am +++ b/po-docs/ja/Makefile.am @@ -92,9 +92,9 @@ guestfs.3: guestfs.pod guestfs-actions.pod guestfs-availability.pod guestfs-stru --man $@ \ --section 3 \ --license LGPLv2+ \ - --insert guestfs-actions.pod:__ACTIONS__ \ - --insert guestfs-availability.pod:__AVAILABILITY__ \ - --insert guestfs-structs.pod:__STRUCTS__ \ + --insert $(srcdir)/guestfs-actions.pod:__ACTIONS__ \ + --insert $(srcdir)/guestfs-availability.pod:__AVAILABILITY__ \ + --insert $(srcdir...
2015 Sep 26
0
CentOS 6 - Support for CanoScan LiDE 210
...t; Arch : x86_64 > Version : 3.14.6 > Release : 3.el6 > Size : 148 k > Repo : installed > From repo : base > Summary : SANE driver for scanners in HP's multi-function devices > URL : http://hplip.sourceforge.net/ > License : GPLv2+ > Description : SANE driver for scanners in HP's multi-function devices (from HPOJ). > > Now I connected CanoScan LiDE 210 Scanner via USB cable to my CentOS 6 workstation. > > # dmesg | tail --lines=15 > ... > usb 3-1: new high speed USB device number 8 using xhci_hcd &...
2011 Mar 03
1
Question about license of Perl module Search::Xapian
Hi, The Perl module Search::Xapian's README file ends with these lines: ===================================================================== This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. ===================================================================== (http://cpansearch.perl.org/src/OLLY/Search-Xapian-1.2.4.0/README) But
2015 Sep 26
0
CentOS 6 - Support for CanoScan LiDE 210
...t; Arch : x86_64 > Version : 3.14.6 > Release : 3.el6 > Size : 148 k > Repo : installed > From repo : base > Summary : SANE driver for scanners in HP's multi-function devices > URL : http://hplip.sourceforge.net/ > License : GPLv2+ > Description : SANE driver for scanners in HP's multi-function devices > (from HPOJ). > > Now I connected CanoScan LiDE 210 Scanner via USB cable to my CentOS 6 > workstation. > > # dmesg | tail --lines=15 > ... > usb 3-1: new high speed USB device number 8 using...
2013 May 29
2
[Qemu-devel] [PATCH v2 00/11] qemu: use virtio linux headers in portable code
Anthony Liguori <anthony at codemonkey.ws> writes: > The headers say they are BSD licensed... but they include a GPLv2+ > header. Doesn't make a lot of sense, does it? It makes perfect sense: you're overthinking it. It just means that copying the BSD headers outside Linux is encouraged. And it's clearly nonsensical to claim the GPL on kernel headers means that userspace needs to be GPL. So pleas...
2010 Nov 26
2
Hivex licensing question
...require the GPL > 3.0 licensed gnulib package for a few minor functions ( full_read, > full_write and c_toupper ). There are also a few GPL 3.0 build > files. It has always been our intention to allow hivex to be used from both proprietary and free software, and so the library should be LGPLv2+. The standalone programs are GPLv2+, but this should not be a problem because you wouldn't link software to them. I have looked at the gnulib modules that we're using in the library (ie. lib/*) and they are: hivex c-ctype LGPLv2+ hivex full-read LGPL hivex full-write...
2017 Oct 29
0
License Question
...ferable add that > information to those files)? > > Thank you > Lukas > > [1] http://git.zytor.com/syslinux/syslinux.git/commit/?id=aa8334cfa3762aa47ea3f75eb1e9807908a2909d Although the "All Rights Reserved" bit is supposedly implied by other matters, it should be under GPLv2+ (2 or higher at discretion of user) per README. Files not under GPLv2+ should mention LGPL* (which I think there are none) or have a short license in the file like the MIT in com32/LICENSE. This should only be notation of a change of the copyright holder, not license. -- -Gene
2017 Oct 02
1
MP4/H.264 codec for Firefox?
On Sun, 1 Oct 2017 20:02:08 -0400 Mark LaPierre wrote: > What repo did you find ffmpeg-libs in? Version : 2.6.8 Release : 3.el7.nux Architecture: x86_64 Install Date: Wed 27 Apr 2016 06:23:09 PM CST Group : Unspecified Size : 13562904 License : GPLv2+ Signature : RSA/SHA1, Wed 27 Apr 2016 06:35:00 AM CST, Key ID e98bfbe785c6cd8a Source RPM : ffmpeg-2.6.8-3.el7.nux.src.rpm Build Date : Wed 27 Apr 2016 06:33:00 AM CST Build Host : rpmbuilder Relocations : (not relocatable) Packager : http://li.nux.ro/ Vendor : Nux! URL : http...
2013 Aug 22
1
Re: Modules in gnulib that are GPL and are used in libguestfs
...gnulib submodule, so it contains a > complete copy of the gnulib upstream sources. > > The 'interesting' modules are ones which are copied into ../gnulib, > and then only the ones which are actually used from libguestfs library > code (not from the tools which are themselves GPLv2+). Gnulib doesn't > exactly make it easy to determine these licensing issues. > > Rich. > > -- > Richard Jones, Virtualization Group, Red Hat > http://people.redhat.com/~rjones > Read my programming blog: http://rwmj.wordpress.com > Fedora now supports 80 OCaml packa...
2011 Jul 27
2
libpri rpm version 1.4.12 for CentOS 5.6
Hi, Is libpri rpm version 1.4.12 for CentOS 5.6 made available ? [root@ ~]# rpm -qa | grep libpri libpri-1.4.11.5-1_centos5 [root@ ~]# cat /etc/redhat-release CentOS release 5.6 (Final) [root@ ~]# [root@ ~]# yum list updates | grep libpri [root@ ~]# Please suggest/guide further. Regards, Kaushal
2013 Aug 22
2
Re: Modules in gnulib that are GPL and are used in libguestfs
after creating a git clone I executed "bootstrap" and then entered "libguestfs/.gnulib/modules" and executed "grep -rn GPL * | grep ":GPL" | grep -v "build tool" > ~/GPLed" On Thu, Aug 22, 2013 at 11:05 AM, Richard W.M. Jones <rjones@redhat.com>wrote: > How did you construct this list? It appears to list modules which are > not
2013 Mar 07
7
Fixes from the patch queue of the Debian package
Here are three patches that fix issues with out-of-tree building and one that uses Ruby's own autoconf stuff for determining how Ruby bindings should be built. Cheers, -Hilko
2012 Aug 27
1
Centos 6.3 smbldap-tools installation issue
...fo smbldap-tools Available Packages Name : smbldap-tools Arch : noarch Version : 0.9.6 Release : 3.el6 Size : 309 k Repo : epel Summary : User and group administration tools for Samba/OpenLDAP URL : http://gna.org/projects/smbldap-tools/ License : GPLv2+ Description : In conjunction with OpenLDAP and Samba-LDAP servers, this collection is useful : to add, modify and delete users and groups, and to change Unix and Samba : passwords. In those contexts they replace the system tools to manage users, : groups and pas...