Sponsored Content
Special Forums News, Links, Events and Announcements UNIX.COM -- X/Open WIPO UDRP Complaint Post 19316 by PxT on Tuesday 9th of April 2002 11:49:34 AM
Old 04-09-2002
Seems like it should be a pretty open and shut case. I quote from the Uniform Doman Name Dispute Resolution Policy, Section 4c entitled "How to Demonstrate Your Rights to and Legitimate Interests in the Domain Name in Responding to a Complaint":

(emphasis added)

Quote:

Any of the following circumstances, in particular but without limitation, if found by the Panel to be proved based on its evaluation of all evidence presented, shall demonstrate your rights or legitimate interests to the domain name for purposes of Paragraph 4(a)(ii):

(i) before any notice to you of the dispute, your use of, or demonstrable preparations to use, the domain name or a name corresponding to the domain name in connection with a bona fide offering of goods or services; or

(ii) you (as an individual, business, or other organization) have been commonly known by the domain name, even if you have acquired no trademark or service mark rights; or

(iii) you are making a legitimate noncommercial or fair use of the domain name, without intent for commercial gain to misleadingly divert consumers or to tarnish the trademark or service mark at issue.

I think it should be pretty clear that this site is non-commercial in nature, and does not attempt to mislead consumers into believeing it is any type of "official" Unix site. Do they have a leg to stand on?
 

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
uri_urn(3tcl)					    Tcl Uniform Resource Identifier Management					     uri_urn(3tcl)

__________________________________________________________________________________________________________________________________________________

NAME
uri_urn - URI utilities, URN scheme SYNOPSIS
package require Tcl 8.2 package require uri::urn ?1.1.2? uri::urn::quote url uri::urn::unquote url _________________________________________________________________ DESCRIPTION
This package provides two commands to quote and unquote the disallowed characters for url using the urn scheme, registers the scheme with the package uri, and provides internal helpers which will be automatically used by the commands uri::split and uri::join of package uri to handle urls using the urn scheme. COMMANDS
uri::urn::quote url This command quotes the characters disallowed by the urn scheme (per RFC 2141 sec2.2) in the url and returns the modified url as its result. uri::urn::unquote url This commands performs the reverse of ::uri::urn::quote. It takes an urn url, removes the quoting from all disallowed characters, and returns the modified urls as its result. BUGS, IDEAS, FEEDBACK This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category uri of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation. KEYWORDS
rfc 2141, uri, url, urn CATEGORY
Networking uri 1.1.2 uri_urn(3tcl)
All times are GMT -4. The time now is 04:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy