[PATCH 4/4] Add a license and overview to the g-i overrides file.

Chris Lumens clumens at redhat.com
Fri Jan 25 20:43:15 UTC 2013


---
 widgets/python/AnacondaWidgets.py | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/widgets/python/AnacondaWidgets.py b/widgets/python/AnacondaWidgets.py
index b3ab13d..a7bdabf 100644
--- a/widgets/python/AnacondaWidgets.py
+++ b/widgets/python/AnacondaWidgets.py
@@ -1,3 +1,27 @@
+#
+# Copyright (C) 2011-2012  Red Hat, Inc.
+#
+# 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 2 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/>.
+#
+# Author: Chris Lumens <clumens at redhat.com>
+#
+
+# These classes and methods wrap the bindings automatically created by
+# gobject-introspection.  They allow for creating more pythonic bindings
+# where necessary.  For instance instead of creating a class and then
+# setting a bunch of properties, these classes allow passing the properties
+# at creation time.
 from ..importer import modules
 from ..overrides import override
 
-- 
1.7.11.2



More information about the anaconda-patches mailing list