summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-01-08 15:02:42 -0800
committerEric Anholt <eric@anholt.net>2007-01-08 15:02:42 -0800
commit0d7f8e4f151480ee1415bd5a13799ad6385a8df3 (patch)
treeb10036575a52ed93bf6e088812a9b7eef3be7ae4
parent716d84889f90880c634136e9c1e754edd587ea9e (diff)
More doc/copyright updates for Damage 1.1 update.
-rw-r--r--AUTHORS2
-rw-r--r--COPYING1
-rw-r--r--INSTALL2
-rw-r--r--NEWS2
-rw-r--r--README6
-rw-r--r--src/Xdamage.c1
6 files changed, 9 insertions, 5 deletions
diff --git a/AUTHORS b/AUTHORS
index 57c4efd..78b329f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,2 @@
Keith Packard, HP
-
+Eric Anholt, Intel
diff --git a/COPYING b/COPYING
index 4ee13ed..373d979 100644
--- a/COPYING
+++ b/COPYING
@@ -1,6 +1,7 @@
$Id$
Copyright © 2001,2003 Keith Packard
+Copyright © 2007 Eric Anholt
Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
diff --git a/INSTALL b/INSTALL
index b94098a..1c5b4b5 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-Render is built with the traditional configure script:
+libXdamage is built with the traditional configure script:
$ ./configure --prefix=/usr/X11R6
diff --git a/NEWS b/NEWS
index e69de29..8d606c6 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,2 @@
+2004-07-30: First release with xorg 6.8.0
+2007-01-08: Release of version 1.1 supporting protocol version 1.1. \ No newline at end of file
diff --git a/README b/README
index 9b3a406..9351437 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
- RandR
- X RandR Extension
- Version 1.1
+ Damage
+ X Damage Extension
+ Version 1.1
2007-01-04
This package contains the library for the X Damage extension.
diff --git a/src/Xdamage.c b/src/Xdamage.c
index 4c822a0..5a16ce9 100644
--- a/src/Xdamage.c
+++ b/src/Xdamage.c
@@ -2,6 +2,7 @@
* $Id$
*
* Copyright © 2003 Keith Packard
+ * Copyright © 2007 Eric Anholt
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that