Looks good to me Niall. As for copyright, the .glade files are produced by glade-3 itself, and it strips out the copyright info everytime you do a save, to maintain the copyright info you'd have to edit the glade file and manually place the copyright info back into the header every time. A somewhat tedious task.... but I'm sure could be done if REALLY necessary.
For schema files these are XML which we generate by hand (well at least I have done so in the past), so adding in the CDDL header here should be easy enough e.g. the start of the schema file could look like : <gconfschemafile> <!-- CDDL HEADER START The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] CDDL HEADER END Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. --> <schemalist> <schema> etc, , , , cheers Matt Dave Miner wrote: > Niall Power wrote: > >> Hi, >> >> This request is to fix bug 940 : Installer GUI's gconf schema value needs to >> be resynced. >> http://defect.opensolaris.org/bz/show_bug.cgi?id=940 >> >> This is a simple update of the solaris-gui-install.schemas file to match the >> default >> window geometry specified in usr/src/cmd/gui-install/src/window-graphics.h >> >> Non default/non C-locales have also had their definitions removed since they >> are no >> longer appropriate (they are from the Dwarf Caiman/SXDE code where the >> window wasn't resizable and defaults were necessary to prevent window >> content clipping). >> >> Webrev at: >> http://cr.opensolaris.org/~niall/bug-940 >> >> > > Change is simple enough; any way for us to get copyrights into these > files and keep them there, or are they glade output that we can't control? > > Dave > > _______________________________________________ > caiman-discuss mailing list > caiman-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/caiman-discuss >
