[Title]add wine boilerplate to logging file
authormunkyu.im <munkyu.im@samsung.com>
Fri, 16 Dec 2011 04:23:42 +0000 (13:23 +0900)
committermunkyu.im <munkyu.im@samsung.com>
Fri, 16 Dec 2011 04:23:42 +0000 (13:23 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

tizen/src/debug_ch.c
tizen/src/debug_ch.h
tizen/src/debug_ch_vtm.c
tizen/src/event_handler.c

index 648965c..21f89ed 100644 (file)
  *
  */
 
+/* This is a modified and simplified version of original debug.c in wine */
+
+/*
+ * Management of the debugging channels
+ *
+ * Copyright 2000 Alexandre Julliard
+ *
+ * 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 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 St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
 
 /**
  * @file       debug_ch.c
index 99ce49d..89a24c5 100644 (file)
  *
  */
 
+/* This is a modified and simplified version of original debug.h in wine */
+
+/*
+ * Wine debugging interface
+ *
+ * Copyright 1999 Patrik Stridvall
+ *
+ * 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 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 St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
 
 /**
  * @file       debug_ch.h
index 714d84d..9585f00 100644 (file)
  *
  */
 
+/* This is a modified and simplified version of original debug.c in wine */
+
+/*
+ * Management of the debugging channels
+ *
+ * Copyright 2000 Alexandre Julliard
+ *
+ * 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 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 St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
 
 /**
  * @file       debug_ch.c
index 172cc7a..a765c94 100755 (executable)
@@ -37,7 +37,7 @@
  */
 
 /* This is a modified and simplified version of original sdl.c in qemu */
-/* This is a modified and simplified version of original sdl.c in qemu */
+
 /*
  * QEMU System Emulator
  *