Author: abrander Date: 2009-10-21 03:52:00 +0200 (Wed, 21 Oct 2009) New Revision: 2734
Modified: trunk/librawstudio/rs-filter-param.c trunk/librawstudio/rs-filter-param.h Log: Added missing GPL header to rs-filter-param.*. Modified: trunk/librawstudio/rs-filter-param.c =================================================================== --- trunk/librawstudio/rs-filter-param.c 2009-10-21 01:22:14 UTC (rev 2733) +++ trunk/librawstudio/rs-filter-param.c 2009-10-21 01:52:00 UTC (rev 2734) @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2006-2009 Anders Brander <[email protected]> and + * Anders Kvist <[email protected]> + * + * 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + #include "rs-filter-param.h" G_DEFINE_TYPE(RSFilterParam, rs_filter_param, G_TYPE_OBJECT) Modified: trunk/librawstudio/rs-filter-param.h =================================================================== --- trunk/librawstudio/rs-filter-param.h 2009-10-21 01:22:14 UTC (rev 2733) +++ trunk/librawstudio/rs-filter-param.h 2009-10-21 01:52:00 UTC (rev 2734) @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2006-2009 Anders Brander <[email protected]> and + * Anders Kvist <[email protected]> + * + * 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + #ifndef RS_FILTER_PARAM_H #define RS_FILTER_PARAM_H _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
