Author: post Date: 2010-02-07 15:18:52 +0100 (Sun, 07 Feb 2010) New Revision: 3168
Modified: trunk/plugins/load-rawspeed/rawstudio-plugin-api.cpp trunk/plugins/load-rawspeed/rawstudio-plugin-api.h Log: Change license in plugin part of Rawspeed to Rawstudio license. Modified: trunk/plugins/load-rawspeed/rawstudio-plugin-api.cpp =================================================================== --- trunk/plugins/load-rawspeed/rawstudio-plugin-api.cpp 2010-02-07 13:57:26 UTC (rev 3167) +++ trunk/plugins/load-rawspeed/rawstudio-plugin-api.cpp 2010-02-07 14:18:52 UTC (rev 3168) @@ -1,3 +1,21 @@ +/* + * * Copyright (C) 2006-2010 Anders Brander <[email protected]>, + * * Anders Kvist <[email protected]> and Klaus Post <[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 <rawstudio.h> #include "StdAfx.h" #include "FileReader.h" @@ -5,28 +23,7 @@ #include "RawDecoder.h" #include "CameraMetaData.h" #include "rawstudio-plugin-api.h" -/* - RawSpeed - RAW file decoder. - Copyright (C) 2009 Klaus Post - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library 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 - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - http://www.klauspost.com -*/ - #define TIME_LOAD 1 using namespace RawSpeed; Modified: trunk/plugins/load-rawspeed/rawstudio-plugin-api.h =================================================================== --- trunk/plugins/load-rawspeed/rawstudio-plugin-api.h 2010-02-07 13:57:26 UTC (rev 3167) +++ trunk/plugins/load-rawspeed/rawstudio-plugin-api.h 2010-02-07 14:18:52 UTC (rev 3168) @@ -1,26 +1,23 @@ +/* + * * Copyright (C) 2006-2010 Anders Brander <[email protected]>, + * * Anders Kvist <[email protected]> and Klaus Post <[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 <rawstudio.h> -/* - RawSpeed - RAW file decoder. - Copyright (C) 2009 Klaus Post - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library 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 - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - http://www.klauspost.com -*/ - G_BEGIN_DECLS RS_IMAGE16 * _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
