~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201210021442

« back to all changes in this revision

Viewing changes to lib/include/vm_legal.h

  • Committer: Package Import Robot
  • Author(s): Nate Muench
  • Date: 2012-06-20 15:59:51 UTC
  • mfrom: (1.4.8)
  • Revision ID: package-import@ubuntu.com-20120620155951-6rupmpb0f70b52zr
Tags: 2012.05.21-724730-0ubuntu1
* Merging upstream version 2012.05.21-724730.
  - Fixes building against the current Quantal kernel. (LP: #1000344)
  - Fixes Quantal installation issues. (LP: #1019031)

* Sync with Debian
  - Updating to debhelper version 9.
  - Updating to standards version 3.9.3.
  - Updating copyright file machine-readable format version 1.0.
  - Building without multiarch paths for now

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 * Use UTF8_COPYRIGHT_STRING_BASE when the COMPANY_NAME must be separated out
35
35
 * to create a hyperlink.
36
36
 */
37
 
#define COPYRIGHT_YEARS    "1998-2011"
 
37
#define COPYRIGHT_YEARS    "1998-2012"
38
38
#define COPYRIGHT_STRING   "Copyright \251 " COPYRIGHT_YEARS " " COMPANY_NAME
39
39
#define UTF8_COPYRIGHT_STRING_BASE   "Copyright \302\251 " COPYRIGHT_YEARS
40
40
#define UTF8_COPYRIGHT_STRING   UTF8_COPYRIGHT_STRING_BASE " " COMPANY_NAME
50
50
#define PATENTS_FMT_STRING PATENTS_STRING_BASE "%s."
51
51
#define PATENTS_URL "http://www.vmware.com/go/patents"
52
52
 
53
 
#define TRADEMARK_STRING   "VMware, the VMware \"boxes\" logo and design, Virtual SMP and vMotion are\nregistered trademarks or trademarks of VMware, Inc. in the United States\nand/or other jurisdictions."
 
53
#define TRADEMARK_STRING "VMware is a registered trademark or trademark of VMware, Inc. in the\nUnited States and/or other jurisdictions."
54
54
#define GENERIC_TRADEMARK_STRING "All other marks and names mentioned herein may be trademarks of their\nrespective companies."
55
55
 
56
56
#endif /* VM_LEGAL_H */