Module: wine
Branch: refs/heads/master
Commit: 67dd000250e6fc0ae6b9f5a3ded0309da7740cc6
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=67dd000250e6fc0ae6b9f5a…
Author: Hans Leidekker <hans(a)it.vu.nl>
Date: Fri Jan 6 21:06:53 2006 +0100
Update copyright info for the new year.
---
LICENSE | 2 +-
include/wine/wine_common_ver.rc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/LICENSE b/LICENSE
index 3e11139..a271a98 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 1993-2005 the Wine project authors (see the file AUTHORS
+Copyright (c) 1993-2006 the Wine project authors (see the file AUTHORS
for a complete list)
Wine is free software; you can redistribute it and/or modify it under
diff --git a/include/wine/wine_common_ver.rc b/include/wine/wine_common_ver.rc
index 2f15de5..8fa5cf1 100644
--- a/include/wine/wine_common_ver.rc
+++ b/include/wine/wine_common_ver.rc
@@ -84,7 +84,7 @@ FILESUBTYPE WINE_FILESUBTYPE
VALUE "FileDescription", WINE_FILEDESCRIPTION_STR
VALUE "FileVersion", WINE_FILEVERSION_STR
VALUE "InternalName", WINE_FILENAME
- VALUE "LegalCopyright", "Copyright (c) 1993-2005 the Wine project authors (see the file AUTHORS for a complete list)"
+ VALUE "LegalCopyright", "Copyright (c) 1993-2006 the Wine project authors (see the file AUTHORS for a complete list)"
VALUE "OriginalFilename", WINE_FILENAME_STR
VALUE "ProductName", WINE_PRODUCTNAME_STR
VALUE "ProductVersion", WINE_PRODUCTVERSION_STR
Module: wine
Branch: refs/heads/master
Commit: c36d1926c83f8b6ce2192aa8531b694ff6b705e2
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=c36d1926c83f8b6ce2192aa…
Author: Hans Leidekker <hans(a)it.vu.nl>
Date: Fri Jan 6 21:06:41 2006 +0100
documentation: Suggest installing OpenLDAP development libraries to packagers.
---
documentation/PACKAGING | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/documentation/PACKAGING b/documentation/PACKAGING
index 4484ea1..9a34630 100644
--- a/documentation/PACKAGING
+++ b/documentation/PACKAGING
@@ -88,6 +88,9 @@ they should appear as "Suggests" or "Rec
Wine with Mesa3D (http://www.mesa3d.org), which requires no
hardware support to install.
+ * OpenLDAP: http://www.openldap.org
+ Used by WLDAP32 to implement LDAP support.
+
* LittleCMS: http://www.littlecms.com
This library is used to implement MSCMS (Color Management System)
which is needed by an increasing number of graphics applications.