From 17a3785534a695e9126159bd2ababd284f05659a Mon Sep 17 00:00:00 2001 From: svu Date: Tue, 2 Aug 2005 18:59:13 +0000 Subject: [PATCH] giving the proper credits --- AUTHORS | 6 +++--- CREDITS | 2 ++ Makefile.am | 2 +- xkeyboard-config.spec.in | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 CREDITS diff --git a/AUTHORS b/AUTHORS index 1c6c646..e91c7dd 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,5 @@ Denis Barbier Frank Murphy -Ivan Pascal (pascal@info.tsu.ru) -Andriy Rysin (arysin@myrealbox.com) -Sergey V. Udaltsov (svu@users.sourceforge.net) +Ivan Pascal +Andriy Rysin +Sergey V. Udaltsov diff --git a/CREDITS b/CREDITS new file mode 100644 index 0000000..a8d4151 --- /dev/null +++ b/CREDITS @@ -0,0 +1,2 @@ +Ivan A Derzhanski +Runa Aruna diff --git a/Makefile.am b/Makefile.am index a8bcbcc..bd393a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = compat geometry keycodes keymap po rules semantics symbols types docs -EXTRA_DIST=config.rpath COPYING README \ +EXTRA_DIST=config.rpath COPYING CREDITS README \ autogen.sh \ xkeyboard-config.spec \ xkeyboard-config.spec.in \ diff --git a/xkeyboard-config.spec.in b/xkeyboard-config.spec.in index 1819067..33ddced 100644 --- a/xkeyboard-config.spec.in +++ b/xkeyboard-config.spec.in @@ -41,5 +41,5 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} %files %defattr(-, root, root) -%doc AUTHORS ChangeLog NEWS README COPYING docs/README.config docs/README.enhancing docs/README.symbols docs/HOWTO.transition docs/HOWTO.testing +%doc AUTHORS CREDITS ChangeLog NEWS README COPYING docs/README.config docs/README.enhancing docs/README.symbols docs/HOWTO.transition docs/HOWTO.testing %{_prefix}/lib/X11/xkb/* -- 2.32.0.93.g670b81a890