diff options
author | svu <svu> | 2005-08-02 18:59:13 +0000 |
---|---|---|
committer | svu <svu> | 2005-08-02 18:59:13 +0000 |
commit | 17a3785534a695e9126159bd2ababd284f05659a (patch) | |
tree | 99506aa4325eddaee7e2d1a36ea1db1253b6463e | |
parent | f9e6867f2552e2dea13663583edc62a5b405bdb8 (diff) |
giving the proper credits
-rw-r--r-- | AUTHORS | 6 | ||||
-rw-r--r-- | CREDITS | 2 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | xkeyboard-config.spec.in | 2 |
4 files changed, 7 insertions, 5 deletions
@@ -1,5 +1,5 @@ Denis Barbier <barbier@linuxfr.org> Frank Murphy <murphyf+xfree86@f-m.fm> -Ivan Pascal (pascal@info.tsu.ru) -Andriy Rysin (arysin@myrealbox.com) -Sergey V. Udaltsov (svu@users.sourceforge.net) +Ivan Pascal <pascal@info.tsu.ru> +Andriy Rysin <arysin@myrealbox.com> +Sergey V. Udaltsov <svu@users.sourceforge.net> diff --git a/CREDITS b/CREDITS new file mode 100644 index 00000000..a8d41512 --- /dev/null +++ b/CREDITS @@ -0,0 +1,2 @@ +Ivan A Derzhanski <iad@math.bas.bg> +Runa Aruna <runa_aruna@yahoo.com> diff --git a/Makefile.am b/Makefile.am index a8bcbcc5..bd393a0e 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 1819067a..33ddced3 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/* |