Sponsored Content
Special Forums News, Links, Events and Announcements UNIX.COM -- X/Open WIPO UDRP Complaint Post 25424 by warrend on Tuesday 30th of July 2002 08:57:02 AM
Old 07-30-2002
I just want to ask a stupid question. In reading

"ADMINISTRATIVE PANEL DECISION X/Open Company Limited v. unix.net Case No. D2002-0296" it says;

Quote:
Complainant is the owner of the trademark UNIX world-wide ("UNIX Marks"). X-Open used to be the exclusive licensee of the UNIX marks. Under the terms of the license agreement X/Open had the option to have the UNIX marks assigned to it. X/Open exercised its right and is now the registered owner of the UNIX Marks.
Does this mean that the x-open group own "UNIX Marks" as a trade mark?

I am a bit counfused, it almost reads like they own the word "UNIX";

Quote:
The Complainant is the owner of registrations or pending applications for UNIX in relation to computer programs, computer related goods and computer related services in over seventy-five countries throughout the world (Annex 3, pages 22 to 34). Copies of signed License Agreements between X/Open and a number of licensees are attached marked as Annex 4. Among the licensees of X/Open are most of the leading computer companies of the world including Unisys Corporation, Siemens Nixdorf Informationssysteme AG, Sun Microsystems, Inc., Novell Inc., Hewlett-Packard Company, AT & T Global Information Solutions, Bull S.A., International Business Machines Corporation (IBM), Digital Equipment Corporation, The Santa Cruz Operation, Inc., Hitachi Limited, Silicon Graphics, Inc., Stratus Computer, Inc., Dansk Data Elektronik A/S, Fujitsu Limited, NEC Corporation and NCR Corporation. X/Open, its predecessors in business, and licensees have made extensive use of the trademark UNIX throughout the world in respect of computer operating systems, computer related goods and computer related services. The extent of use of the mark UNIX is so extensive that most major companies in the computer field are an approved user of the trademark UNIX.
surly this would be like me trademarking the word "Cola" (not a bad Idea!)
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Difference between UNIX operating system and Unix Open Server

Hi, I recently joined this forum and new to UNIX. Is there any difference between UNIX operating system and UNIX open server? Please explain. (1 Reply)
Discussion started by: Manjit
1 Replies

2. News, Links, Events and Announcements

WIPO Official Decision

At Last Official Decision of UNIX.com Domain dispute by WIPO is available to review. http://arbiter.wipo.int/domains/decisions/html/2002/d2002-0294.html (Status: unix.com > Complaint denied) (1 Reply)
Discussion started by: killerserv
1 Replies

3. News, Links, Events and Announcements

UNIX.COM -- X/Open WIPO UDRP RESULTS !!!!

Just received word from our attorney..... UNIX.COM PREVAILS IN X/OPEN WIPO ACTION: (THE TRUE UNIX USERS OF THE WORLD WIN!!!!) Click to Download: WIPO Notice of Decision Click to Download: WIPO Administrative Decision (9 Replies)
Discussion started by: Neo
9 Replies

4. Filesystems, Disks and Memory

Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!!

Hello Moto I hope someone can help We's here at work, have a unix box with sco openserver 5 on it, so it has a nice gui interface.. and also a fair few windows computers.. a system admin guy b4 me, has set up a user called neil, which can, when u try to access the unix box using windows... (2 Replies)
Discussion started by: haggo
2 Replies
pocompendium(1) 					      Translate Toolkit 1.3.0						   pocompendium(1)

NAME
pocompendium - Create a PO compendium from a directory of PO files. SYNOPSIS
pocompendium [options] output.po <-d po-directory(ies)|po-file(s)> DESCRIPTION
Takes a directory of translated PO files and creates a single PO files called a PO compendium. This compendium can be used to review word choice conflicts or as input during a merge using pomigrate(1). OPTIONS
-v, --invert creates an inverse compendium with msgid and msgstr swapped -e, --errors only ouput message bundles that have conflicts -c, --correct only ouput message bundles that are correctly translated -i, --ignore-case drops all strings to lowercase -st, -tilde, --strip-accel-amp remove all & style accelerator markers -sa, -amp, --strip-accel-tilde remove all ~ style accelerator markers -su, --strip-accel-under remove all _ style accelerator markers EXAMPLES
Compendium creation create a compendium with all your translations to use as input during a message merge either when migrating an existing project or starting a new one. Conflicting translations use --errors to find where you have translated an English string differently. Many times this is OK but often it will pick up subtle spell- ing mistakes or help you to migrate older translations to a newer choice of words. Conflicting word choice use --invert and --errors to get a compendium file that show how you have used a translated word for different English words. You might have chosen a word that is valid for both of the English expressions but that in the context of computers would cause confusion for the user. You can now easily identify these words and make changes in the underlying translations. Narrowing Results PO files treat slight changes in capitalisation, accelerator, punctuation and whitespace as different translations. In cases 2) and 3) above it is sometimes useful to remove the inconsistencies so that you can focus on the errors in translation not on shifts in capitals. To this end you can use the following: --ignore-case, --strip-accel-amp, --strip-accel-tilde, --strip-accel-under. OPERATION
pocompendium makes use of the Gettext tool msgcat(1) to perform its task. It traverses the PO directories and cat's all found PO files into the single compendium output file. It then uses msgattrib(1) to extract only certain messages, msghack to invert messages and msgfilter(1) to convert messages to lowercase. BUGS
There are some absolute/relative path name issues. Translate Toolkit 1.3.0 pocompendium(1)
All times are GMT -4. The time now is 07:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy