summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-04-23 19:54:35 +0000
committerEgbert Eich <eich@suse.de>2004-04-23 19:54:35 +0000
commit94118c5d40a3b355eeafb95631c741574ba43342 (patch)
treeb5ad1225799d64201744ee01328c01cad80c6f07
parent52c779f3fe3dd8116e6c54ec1cca05b89cecf0ca (diff)
-rw-r--r--charset.c2
-rw-r--r--charset.h2
-rw-r--r--iso2022.c2
-rw-r--r--iso2022.h2
-rw-r--r--luit.c2
-rw-r--r--luit.man9
-rw-r--r--other.c2
-rw-r--r--other.h2
-rw-r--r--parser.c2
-rw-r--r--sys.c2
-rw-r--r--sys.h2
11 files changed, 16 insertions, 13 deletions
diff --git a/charset.c b/charset.c
index b091bd3..356f818 100644
--- a/charset.c
+++ b/charset.c
@@ -19,7 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
-/* $XFree86: xc/programs/luit/charset.c,v 1.9 2004/01/27 02:30:30 dawes Exp $ */
+/* $XFree86: xc/programs/luit/charset.c,v 1.8 2003/12/22 17:48:12 tsi Exp $ */
#include <stdlib.h>
#include <stdio.h>
diff --git a/charset.h b/charset.h
index bff6d3a..b2ea592 100644
--- a/charset.h
+++ b/charset.h
@@ -19,7 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
-/* $XFree86: xc/programs/luit/charset.h,v 1.4 2002/10/17 01:06:09 dawes Exp $ */
+/* $XFree86: xc/programs/luit/charset.h,v 1.3 2002/07/01 02:25:59 tsi Exp $ */
#define T_FAILED 0
#define T_94 1
diff --git a/iso2022.c b/iso2022.c
index 0b9a9e4..ce87695 100644
--- a/iso2022.c
+++ b/iso2022.c
@@ -19,7 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
-/* $XFree86: xc/programs/luit/iso2022.c,v 1.9 2002/12/08 20:19:49 dickey Exp $ */
+/* $XFree86: xc/programs/luit/iso2022.c,v 1.8 2002/10/17 01:06:09 dawes Exp $ */
#include <stdlib.h>
#include <stdio.h>
diff --git a/iso2022.h b/iso2022.h
index 9b50117..33097df 100644
--- a/iso2022.h
+++ b/iso2022.h
@@ -19,7 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
-/* $XFree86: xc/programs/luit/iso2022.h,v 1.5 2002/10/17 01:06:09 dawes Exp $ */
+/* $XFree86: xc/programs/luit/iso2022.h,v 1.4 2002/07/01 02:25:59 tsi Exp $ */
#define ESC 0x1B
#define CSI 0x9B
diff --git a/luit.c b/luit.c
index a8258e5..c4e1f91 100644
--- a/luit.c
+++ b/luit.c
@@ -19,7 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
-/* $XFree86: xc/programs/luit/luit.c,v 1.11 2003/09/08 14:25:30 eich Exp $ */
+/* $XFree86: xc/programs/luit/luit.c,v 1.9 2002/10/17 01:06:09 dawes Exp $ */
#include <stdio.h>
#include <stdlib.h>
diff --git a/luit.man b/luit.man
index 0d84b93..a7a4cf4 100644
--- a/luit.man
+++ b/luit.man
@@ -1,4 +1,4 @@
-.\" $XFree86: xc/programs/luit/luit.man,v 1.8 2003/04/03 16:44:36 dawes Exp $
+.\" $XFree86: xc/programs/luit/luit.man,v 1.7 2003/02/24 01:10:25 dawes Exp $
.TH LUIT 1 __vendorversion__
.SH NAME
luit \- Locale and ISO\ 2022 support for Unicode terminals
@@ -217,5 +217,8 @@ xterm(1), unicode(7), utf-8(7), charsets(7).
.I Character Code Structure and Extension Techniques (ISO\ 2022, ECMA-35).
.I Control Functions for Coded Character Sets (ISO\ 6429, ECMA-48).
.SH AUTHOR
-Luit was written by Juliusz Chroboczek <jch@xfree86.org> for the
-XFree86 project.
+The version of
+.B Luit
+included in this X.org Foundataion release
+was originally written by Juliusz Chroboczek <jch@freedesktop.org>
+for the XFree86 Project.
diff --git a/other.c b/other.c
index de770cf..99ca8c1 100644
--- a/other.c
+++ b/other.c
@@ -19,7 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
-/* $XFree86: xc/programs/luit/other.c,v 1.2 2004/01/27 02:30:30 dawes Exp $ */
+/* $XFree86: xc/programs/luit/other.c,v 1.1 2002/10/17 01:06:09 dawes Exp $ */
#include <stdlib.h>
#include <stdio.h>
diff --git a/other.h b/other.h
index d5b2758..8cb3a4d 100644
--- a/other.h
+++ b/other.h
@@ -19,7 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
-/* $XFree86: xc/programs/luit/other.h,v 1.2 2004/01/27 02:30:30 dawes Exp $ */
+/* $XFree86: xc/programs/luit/other.h,v 1.1 2002/10/17 01:06:09 dawes Exp $ */
typedef struct {
FontMapPtr mapping;
diff --git a/parser.c b/parser.c
index 6734fb2..2ccd144 100644
--- a/parser.c
+++ b/parser.c
@@ -19,7 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
-/* $XFree86: xc/programs/luit/parser.c,v 1.2 2002/09/18 17:11:50 tsi Exp $ */
+/* $XFree86$ */
#include <stdlib.h>
#include <stdio.h>
diff --git a/sys.c b/sys.c
index d05fd8a..1fa8ecb 100644
--- a/sys.c
+++ b/sys.c
@@ -19,7 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
-/* $XFree86: xc/programs/luit/sys.c,v 1.10 2003/09/08 14:25:30 eich Exp $ */
+/* $XFree86: xc/programs/luit/sys.c,v 1.9 2003/08/17 20:39:58 dawes Exp $ */
#include <stdlib.h>
#include <string.h>
diff --git a/sys.h b/sys.h
index b8d1407..1de48fd 100644
--- a/sys.h
+++ b/sys.h
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/luit/sys.h,v 1.3 2003/10/24 20:38:12 tsi Exp $ */
+/* $XFree86$ */
/*
Copyright (c) 2001 by Juliusz Chroboczek