reactos/lib/devmgr
diff -u -r1.1 -r1.2
--- devmgr.c 4 Apr 2004 21:49:15 -0000 1.1
+++ devmgr.c 28 Sep 2004 16:04:15 -0000 1.2
@@ -1,22 +1,22 @@
/*
- * ReactOS kernel
- * Copyright (C) 1998, 1999, 2000, 2001 ReactOS Team
+ * ReactOS Device Manager Applet
+ * Copyright (C) 2004 ReactOS Team
*
- * 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 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.1 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.
+ * 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 General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * 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., 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
* FILE: lib/devmgr/devmgr.c
reactos/lib/devmgr
diff -u -r1.1 -r1.2
--- stubs.c 4 Apr 2004 21:49:15 -0000 1.1
+++ stubs.c 28 Sep 2004 16:04:15 -0000 1.2
@@ -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
- * PROJECT: ReactOS msgina.dll
+ * PROJECT: ReactOS devmgr.dll
* FILE: lib/devmgr/stubs.c
* PURPOSE: devmgr.dll stubs
* PROGRAMMER: Thomas Weidenmueller (w3seek@users.sourceforge.net)