Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=888958

--- Comment #10 from Wolfgang Ulbrich <[email protected]> ---
Oh, i forgot to post the lisence.text result.

GPL (v3 or later)
-----------------
/var/lib/mock/fedora-rawhide-x86_64/root/builddir/build/BUILD/gtk-solidity-engine-0.4.1/source/gtk3/solidity.vala

The content of solidity.vala in upsream package:

/*
Copyright 2011, 2012 Elias Aebi

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

using Gtk;
using Cairo;

[CCode (cname = "g_param_spec_boxed")]
public extern unowned ParamSpec param_spec_boxed (string name, string nick,
string blurb, Type boxed_type, ParamFlags flags);
[CCode (cname = "g_param_spec_int")]
public extern unowned ParamSpec param_spec_int (string name, string nick,
string blurb, int minimum, int maximum, int default_value, ParamFlags flags);

------------cut-------
In my opinion the license information is correct, do you agree?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=jUkt6KV9tE&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to