relicense to LGPL

svn path=/trunk/; revision=11107
This commit is contained in:
Thomas Bluemel 2004-09-28 16:05:24 +00:00
parent fdde8be2a7
commit 3ef6e3494f
3 changed files with 30 additions and 30 deletions

View file

@ -1,22 +1,22 @@
/* /*
* ReactOS kernel * ReactOS Device Manager Applet
* Copyright (C) 1998, 1999, 2000, 2001 ReactOS Team * Copyright (C) 2004 ReactOS Team
* *
* This program is free software; you can redistribute it and/or modify * This library is free software; you can redistribute it and/or
* it under the terms of the GNU General Public License as published by * modify it under the terms of the GNU Lesser General Public
* the Free Software Foundation; either version 2 of the License, or * License as published by the Free Software Foundation; either
* (at your option) any later version. * version 2.1 of the License, or (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* GNU General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU Lesser General Public
* along with this program; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
/* $Id: devmgr.c,v 1.1 2004/04/04 21:49:15 weiden Exp $ /* $Id: devmgr.c,v 1.2 2004/09/28 16:04:15 weiden Exp $
* *
* PROJECT: ReactOS devmgr.dll * PROJECT: ReactOS devmgr.dll
* FILE: lib/devmgr/devmgr.c * FILE: lib/devmgr/devmgr.c

View file

@ -1,7 +1,7 @@
/* $Id: stubs.c,v 1.1 2004/04/04 21:49:15 weiden Exp $ /* $Id: stubs.c,v 1.2 2004/09/28 16:04:15 weiden Exp $
* *
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS msgina.dll * PROJECT: ReactOS devmgr.dll
* FILE: lib/devmgr/stubs.c * FILE: lib/devmgr/stubs.c
* PURPOSE: devmgr.dll stubs * PURPOSE: devmgr.dll stubs
* PROGRAMMER: Thomas Weidenmueller (w3seek@users.sourceforge.net) * PROGRAMMER: Thomas Weidenmueller (w3seek@users.sourceforge.net)

View file

@ -1,22 +1,22 @@
/* /*
* ReactOS * ReactOS Compatibility Layer Shell Extension
* Copyright (C) 2004 ReactOS Team * Copyright (C) 2004 ReactOS Team
* *
* This program is free software; you can redistribute it and/or modify * This library is free software; you can redistribute it and/or
* it under the terms of the GNU General Public License as published by * modify it under the terms of the GNU Lesser General Public
* the Free Software Foundation; either version 2 of the License, or * License as published by the Free Software Foundation; either
* (at your option) any later version. * version 2.1 of the License, or (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* GNU General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU Lesser General Public
* along with this program; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
/* $Id: slayer.c,v 1.3 2004/09/26 13:25:42 weiden Exp $ /* $Id: slayer.c,v 1.4 2004/09/28 16:05:24 weiden Exp $
* *
* PROJECT: ReactOS Compatibility Layer Shell Extension * PROJECT: ReactOS Compatibility Layer Shell Extension
* FILE: lib/shellext/cplsample/cplsample.c * FILE: lib/shellext/cplsample/cplsample.c