--- trunk/src/settings.c 2007/10/08 16:20:58 32 +++ trunk/src/settings.c 2007/10/08 16:21:17 34 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Anders Gavare. All rights reserved. + * Copyright (C) 2006-2007 Anders Gavare. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * - * $Id: settings.c,v 1.14 2006/09/21 11:53:26 debug Exp $ + * $Id: settings.c,v 1.15 2006/12/30 13:30:52 debug Exp $ * * A generic settings object. (This module should be 100% indepedent of GXemul * and hence easily reusable.) It is basically a tree structure of nodes,