Removed CVS tags.

This commit is contained in:
Ben Byer 2007-11-04 18:53:41 -08:00
parent f2e310132f
commit 27ecb89250
19 changed files with 4 additions and 39 deletions

View File

@ -1,5 +1,3 @@
.\" $XFree86: xc/programs/Xserver/hw/darwin/XDarwin.man,v 1.3 2001/09/23 23:02:37 torrey Exp $
.\"
.TH XDARWIN 1 __vendorversion__ .TH XDARWIN 1 __vendorversion__
.SH NAME .SH NAME
XDarwin \- X window system server for Darwin operating system XDarwin \- X window system server for Darwin operating system

View File

@ -1,5 +1,3 @@
<!-- $XFree86: xc/programs/Xserver/hw/darwin/bundle/English.lproj/XDarwinHelp.html.cpp,v 1.2 2001/11/04 07:02:28 torrey Exp $ -->
<html> <html>
<head> <head>
<title>XDarwin Help</title> <title>XDarwin Help</title>

View File

@ -1,5 +1,4 @@
/* English versions of the Info.plist keys; used by most localizations. */ /* English versions of the Info.plist keys; used by most localizations. */
/* Most of these are set in the target application settings. */ /* Most of these are set in the target application settings. */
/* $XFree86: xc/programs/Xserver/hw/darwin/bundle/English.lproj/InfoPlist.strings.cpp,v 1.3 2002/07/17 01:24:55 torrey Exp $ */
NSHumanReadableCopyright = __quote__ X_VENDOR_NAME X_VERSION __quote__; NSHumanReadableCopyright = __quote__ X_VENDOR_NAME X_VERSION __quote__;

View File

@ -1,5 +1,4 @@
/* English localized versions of strings used by the Mac OS X front end. */ /* English localized versions of strings used by the Mac OS X front end. */
/* $XFree86: xc/programs/Xserver/hw/darwin/bundle/English.lproj/Localizable.strings,v 1.3 2002/01/30 06:50:46 torrey Exp $ */
/* Title of alert panel */ /* Title of alert panel */
"Quit X server?" = "Quit X server?"; "Quit X server?" = "Quit X server?";

View File

@ -1,5 +1,3 @@
<!-- $XFree86: xc/programs/Xserver/hw/darwin/bundle/English.lproj/XDarwinHelp.html.cpp,v 1.1 2001/05/21 01:42:17 torrey Exp $ -->
<html> <html>
<head> <head>
<title>XDarwin Help</title> <title>XDarwin Help</title>

View File

@ -1,5 +1,3 @@
<!-- $XFree86: xc/programs/Xserver/hw/darwin/bundle/English.lproj/XDarwinHelp.html.cpp,v 1.2 2001/11/04 07:02:28 torrey Exp $ -->
<html> <html>
<head><META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1"> <head><META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1">
<title>XDarwin Help</title> <title>XDarwin Help</title>

View File

@ -1,5 +1,3 @@
<!-- $XFree86: xc/programs/Xserver/hw/darwin/bundle/English.lproj/XDarwinHelp.html.cpp,v 1.1 2001/05/21 01:42:17 torrey Exp $ -->
<html> <html>
<head> <head>
<title>XDarwin Help</title> <title>XDarwin Help</title>

View File

@ -1,5 +1,3 @@
<!-- $XFree86: xc/programs/Xserver/hw/darwin/bundle/English.lproj/XDarwinHelp.html.cpp,v 1.2 2001/11/04 07:02:28 torrey Exp $ --><html><body>
<head> <head>
<title>XDarwin Help</title> <title>XDarwin Help</title>
</head> </head>

View File

@ -1,5 +1,3 @@
<!-- $XFree86: xc/programs/Xserver/hw/darwin/bundle/English.lproj/XDarwinHelp.html.cpp,v 1.2 2001/11/04 07:02:28 torrey Exp $ -->
<html> <html>
<head> <head>
<title>XDarwin Ayuda</title> <title>XDarwin Ayuda</title>

View File

@ -1,5 +1,3 @@
<!-- $XFree86: xc/programs/Xserver/hw/darwin/bundle/English.lproj/XDarwinHelp.html.cpp,v 1.2 2001/11/04 07:02:28 torrey Exp $ -->
<html> <html>
<head> <head>
<title>XDarwin Help</title> <title>XDarwin Help</title>

View File

@ -1,5 +1,3 @@
<!-- $XFree86: xc/programs/Xserver/hw/darwin/bundle/English.lproj/XDarwinHelp.html.cpp,v 1.1 2001/05/21 01:42:17 torrey Exp $ -->
<html> <html>
<head> <head>
<title>XDarwin Help</title> <title>XDarwin Help</title>

View File

@ -2,8 +2,6 @@ XCOMM!/bin/sh
XCOMM This script is used by XDarwin to start X clients when XDarwin is XCOMM This script is used by XDarwin to start X clients when XDarwin is
XCOMM launched from the Finder. XCOMM launched from the Finder.
XCOMM
XCOMM $XFree86: $
userclientrc=$HOME/.xinitrc userclientrc=$HOME/.xinitrc
sysclientrc=XINITDIR/xinitrc sysclientrc=XINITDIR/xinitrc

View File

@ -3,8 +3,6 @@
* Shared code for the Darwin X Server * Shared code for the Darwin X Server
* running with Quartz or IOKit display mode * running with Quartz or IOKit display mode
* *
**************************************************************/
/*
* Copyright (c) 2001-2004 Torrey T. Lyons. All Rights Reserved. * Copyright (c) 2001-2004 Torrey T. Lyons. All Rights Reserved.
* Copyright (c) 2007 Apple Inc. * Copyright (c) 2007 Apple Inc.
* *

View File

@ -30,7 +30,6 @@
* sale, use or other dealings in this Software without prior written * sale, use or other dealings in this Software without prior written
* authorization. * authorization.
*/ */
/* $XFree86: xc/programs/Xserver/hw/darwin/quartz/Preferences.m,v 1.5 2004/06/08 22:58:10 torrey Exp $ */
#include <dix-config.h> #include <dix-config.h>

View File

@ -2,7 +2,7 @@
// XApplication.m // XApplication.m
// //
// Created by Andreas Monitzer on January 6, 2001. // Created by Andreas Monitzer on January 6, 2001.
//
/* /*
* Copyright (c) 2001 Andreas Monitzer. All Rights Reserved. * Copyright (c) 2001 Andreas Monitzer. All Rights Reserved.
* *
@ -30,7 +30,6 @@
* sale, use or other dealings in this Software without prior written * sale, use or other dealings in this Software without prior written
* authorization. * authorization.
*/ */
/* $XFree86: $ */
#import "XApplication.h" #import "XApplication.h"

View File

@ -29,7 +29,6 @@
* holders shall not be used in advertising or otherwise to promote the sale, * holders shall not be used in advertising or otherwise to promote the sale,
* use or other dealings in this Software without prior written authorization. * use or other dealings in this Software without prior written authorization.
*/ */
/* $XFree86: xc/programs/Xserver/hw/darwin/quartz/cr/XView.m,v 1.1 2003/06/07 05:49:07 torrey Exp $ */
#include <dix-config.h> #include <dix-config.h>

View File

@ -1,7 +1,6 @@
/* /*
* Cocoa rootless implementation functions for AppleWM extension * Cocoa rootless implementation functions for AppleWM extension
*/ *
/*
* Copyright (c) 2003 Torrey T. Lyons. All Rights Reserved. * Copyright (c) 2003 Torrey T. Lyons. All Rights Reserved.
* *
* Permission is hereby granted, free of charge, to any person obtaining a * Permission is hereby granted, free of charge, to any person obtaining a
@ -26,7 +25,6 @@
* holders shall not be used in advertising or otherwise to promote the sale, * holders shall not be used in advertising or otherwise to promote the sale,
* use or other dealings in this Software without prior written authorization. * use or other dealings in this Software without prior written authorization.
*/ */
/* $XFree86: xc/programs/Xserver/hw/darwin/quartz/xpr/xprFrame.c,v 1.2 2003/06/30 01:45:13 torrey Exp $ */
#include <dix-config.h> #include <dix-config.h>

View File

@ -1,8 +1,6 @@
/* $XdotOrg: xc/programs/Xserver/hw/darwin/quartz/cr/crScreen.m,v 1.4 2004/08/12 20:24:36 torrey Exp $ */
/* /*
* Cocoa rootless implementation initialization * Cocoa rootless implementation initialization
*/ *
/*
* Copyright (c) 2001 Greg Parker. All Rights Reserved. * Copyright (c) 2001 Greg Parker. All Rights Reserved.
* Copyright (c) 2002-2004 Torrey T. Lyons. All Rights Reserved. * Copyright (c) 2002-2004 Torrey T. Lyons. All Rights Reserved.
* *
@ -28,7 +26,6 @@
* holders shall not be used in advertising or otherwise to promote the sale, * holders shall not be used in advertising or otherwise to promote the sale,
* use or other dealings in this Software without prior written authorization. * use or other dealings in this Software without prior written authorization.
*/ */
/* $XFree86: xc/programs/Xserver/hw/darwin/quartz/cr/crScreen.m,v 1.5 2003/11/12 20:21:52 torrey Exp $ */
#include <dix-config.h> #include <dix-config.h>

View File

@ -1,4 +1,3 @@
/* $XdotOrg: xc/programs/Xserver/hw/darwin/quartz/quartzCocoa.m,v 1.2 2004/04/23 19:15:17 eich Exp $ */
/************************************************************** /**************************************************************
* *
* Quartz-specific support for the Darwin X Server * Quartz-specific support for the Darwin X Server
@ -7,8 +6,6 @@
* This file is separate from the parts of Quartz support * This file is separate from the parts of Quartz support
* that use X include files to avoid symbol collisions. * that use X include files to avoid symbol collisions.
* *
**************************************************************/
/*
* Copyright (c) 2001-2004 Torrey T. Lyons and Greg Parker. * Copyright (c) 2001-2004 Torrey T. Lyons and Greg Parker.
* All Rights Reserved. * All Rights Reserved.
* *
@ -34,7 +31,7 @@
* holders shall not be used in advertising or otherwise to promote the sale, * holders shall not be used in advertising or otherwise to promote the sale,
* use or other dealings in this Software without prior written authorization. * use or other dealings in this Software without prior written authorization.
*/ */
/* $XFree86: xc/programs/Xserver/hw/darwin/quartz/quartzCocoa.m,v 1.5 2004/06/08 22:58:10 torrey Exp $ */
#include <dix-config.h> #include <dix-config.h>
#include "quartzCommon.h" #include "quartzCommon.h"