Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
diff --git a/dlls/kernel/comm.c b/dlls/kernel/comm.c
index 34e3afa..65db723 100644
--- a/dlls/kernel/comm.c
+++ b/dlls/kernel/comm.c
@@ -3,6 +3,22 @@
*
* Copyright 1996 Marcus Meissner
*
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ * History:
+ *
* Apr 3, 1999. Lawson Whitney <lawson_whitney@juno.com>
* - Fixed the modem control part of EscapeCommFunction16.
*
@@ -67,13 +83,13 @@
#include "file.h"
#include "heap.h"
-#include "debugtools.h"
+#include "wine/debug.h"
#ifdef HAVE_LINUX_SERIAL_H
#include <linux/serial.h>
#endif
-DEFAULT_DEBUG_CHANNEL(comm);
+WINE_DEFAULT_DEBUG_CHANNEL(comm);
#if !defined(TIOCINQ) && defined(FIONREAD)
#define TIOCINQ FIONREAD
diff --git a/dlls/kernel/console.c b/dlls/kernel/console.c
index 185e5fa..085cd35 100644
--- a/dlls/kernel/console.c
+++ b/dlls/kernel/console.c
@@ -7,6 +7,20 @@
* Copyright 1998 Marcus Meissner
* Copyright 2001 Eric Pouech
* Copyright 2001 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/* Reference applications:
@@ -28,9 +42,9 @@
#include "wine/server.h"
#include "wine/exception.h"
#include "wine/unicode.h"
-#include "debugtools.h"
+#include "wine/debug.h"
-DEFAULT_DEBUG_CHANNEL(console);
+WINE_DEFAULT_DEBUG_CHANNEL(console);
static UINT console_input_codepage;
diff --git a/dlls/kernel/debugger.c b/dlls/kernel/debugger.c
index a2d3121..1b834d7 100644
--- a/dlls/kernel/debugger.c
+++ b/dlls/kernel/debugger.c
@@ -2,6 +2,20 @@
* Win32 debugger functions
*
* Copyright (C) 1999 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdio.h>
@@ -11,9 +25,9 @@
#include "wine/winbase16.h"
#include "wine/server.h"
#include "stackframe.h"
-#include "debugtools.h"
+#include "wine/debug.h"
-DEFAULT_DEBUG_CHANNEL(debugstr);
+WINE_DEFAULT_DEBUG_CHANNEL(debugstr);
/******************************************************************************
diff --git a/dlls/kernel/flatthunk.h b/dlls/kernel/flatthunk.h
index 3703612..e72e5d2 100644
--- a/dlls/kernel/flatthunk.h
+++ b/dlls/kernel/flatthunk.h
@@ -2,6 +2,20 @@
* Win95 Flat Thunk data structures
*
* Copyright 1998 Ulrich Weigand
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef __WINE_FLATTHUNK_H
diff --git a/dlls/kernel/format_msg.c b/dlls/kernel/format_msg.c
index 59ba310..be7b58c 100644
--- a/dlls/kernel/format_msg.c
+++ b/dlls/kernel/format_msg.c
@@ -2,6 +2,20 @@
* FormatMessage implementation
*
* Copyright 1996 Marcus Meissner
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "config.h"
@@ -17,9 +31,9 @@
#include "wine/unicode.h"
#include "heap.h"
-#include "debugtools.h"
+#include "wine/debug.h"
-DEFAULT_DEBUG_CHANNEL(resource);
+WINE_DEFAULT_DEBUG_CHANNEL(resource);
/* Messages...used by FormatMessage32* (KERNEL32.something)
diff --git a/dlls/kernel/kernel.rc b/dlls/kernel/kernel.rc
index 0b0d955..e99b76f 100644
--- a/dlls/kernel/kernel.rc
+++ b/dlls/kernel/kernel.rc
@@ -1,3 +1,21 @@
+/*
+ * Copyright 2000 Dave Pickles
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
#include "locale_rc.rc"
#include "messages/winerr_enu.mc.rc"
diff --git a/dlls/kernel/kernel_main.c b/dlls/kernel/kernel_main.c
index abd9dfe..d04290a 100644
--- a/dlls/kernel/kernel_main.c
+++ b/dlls/kernel/kernel_main.c
@@ -1,5 +1,21 @@
/*
* Kernel initialization code
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "config.h"
diff --git a/dlls/kernel/locale_rc.rc b/dlls/kernel/locale_rc.rc
index f21dbb0..2706739 100644
--- a/dlls/kernel/locale_rc.rc
+++ b/dlls/kernel/locale_rc.rc
@@ -1,3 +1,22 @@
+/*
+ * Copyright 1995 Martin von Loewis
+ * Copyright 1998 David Lee Lambert
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
#include "windef.h"
#include "winnls.h"
diff --git a/dlls/kernel/messages/winerr_enu.mc b/dlls/kernel/messages/winerr_enu.mc
index f28d3ec..c85953f 100644
--- a/dlls/kernel/messages/winerr_enu.mc
+++ b/dlls/kernel/messages/winerr_enu.mc
@@ -1,3 +1,21 @@
+;
+; Copyright 2000 Dave Pickles
+;
+; 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+;
+
LanguageNames=(ENU=0x409:winerr)
MessageId=0
diff --git a/dlls/kernel/nls/afk.nls b/dlls/kernel/nls/afk.nls
index 41bd3b7..7b380af 100644
--- a/dlls/kernel/nls/afk.nls
+++ b/dlls/kernel/nls/afk.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Afrikaans (South Africa)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0436")
diff --git a/dlls/kernel/nls/ara.nls b/dlls/kernel/nls/ara.nls
index 54eea0f..19a1345 100644
--- a/dlls/kernel/nls/ara.nls
+++ b/dlls/kernel/nls/ara.nls
@@ -3,6 +3,22 @@
* Arabic (Saudi Arabia)
*
* (arabic strings in iso-8859-6)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0401")
diff --git a/dlls/kernel/nls/arb.nls b/dlls/kernel/nls/arb.nls
index 9bb29bf..8ed87c5 100644
--- a/dlls/kernel/nls/arb.nls
+++ b/dlls/kernel/nls/arb.nls
@@ -3,6 +3,22 @@
* Arabic (Lebanon)
*
* (arabic strings in iso-8859-6)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"3001")
diff --git a/dlls/kernel/nls/are.nls b/dlls/kernel/nls/are.nls
index 82712bd..e2f60ee 100644
--- a/dlls/kernel/nls/are.nls
+++ b/dlls/kernel/nls/are.nls
@@ -3,6 +3,22 @@
* Arabic (Egypt)
*
* (arabic strings in iso-8859-6)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0c01")
diff --git a/dlls/kernel/nls/arg.nls b/dlls/kernel/nls/arg.nls
index 3b6d1c4..6133c7e 100644
--- a/dlls/kernel/nls/arg.nls
+++ b/dlls/kernel/nls/arg.nls
@@ -3,6 +3,22 @@
* Arabic (Algeria)
*
* (arabic strings in iso-8859-6)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"1401")
diff --git a/dlls/kernel/nls/ari.nls b/dlls/kernel/nls/ari.nls
index 317f3bb..5d70d7b 100644
--- a/dlls/kernel/nls/ari.nls
+++ b/dlls/kernel/nls/ari.nls
@@ -3,6 +3,22 @@
* Arabic (Iraq)
*
* (arabic strings in iso-8859-6)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0801")
diff --git a/dlls/kernel/nls/ark.nls b/dlls/kernel/nls/ark.nls
index a188784..02fbddd 100644
--- a/dlls/kernel/nls/ark.nls
+++ b/dlls/kernel/nls/ark.nls
@@ -3,6 +3,22 @@
* Arabic (Kuwait)
*
* (arabic strings in iso-8859-6)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"3401")
diff --git a/dlls/kernel/nls/arm.nls b/dlls/kernel/nls/arm.nls
index a79268f..fa32754 100644
--- a/dlls/kernel/nls/arm.nls
+++ b/dlls/kernel/nls/arm.nls
@@ -3,6 +3,22 @@
* Arabic (Marocco)
*
* (arabic strings in iso-8859-6)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"1801")
diff --git a/dlls/kernel/nls/aro.nls b/dlls/kernel/nls/aro.nls
index 6115283..1fe6ace 100644
--- a/dlls/kernel/nls/aro.nls
+++ b/dlls/kernel/nls/aro.nls
@@ -3,6 +3,22 @@
* Arabic (Oman)
*
* (arabic strings in iso-8859-6)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"2001")
diff --git a/dlls/kernel/nls/arq.nls b/dlls/kernel/nls/arq.nls
index 8205feb..795d334 100644
--- a/dlls/kernel/nls/arq.nls
+++ b/dlls/kernel/nls/arq.nls
@@ -3,6 +3,22 @@
* Arabic (Quatar)
*
* (arabic strings in iso-8859-6)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"4001")
diff --git a/dlls/kernel/nls/ars.nls b/dlls/kernel/nls/ars.nls
index d3e33f5..9d9d738 100644
--- a/dlls/kernel/nls/ars.nls
+++ b/dlls/kernel/nls/ars.nls
@@ -3,6 +3,22 @@
* Arabic (Syria)
*
* (arabic strings in iso-8859-6)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"2801")
diff --git a/dlls/kernel/nls/art.nls b/dlls/kernel/nls/art.nls
index b1f8c16..736a11b 100644
--- a/dlls/kernel/nls/art.nls
+++ b/dlls/kernel/nls/art.nls
@@ -3,6 +3,22 @@
* Arabic (Tunisia)
*
* (arabic strings in iso-8859-6)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"1c01")
diff --git a/dlls/kernel/nls/aru.nls b/dlls/kernel/nls/aru.nls
index 2a9373b..5dd0da8 100644
--- a/dlls/kernel/nls/aru.nls
+++ b/dlls/kernel/nls/aru.nls
@@ -3,6 +3,22 @@
* Arabic (UAE)
*
* (arabic strings in iso-8859-6)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"3801")
diff --git a/dlls/kernel/nls/bel.nls b/dlls/kernel/nls/bel.nls
index a7450d6..53ec8d9 100644
--- a/dlls/kernel/nls/bel.nls
+++ b/dlls/kernel/nls/bel.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Belarusian
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0423")
diff --git a/dlls/kernel/nls/bgr.nls b/dlls/kernel/nls/bgr.nls
index 770fa3b..ee1555e 100644
--- a/dlls/kernel/nls/bgr.nls
+++ b/dlls/kernel/nls/bgr.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Bulgaria
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0402")
diff --git a/dlls/kernel/nls/brf.nls b/dlls/kernel/nls/brf.nls
index f92d86d..ab24849 100644
--- a/dlls/kernel/nls/brf.nls
+++ b/dlls/kernel/nls/brf.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Breton, France
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0493")
diff --git a/dlls/kernel/nls/cat.nls b/dlls/kernel/nls/cat.nls
index 329f2b3..c5483aa 100644
--- a/dlls/kernel/nls/cat.nls
+++ b/dlls/kernel/nls/cat.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Catalan
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0403")
diff --git a/dlls/kernel/nls/cht.nls b/dlls/kernel/nls/cht.nls
index e74b583..aa4597a 100644
--- a/dlls/kernel/nls/cht.nls
+++ b/dlls/kernel/nls/cht.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Chinese (Taiwan)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0404")
diff --git a/dlls/kernel/nls/cor.nls b/dlls/kernel/nls/cor.nls
index e8aa9b4..7a0b307 100644
--- a/dlls/kernel/nls/cor.nls
+++ b/dlls/kernel/nls/cor.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Cornish, United Kingdom
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE, "04891")
diff --git a/dlls/kernel/nls/cym.nls b/dlls/kernel/nls/cym.nls
index fdeb9f6..4578c00 100644
--- a/dlls/kernel/nls/cym.nls
+++ b/dlls/kernel/nls/cym.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Welsh, United Kingdom
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE, "0492")
diff --git a/dlls/kernel/nls/cze.nls b/dlls/kernel/nls/cze.nls
index c6e3927..3cbed89 100644
--- a/dlls/kernel/nls/cze.nls
+++ b/dlls/kernel/nls/cze.nls
@@ -2,6 +2,22 @@
* OLE2NLS library
* Czech Republic
* (Czech strings in cp1250)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0405")
diff --git a/dlls/kernel/nls/dan.nls b/dlls/kernel/nls/dan.nls
index 9225a58..b792fbed 100644
--- a/dlls/kernel/nls/dan.nls
+++ b/dlls/kernel/nls/dan.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Denmark
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0406")
diff --git a/dlls/kernel/nls/dea.nls b/dlls/kernel/nls/dea.nls
index f741c1d..520f3f4 100644
--- a/dlls/kernel/nls/dea.nls
+++ b/dlls/kernel/nls/dea.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Austria
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0c07")
diff --git a/dlls/kernel/nls/dec.nls b/dlls/kernel/nls/dec.nls
index 4063444..bcd8b03 100644
--- a/dlls/kernel/nls/dec.nls
+++ b/dlls/kernel/nls/dec.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Fuerstentum Liechtenstein
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"1407")
diff --git a/dlls/kernel/nls/del.nls b/dlls/kernel/nls/del.nls
index 5d0c123..78cb27f 100644
--- a/dlls/kernel/nls/del.nls
+++ b/dlls/kernel/nls/del.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Luxembourg (German)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"1007")
diff --git a/dlls/kernel/nls/des.nls b/dlls/kernel/nls/des.nls
index 41ae491..32b2b02 100644
--- a/dlls/kernel/nls/des.nls
+++ b/dlls/kernel/nls/des.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Switzerland (German)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0807")
diff --git a/dlls/kernel/nls/deu.nls b/dlls/kernel/nls/deu.nls
index 07cc469..4737200 100644
--- a/dlls/kernel/nls/deu.nls
+++ b/dlls/kernel/nls/deu.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Germany
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0407")
diff --git a/dlls/kernel/nls/ena.nls b/dlls/kernel/nls/ena.nls
index 10f357c..7cacbbd 100644
--- a/dlls/kernel/nls/ena.nls
+++ b/dlls/kernel/nls/ena.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* English (Australian)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE, "0c09")
diff --git a/dlls/kernel/nls/enb.nls b/dlls/kernel/nls/enb.nls
index 25a95b2..5e7ec7c 100644
--- a/dlls/kernel/nls/enb.nls
+++ b/dlls/kernel/nls/enb.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Enlgish (Caribbean)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE, "2409")
diff --git a/dlls/kernel/nls/enc.nls b/dlls/kernel/nls/enc.nls
index 40bfaf9..e24dd93 100644
--- a/dlls/kernel/nls/enc.nls
+++ b/dlls/kernel/nls/enc.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* English (Canadian)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE, "1009")
diff --git a/dlls/kernel/nls/eng.nls b/dlls/kernel/nls/eng.nls
index a9793b3..5e57002 100644
--- a/dlls/kernel/nls/eng.nls
+++ b/dlls/kernel/nls/eng.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* English (United Kingdom)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE, "0809")
diff --git a/dlls/kernel/nls/eni.nls b/dlls/kernel/nls/eni.nls
index 282ff98..6673b6e 100644
--- a/dlls/kernel/nls/eni.nls
+++ b/dlls/kernel/nls/eni.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* English (Ireland)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE, "1809")
diff --git a/dlls/kernel/nls/enj.nls b/dlls/kernel/nls/enj.nls
index 0724d00..d89789e 100644
--- a/dlls/kernel/nls/enj.nls
+++ b/dlls/kernel/nls/enj.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* English (Jamaica)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE, "2009")
diff --git a/dlls/kernel/nls/enl.nls b/dlls/kernel/nls/enl.nls
index c045362..a81426f 100644
--- a/dlls/kernel/nls/enl.nls
+++ b/dlls/kernel/nls/enl.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* English (Belize)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE, "2809")
diff --git a/dlls/kernel/nls/ens.nls b/dlls/kernel/nls/ens.nls
index d4cb7db..206728a 100644
--- a/dlls/kernel/nls/ens.nls
+++ b/dlls/kernel/nls/ens.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* English (South Africa)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE, "1c09")
diff --git a/dlls/kernel/nls/ent.nls b/dlls/kernel/nls/ent.nls
index 6115dab..1897aab 100644
--- a/dlls/kernel/nls/ent.nls
+++ b/dlls/kernel/nls/ent.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* English (Trinidad & Tobago)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE, "2c09")
diff --git a/dlls/kernel/nls/enu.nls b/dlls/kernel/nls/enu.nls
index aac5ffb..1eba76b 100644
--- a/dlls/kernel/nls/enu.nls
+++ b/dlls/kernel/nls/enu.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* English (United States)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE, "0409")
diff --git a/dlls/kernel/nls/enz.nls b/dlls/kernel/nls/enz.nls
index 41a9bcd..7f60b03 100644
--- a/dlls/kernel/nls/enz.nls
+++ b/dlls/kernel/nls/enz.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* English (New Zealand)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE, "1409")
diff --git a/dlls/kernel/nls/esa.nls b/dlls/kernel/nls/esa.nls
index 2d76b77..44c40e6 100644
--- a/dlls/kernel/nls/esa.nls
+++ b/dlls/kernel/nls/esa.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Spanish (Panama)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"180a")
diff --git a/dlls/kernel/nls/esb.nls b/dlls/kernel/nls/esb.nls
index 6bf2eaf..ceb6776 100644
--- a/dlls/kernel/nls/esb.nls
+++ b/dlls/kernel/nls/esb.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Spanish (Bolivia)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"400a")
diff --git a/dlls/kernel/nls/esc.nls b/dlls/kernel/nls/esc.nls
index ccfa347..bb6e0bb 100644
--- a/dlls/kernel/nls/esc.nls
+++ b/dlls/kernel/nls/esc.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Spanish (Costa Rica)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"140a")
diff --git a/dlls/kernel/nls/esd.nls b/dlls/kernel/nls/esd.nls
index 51c8d34..60aeae3 100644
--- a/dlls/kernel/nls/esd.nls
+++ b/dlls/kernel/nls/esd.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Spanish (Dominican Republic)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"1c0a")
diff --git a/dlls/kernel/nls/ese.nls b/dlls/kernel/nls/ese.nls
index 5cab2a9..339164b 100644
--- a/dlls/kernel/nls/ese.nls
+++ b/dlls/kernel/nls/ese.nls
@@ -3,6 +3,22 @@
* Spanish (El Salvador)
*
* (spanish strings in cp1252)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"440a")
diff --git a/dlls/kernel/nls/esf.nls b/dlls/kernel/nls/esf.nls
index 1687b80..43d115a 100644
--- a/dlls/kernel/nls/esf.nls
+++ b/dlls/kernel/nls/esf.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Spanish (Ecuador)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"300a")
diff --git a/dlls/kernel/nls/esg.nls b/dlls/kernel/nls/esg.nls
index fec2a69..5ad5066 100644
--- a/dlls/kernel/nls/esg.nls
+++ b/dlls/kernel/nls/esg.nls
@@ -2,6 +2,22 @@
* OLE2NLS library
* Spanish (Guatemala)
* (spanish strings in cp1252)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"100a")
diff --git a/dlls/kernel/nls/esh.nls b/dlls/kernel/nls/esh.nls
index 2754ce0..60a6430 100644
--- a/dlls/kernel/nls/esh.nls
+++ b/dlls/kernel/nls/esh.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Spanish (Honduras)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"480a")
diff --git a/dlls/kernel/nls/esi.nls b/dlls/kernel/nls/esi.nls
index b4b3d44..079d0f6 100644
--- a/dlls/kernel/nls/esi.nls
+++ b/dlls/kernel/nls/esi.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Spanish (Nicaragua)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"4c0a")
diff --git a/dlls/kernel/nls/esl.nls b/dlls/kernel/nls/esl.nls
index 9c4a7f3..00fe84f 100644
--- a/dlls/kernel/nls/esl.nls
+++ b/dlls/kernel/nls/esl.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Spanish (Chile)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"340a")
diff --git a/dlls/kernel/nls/esm.nls b/dlls/kernel/nls/esm.nls
index 1e45e2b..ae4a88a 100644
--- a/dlls/kernel/nls/esm.nls
+++ b/dlls/kernel/nls/esm.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Mexico
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"080a")
diff --git a/dlls/kernel/nls/esn.nls b/dlls/kernel/nls/esn.nls
index e404cb3..3acd1a2 100644
--- a/dlls/kernel/nls/esn.nls
+++ b/dlls/kernel/nls/esn.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Spanish (Modern Sort)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0c0a")
diff --git a/dlls/kernel/nls/eso.nls b/dlls/kernel/nls/eso.nls
index 7e8280f..8a96268 100644
--- a/dlls/kernel/nls/eso.nls
+++ b/dlls/kernel/nls/eso.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Spanish (Colombia)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"240a")
diff --git a/dlls/kernel/nls/esp.nls b/dlls/kernel/nls/esp.nls
index d8e7f05..cf03c4d 100644
--- a/dlls/kernel/nls/esp.nls
+++ b/dlls/kernel/nls/esp.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Spanish (Traditional Sort)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"040a")
diff --git a/dlls/kernel/nls/esperanto.nls b/dlls/kernel/nls/esperanto.nls
index b4a572e..fdaa57d 100644
--- a/dlls/kernel/nls/esperanto.nls
+++ b/dlls/kernel/nls/esperanto.nls
@@ -17,6 +17,22 @@
* three letter codes I added an "x" to the end.
*
* (esperanto strings in iso-8859-3)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"048f")
diff --git a/dlls/kernel/nls/esr.nls b/dlls/kernel/nls/esr.nls
index 6aaddc6..e29c8b6 100644
--- a/dlls/kernel/nls/esr.nls
+++ b/dlls/kernel/nls/esr.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Spanish (Peru)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"280a")
diff --git a/dlls/kernel/nls/ess.nls b/dlls/kernel/nls/ess.nls
index 5685cfb..3cfaa9f 100644
--- a/dlls/kernel/nls/ess.nls
+++ b/dlls/kernel/nls/ess.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Spanish (Argentina)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"2c0a")
diff --git a/dlls/kernel/nls/est.nls b/dlls/kernel/nls/est.nls
index 0fcb419..6324d1b 100644
--- a/dlls/kernel/nls/est.nls
+++ b/dlls/kernel/nls/est.nls
@@ -3,6 +3,22 @@
* Estonia
*
* (estonian strings in cp1252)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0425")
diff --git a/dlls/kernel/nls/esu.nls b/dlls/kernel/nls/esu.nls
index f4f36b4..a4c29734 100644
--- a/dlls/kernel/nls/esu.nls
+++ b/dlls/kernel/nls/esu.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Spanish (Puerto Rico)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"500a")
diff --git a/dlls/kernel/nls/esv.nls b/dlls/kernel/nls/esv.nls
index 41cd497..a4679e9 100644
--- a/dlls/kernel/nls/esv.nls
+++ b/dlls/kernel/nls/esv.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Spanish (Venezuela)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"200a")
diff --git a/dlls/kernel/nls/esy.nls b/dlls/kernel/nls/esy.nls
index 63a721a..c02913d 100644
--- a/dlls/kernel/nls/esy.nls
+++ b/dlls/kernel/nls/esy.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Spanish (Uruguay)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"380a")
diff --git a/dlls/kernel/nls/esz.nls b/dlls/kernel/nls/esz.nls
index 954b44f..a49ae3d 100644
--- a/dlls/kernel/nls/esz.nls
+++ b/dlls/kernel/nls/esz.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Spanish (Paraguay)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"3c0a")
diff --git a/dlls/kernel/nls/euq.nls b/dlls/kernel/nls/euq.nls
index 73a1f64..e80b656 100644
--- a/dlls/kernel/nls/euq.nls
+++ b/dlls/kernel/nls/euq.nls
@@ -3,6 +3,22 @@
* Basque
*
* email: srtxg@chanae.alphanet.ch
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"042d")
diff --git a/dlls/kernel/nls/fin.nls b/dlls/kernel/nls/fin.nls
index cdac424..4fb6db3 100644
--- a/dlls/kernel/nls/fin.nls
+++ b/dlls/kernel/nls/fin.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Finland
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"040b")
diff --git a/dlls/kernel/nls/fos.nls b/dlls/kernel/nls/fos.nls
index 641509d..ac4cc1c 100644
--- a/dlls/kernel/nls/fos.nls
+++ b/dlls/kernel/nls/fos.nls
@@ -3,6 +3,22 @@
* Faroe Islands
*
* (faroese strings in cp1252)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0438")
diff --git a/dlls/kernel/nls/fra.nls b/dlls/kernel/nls/fra.nls
index 3c89f39..e505d3a 100644
--- a/dlls/kernel/nls/fra.nls
+++ b/dlls/kernel/nls/fra.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* France
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"040c")
diff --git a/dlls/kernel/nls/frb.nls b/dlls/kernel/nls/frb.nls
index 726e987..9fe2a31 100644
--- a/dlls/kernel/nls/frb.nls
+++ b/dlls/kernel/nls/frb.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Belgium
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"080c")
diff --git a/dlls/kernel/nls/frc.nls b/dlls/kernel/nls/frc.nls
index 6b30082..d07a5c6 100644
--- a/dlls/kernel/nls/frc.nls
+++ b/dlls/kernel/nls/frc.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Canada (French)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0c0c")
diff --git a/dlls/kernel/nls/frl.nls b/dlls/kernel/nls/frl.nls
index c27ae82..55ea50a 100644
--- a/dlls/kernel/nls/frl.nls
+++ b/dlls/kernel/nls/frl.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Luxemburg (French)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"140c")
diff --git a/dlls/kernel/nls/frs.nls b/dlls/kernel/nls/frs.nls
index b182871..e6d5851 100644
--- a/dlls/kernel/nls/frs.nls
+++ b/dlls/kernel/nls/frs.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Switzerland (French)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"100c")
diff --git a/dlls/kernel/nls/gae.nls b/dlls/kernel/nls/gae.nls
index 1e8f784..14004f7 100644
--- a/dlls/kernel/nls/gae.nls
+++ b/dlls/kernel/nls/gae.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Ireland (Gaeilge)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE, "043C")
diff --git a/dlls/kernel/nls/gdh.nls b/dlls/kernel/nls/gdh.nls
index dbc8003..19aa1a5 100644
--- a/dlls/kernel/nls/gdh.nls
+++ b/dlls/kernel/nls/gdh.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Scots Gaelic, United Kingdom
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE, "0809")
diff --git a/dlls/kernel/nls/gdv.nls b/dlls/kernel/nls/gdv.nls
index 0b76012..ea867cc 100644
--- a/dlls/kernel/nls/gdv.nls
+++ b/dlls/kernel/nls/gdv.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Manx Gaelic, United Kingdom
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE, "0c3c")
diff --git a/dlls/kernel/nls/grc.nls b/dlls/kernel/nls/grc.nls
index d00d2f3..16ae87e 100644
--- a/dlls/kernel/nls/grc.nls
+++ b/dlls/kernel/nls/grc.nls
@@ -2,6 +2,22 @@
* OLE2NLS library
* Greek
* (Greek strings in cp1253)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0408")
diff --git a/dlls/kernel/nls/heb.nls b/dlls/kernel/nls/heb.nls
index 0b72b0c..f70f13d 100644
--- a/dlls/kernel/nls/heb.nls
+++ b/dlls/kernel/nls/heb.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Hebrew (Israel)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"040d")
diff --git a/dlls/kernel/nls/hrv.nls b/dlls/kernel/nls/hrv.nls
index 5907d22..a616258 100644
--- a/dlls/kernel/nls/hrv.nls
+++ b/dlls/kernel/nls/hrv.nls
@@ -2,6 +2,22 @@
* OLE2NLS library
* Croatia
* (Croatian strings in cp1250)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"041a")
diff --git a/dlls/kernel/nls/hun.nls b/dlls/kernel/nls/hun.nls
index 0119528..f0c8c10 100644
--- a/dlls/kernel/nls/hun.nls
+++ b/dlls/kernel/nls/hun.nls
@@ -2,6 +2,22 @@
* OLE2NLS library
* Hungarian
* (Hungarian strings in cp1250)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"040e")
diff --git a/dlls/kernel/nls/ind.nls b/dlls/kernel/nls/ind.nls
index 9fb532d..e252559 100644
--- a/dlls/kernel/nls/ind.nls
+++ b/dlls/kernel/nls/ind.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Indonesia (Bahasa)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0421")
diff --git a/dlls/kernel/nls/isl.nls b/dlls/kernel/nls/isl.nls
index 24930ea..73e4ccf 100644
--- a/dlls/kernel/nls/isl.nls
+++ b/dlls/kernel/nls/isl.nls
@@ -2,6 +2,22 @@
* OLE2NLS library
* Iceland
* (Icelandic strings in cp1252)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"040f")
diff --git a/dlls/kernel/nls/ita.nls b/dlls/kernel/nls/ita.nls
index 059806b..50d0471 100644
--- a/dlls/kernel/nls/ita.nls
+++ b/dlls/kernel/nls/ita.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Italy
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0410")
diff --git a/dlls/kernel/nls/its.nls b/dlls/kernel/nls/its.nls
index 95af371..4c6a112 100644
--- a/dlls/kernel/nls/its.nls
+++ b/dlls/kernel/nls/its.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Switzerland (Italiano)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0810")
diff --git a/dlls/kernel/nls/jpn.nls b/dlls/kernel/nls/jpn.nls
index 0ac854d..7ba2058 100644
--- a/dlls/kernel/nls/jpn.nls
+++ b/dlls/kernel/nls/jpn.nls
@@ -3,6 +3,22 @@
* Japanese
* Japanese strings in codepage 932(Shift-JIS)
* modified by Hidenori Takeshima(hidenori@a2.ctktv.ne.jp)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0411")
diff --git a/dlls/kernel/nls/koj.nls b/dlls/kernel/nls/koj.nls
index 5529be0..9858635 100644
--- a/dlls/kernel/nls/koj.nls
+++ b/dlls/kernel/nls/koj.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Korean (Johab)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0812")
diff --git a/dlls/kernel/nls/kor.nls b/dlls/kernel/nls/kor.nls
index af19210..a46b143 100644
--- a/dlls/kernel/nls/kor.nls
+++ b/dlls/kernel/nls/kor.nls
@@ -2,6 +2,22 @@
* OLE2NLS library
* Korean
* string using codepage 949
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0412")
diff --git a/dlls/kernel/nls/lth.nls b/dlls/kernel/nls/lth.nls
index 3bb5fa0..f6c718b 100644
--- a/dlls/kernel/nls/lth.nls
+++ b/dlls/kernel/nls/lth.nls
@@ -2,6 +2,22 @@
* OLE2NLS library
* Lithuania
* (Lithuanian strings in BALTIC charset)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0427")
diff --git a/dlls/kernel/nls/lvi.nls b/dlls/kernel/nls/lvi.nls
index f498b36..c2906b4 100644
--- a/dlls/kernel/nls/lvi.nls
+++ b/dlls/kernel/nls/lvi.nls
@@ -2,6 +2,22 @@
* OLE2NLS library
* Latvia
* (Latvian strings in BALTIC charset)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0426")
diff --git a/dlls/kernel/nls/msl.nls b/dlls/kernel/nls/msl.nls
index 15f02cf..6aaf6c9 100644
--- a/dlls/kernel/nls/msl.nls
+++ b/dlls/kernel/nls/msl.nls
@@ -1,6 +1,22 @@
/*
* Malay (Malaysia)
*
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE, "043e")
diff --git a/dlls/kernel/nls/nlb.nls b/dlls/kernel/nls/nlb.nls
index 0c12aaf..28b7856 100644
--- a/dlls/kernel/nls/nlb.nls
+++ b/dlls/kernel/nls/nlb.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Dutch (Belgium)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0813")
diff --git a/dlls/kernel/nls/nld.nls b/dlls/kernel/nls/nld.nls
index dafc3a3..feecbe5 100644
--- a/dlls/kernel/nls/nld.nls
+++ b/dlls/kernel/nls/nld.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Dutch (Netherlands)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0413")
diff --git a/dlls/kernel/nls/nls.nls b/dlls/kernel/nls/nls.nls
index 648a25a..ba305d9 100644
--- a/dlls/kernel/nls/nls.nls
+++ b/dlls/kernel/nls/nls.nls
@@ -6,6 +6,22 @@
* It should be something + 0x13 as 0x13 is the Dutch language;
* Following the same logic as other multi-coutries languages
* I picked 0x0c13 for Surinam/Dutch.
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0c13")
diff --git a/dlls/kernel/nls/non.nls b/dlls/kernel/nls/non.nls
index 919dd84..d744724 100644
--- a/dlls/kernel/nls/non.nls
+++ b/dlls/kernel/nls/non.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Norway (Nynorsk)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0814")
diff --git a/dlls/kernel/nls/nor.nls b/dlls/kernel/nls/nor.nls
index cfc5dfd..d90de65 100644
--- a/dlls/kernel/nls/nor.nls
+++ b/dlls/kernel/nls/nor.nls
@@ -2,6 +2,22 @@
* OLE2NLS library
* Norway (Bokmaal)
* (Norwegian strings in cp1252)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0414")
diff --git a/dlls/kernel/nls/plk.nls b/dlls/kernel/nls/plk.nls
index b766035..bb5e60d 100644
--- a/dlls/kernel/nls/plk.nls
+++ b/dlls/kernel/nls/plk.nls
@@ -2,6 +2,22 @@
* OLE2NLS library
* Poland
* (Polish strings in cp1250)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0415")
diff --git a/dlls/kernel/nls/ptb.nls b/dlls/kernel/nls/ptb.nls
index c619bb7..ccc1e04 100644
--- a/dlls/kernel/nls/ptb.nls
+++ b/dlls/kernel/nls/ptb.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Brazil
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE, "0416")
diff --git a/dlls/kernel/nls/ptg.nls b/dlls/kernel/nls/ptg.nls
index 08fca5a..cce9ba2e 100644
--- a/dlls/kernel/nls/ptg.nls
+++ b/dlls/kernel/nls/ptg.nls
@@ -3,6 +3,22 @@
* Portugal
*
* (portuguese strings in cp1252)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE, "0816")
diff --git a/dlls/kernel/nls/rom.nls b/dlls/kernel/nls/rom.nls
index aaf8ffd..f8827df 100644
--- a/dlls/kernel/nls/rom.nls
+++ b/dlls/kernel/nls/rom.nls
@@ -2,6 +2,22 @@
* OLE2NLS library
* Romania
* (Romanian strings in cp1250)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0418")
diff --git a/dlls/kernel/nls/rus.nls b/dlls/kernel/nls/rus.nls
index f8ea0a7..76bb718 100644
--- a/dlls/kernel/nls/rus.nls
+++ b/dlls/kernel/nls/rus.nls
@@ -2,6 +2,22 @@
* OLE2NLS library
* Russia
* (russian strings in cp1251)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0419")
diff --git a/dlls/kernel/nls/sky.nls b/dlls/kernel/nls/sky.nls
index c436cbd..0e8453a 100644
--- a/dlls/kernel/nls/sky.nls
+++ b/dlls/kernel/nls/sky.nls
@@ -2,6 +2,22 @@
* OLE2NLS library
* Slovakia
* (Slovakian strings in cp1250)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"041b")
diff --git a/dlls/kernel/nls/slv.nls b/dlls/kernel/nls/slv.nls
index c8c7f20..faef17d 100644
--- a/dlls/kernel/nls/slv.nls
+++ b/dlls/kernel/nls/slv.nls
@@ -2,6 +2,22 @@
* OLE2NLS library
* Slovenia
* (Slovenian strings in cp1250)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0424")
diff --git a/dlls/kernel/nls/sqi.nls b/dlls/kernel/nls/sqi.nls
index 415d67f..574f743 100644
--- a/dlls/kernel/nls/sqi.nls
+++ b/dlls/kernel/nls/sqi.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Albania
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"041c")
diff --git a/dlls/kernel/nls/srb.nls b/dlls/kernel/nls/srb.nls
index 6214622..72bbafb 100644
--- a/dlls/kernel/nls/srb.nls
+++ b/dlls/kernel/nls/srb.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Serbia
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0c1a")
diff --git a/dlls/kernel/nls/srl.nls b/dlls/kernel/nls/srl.nls
index d0ecdd7..ce333ea 100644
--- a/dlls/kernel/nls/srl.nls
+++ b/dlls/kernel/nls/srl.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Serbian (Latin)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"081a")
diff --git a/dlls/kernel/nls/sve.nls b/dlls/kernel/nls/sve.nls
index 0e111d6..93eef91 100644
--- a/dlls/kernel/nls/sve.nls
+++ b/dlls/kernel/nls/sve.nls
@@ -3,6 +3,22 @@
* Sweden
*
* (swedish strings in cp1252)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"041d")
diff --git a/dlls/kernel/nls/svf.nls b/dlls/kernel/nls/svf.nls
index e0b4a5e..429dd88 100644
--- a/dlls/kernel/nls/svf.nls
+++ b/dlls/kernel/nls/svf.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Finland (Swedish)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"081d")
diff --git a/dlls/kernel/nls/tha.nls b/dlls/kernel/nls/tha.nls
index f49cb98..04e2f7c 100644
--- a/dlls/kernel/nls/tha.nls
+++ b/dlls/kernel/nls/tha.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Thai
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE, "041e")
LOCVAL(LOCALE_SLANGUAGE, "Thai")
diff --git a/dlls/kernel/nls/trk.nls b/dlls/kernel/nls/trk.nls
index d7858d2..3da8d40 100644
--- a/dlls/kernel/nls/trk.nls
+++ b/dlls/kernel/nls/trk.nls
@@ -2,6 +2,22 @@
* OLE2NLS library
* Turkey
* (Turkish strings in cp1254)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"041f")
diff --git a/dlls/kernel/nls/ukr.nls b/dlls/kernel/nls/ukr.nls
index c63a9e1..2f32566 100644
--- a/dlls/kernel/nls/ukr.nls
+++ b/dlls/kernel/nls/ukr.nls
@@ -2,6 +2,22 @@
* OLE2NLS library
* Ukraine
* (ukrainian strings in cp1251)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0422")
diff --git a/dlls/kernel/nls/vie.nls b/dlls/kernel/nls/vie.nls
index 17ab906..195a9c6 100644
--- a/dlls/kernel/nls/vie.nls
+++ b/dlls/kernel/nls/vie.nls
@@ -3,6 +3,22 @@
* Vietnam
*
* (vietnamese strings in VISCII)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"042a")
diff --git a/dlls/kernel/nls/wal.nls b/dlls/kernel/nls/wal.nls
index 0eab85f..5c3346c 100644
--- a/dlls/kernel/nls/wal.nls
+++ b/dlls/kernel/nls/wal.nls
@@ -7,6 +7,22 @@
* Si vos voloz aider avou li ratoûrnaedje des libes programes è walon,
* vos poloz scrîre a l' adresse emile <linux-wa@chanae.alphanet.ch>
*
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0490") /* not official */
diff --git a/dlls/kernel/nls/zhh.nls b/dlls/kernel/nls/zhh.nls
index 23f522e..5359b58 100644
--- a/dlls/kernel/nls/zhh.nls
+++ b/dlls/kernel/nls/zhh.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Chinese (Hong Kong)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0c04")
diff --git a/dlls/kernel/nls/zhi.nls b/dlls/kernel/nls/zhi.nls
index f1d6ce7..8d431f1 100644
--- a/dlls/kernel/nls/zhi.nls
+++ b/dlls/kernel/nls/zhi.nls
@@ -3,6 +3,22 @@
* People's republic of China
*
* (chinese strings in 8bit GuoBiao)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"0804")
diff --git a/dlls/kernel/nls/zhs.nls b/dlls/kernel/nls/zhs.nls
index b2f8e8b..5e185de 100644
--- a/dlls/kernel/nls/zhs.nls
+++ b/dlls/kernel/nls/zhs.nls
@@ -1,6 +1,22 @@
/*
* OLE2NLS library
* Chinese (Singapore)
+ *
+ * Copyright 1998 Marcel Baur
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LOCVAL(LOCALE_ILANGUAGE,"1004")
diff --git a/dlls/kernel/stress.c b/dlls/kernel/stress.c
index a2c92fc..b25cd39 100644
--- a/dlls/kernel/stress.c
+++ b/dlls/kernel/stress.c
@@ -1,9 +1,27 @@
+/*
+ * Copyright 1994 Erik Bos
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
#include <limits.h>
#include "windef.h"
#include "wine/windef16.h"
-#include "debugtools.h"
+#include "wine/debug.h"
-DEFAULT_DEBUG_CHANNEL(stress);
+WINE_DEFAULT_DEBUG_CHANNEL(stress);
/***********************************************************************
* AllocDiskSpace (STRESS.10)
diff --git a/dlls/kernel/string.c b/dlls/kernel/string.c
index d3433ff..61367ef 100644
--- a/dlls/kernel/string.c
+++ b/dlls/kernel/string.c
@@ -1,5 +1,21 @@
/*
* Kernel string functions
+ *
+ * Copyright 2001 Dmitry Timoshkov for Codeweavers
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <ctype.h>
diff --git a/dlls/kernel/sync.c b/dlls/kernel/sync.c
index 4d74642..54e0751 100644
--- a/dlls/kernel/sync.c
+++ b/dlls/kernel/sync.c
@@ -2,6 +2,20 @@
* Kernel synchronization objects
*
* Copyright 1998 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "config.h"
@@ -15,9 +29,9 @@
#include "wine/server.h"
#include "wine/unicode.h"
-#include "debugtools.h"
+#include "wine/debug.h"
-DEFAULT_DEBUG_CHANNEL(win32);
+WINE_DEFAULT_DEBUG_CHANNEL(win32);
/*
* Events
diff --git a/dlls/kernel/tests/atom.pl b/dlls/kernel/tests/atom.pl
index 764f0ec..fa8ed39 100644
--- a/dlls/kernel/tests/atom.pl
+++ b/dlls/kernel/tests/atom.pl
@@ -1,5 +1,22 @@
################################################################
# Tests for atom API calls
+#
+# Copyright 2001 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
use wine;
use winerror;
diff --git a/dlls/kernel/thunk.c b/dlls/kernel/thunk.c
index ad6286c..b4c6237 100644
--- a/dlls/kernel/thunk.c
+++ b/dlls/kernel/thunk.c
@@ -5,6 +5,19 @@
* Copyright 1997, 1998 Marcus Meissner
* Copyright 1998 Ulrich Weigand
*
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <string.h>
@@ -16,7 +29,7 @@
#include "winerror.h"
#include "wine/winbase16.h"
-#include "debugtools.h"
+#include "wine/debug.h"
#include "flatthunk.h"
#include "heap.h"
#include "module.h"
@@ -24,7 +37,7 @@
#include "stackframe.h"
#include "task.h"
-DEFAULT_DEBUG_CHANNEL(thunk);
+WINE_DEFAULT_DEBUG_CHANNEL(thunk);
#ifdef __i386__
extern void __wine_call_from_16_thunk();
diff --git a/dlls/kernel/time.c b/dlls/kernel/time.c
index 4ddace8..a18060d 100644
--- a/dlls/kernel/time.c
+++ b/dlls/kernel/time.c
@@ -2,6 +2,20 @@
* Win32 kernel functions
*
* Copyright 1995 Martin von Loewis and Cameron Heide
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <string.h>
@@ -14,9 +28,9 @@
#include "winerror.h"
#include "winnls.h"
#include "wine/unicode.h"
-#include "debugtools.h"
+#include "wine/debug.h"
-DEFAULT_DEBUG_CHANNEL(win32);
+WINE_DEFAULT_DEBUG_CHANNEL(win32);
/* maximum time adjustment in seconds for SetLocalTime and SetSystemTime */
#define SETTIME_MAX_ADJUST 120
diff --git a/dlls/kernel/toolhelp.c b/dlls/kernel/toolhelp.c
index 7c1dc71..bef701f 100644
--- a/dlls/kernel/toolhelp.c
+++ b/dlls/kernel/toolhelp.c
@@ -2,6 +2,20 @@
* Misc Toolhelp functions
*
* Copyright 1996 Marcus Meissner
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdlib.h>
@@ -16,9 +30,9 @@
#include "tlhelp32.h"
#include "toolhelp.h"
#include "wine/server.h"
-#include "debugtools.h"
+#include "wine/debug.h"
-DEFAULT_DEBUG_CHANNEL(toolhelp);
+WINE_DEFAULT_DEBUG_CHANNEL(toolhelp);
/* FIXME: to make this work, we have to call back all these registered
diff --git a/dlls/kernel/utthunk.c b/dlls/kernel/utthunk.c
index e8b66bc..82f9247 100644
--- a/dlls/kernel/utthunk.c
+++ b/dlls/kernel/utthunk.c
@@ -2,14 +2,28 @@
* Win32s Universal Thunk API
*
* Copyright 1999 Ulrich Weigand
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "wine/winbase16.h"
#include "ntddk.h"
#include "module.h"
-#include "debugtools.h"
+#include "wine/debug.h"
-DEFAULT_DEBUG_CHANNEL(thunk);
+WINE_DEFAULT_DEBUG_CHANNEL(thunk);
#include "pshpack1.h"
diff --git a/dlls/kernel/version.rc b/dlls/kernel/version.rc
index 092b8d3..14abf6d 100644
--- a/dlls/kernel/version.rc
+++ b/dlls/kernel/version.rc
@@ -1,3 +1,21 @@
+/*
+ * Copyright 2001 Dmitry Timoshkov
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
#define WINE_FILEVERSION_STR "1.0"
#define WINE_FILEDESCRIPTION_STR "Wine core dll"
#define WINE_FILENAME_STR "kernel32.dll"
diff --git a/dlls/kernel/version16.rc b/dlls/kernel/version16.rc
index 7ed894c..6d7c7cc 100644
--- a/dlls/kernel/version16.rc
+++ b/dlls/kernel/version16.rc
@@ -1,3 +1,21 @@
+/*
+ * Copyright 2001 Dmitry Timoshkov
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
#define WINE_FILEVERSION_STR "1.0"
#define WINE_FILEDESCRIPTION_STR "Wine core dll"
#define WINE_FILENAME_STR "krnl386.exe"
diff --git a/dlls/kernel/win87em.c b/dlls/kernel/win87em.c
index 28673ea..394b7d6 100644
--- a/dlls/kernel/win87em.c
+++ b/dlls/kernel/win87em.c
@@ -1,8 +1,26 @@
+/*
+ * Copyright 1993 Bob Amstadt
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
#include <stdlib.h>
#include "miscemu.h"
-#include "debugtools.h"
+#include "wine/debug.h"
-DEFAULT_DEBUG_CHANNEL(int);
+WINE_DEFAULT_DEBUG_CHANNEL(int);
struct Win87EmInfoStruct
{
diff --git a/dlls/kernel/windebug.c b/dlls/kernel/windebug.c
index cd0784b..19c0089 100644
--- a/dlls/kernel/windebug.c
+++ b/dlls/kernel/windebug.c
@@ -2,15 +2,29 @@
* WINDEBUG.DLL
*
* Copyright (c) 1997 Andreas Mohr
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <string.h>
#include <stdlib.h>
#include "windef.h"
#include "module.h"
-#include "debugtools.h"
+#include "wine/debug.h"
-DEFAULT_DEBUG_CHANNEL(dll);
+WINE_DEFAULT_DEBUG_CHANNEL(dll);
/***********************************************************************
* WinNotify (WINDEBUG.3)
diff --git a/dlls/kernel/wowthunk.c b/dlls/kernel/wowthunk.c
index 517c037..a9c2155 100644
--- a/dlls/kernel/wowthunk.c
+++ b/dlls/kernel/wowthunk.c
@@ -2,6 +2,20 @@
* Win32 WOW Generic Thunk API
*
* Copyright 1999 Ulrich Weigand
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "wine/winbase16.h"
@@ -10,9 +24,9 @@
#include "file.h"
#include "miscemu.h"
#include "stackframe.h"
-#include "debugtools.h"
+#include "wine/debug.h"
-DEFAULT_DEBUG_CHANNEL(thunk);
+WINE_DEFAULT_DEBUG_CHANNEL(thunk);
/*
* These are the 16-bit side WOW routines. They reside in wownt16.h