Skip to content

Commit 8ff8e25

Browse files
committed
updated the readme and moved the license in a separate file
1 parent 9f49e62 commit 8ff8e25

2 files changed

Lines changed: 34 additions & 27 deletions

File tree

README renamed to LICENSE

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,5 @@
1-
libspnav - 0.2.2
2-
----------------
3-
4-
1. About
5-
6-
The libspnav library is provided as a replacement of the magellan library. It
7-
provides a cleaner, and more orthogonal interface. libspnav supports both the
8-
original X11 protocol for communicating with the driver, and the new
9-
alternative non-X protocol. Programs that choose to use the X11 protocol, are
10-
automatically compatible with either the free spacenavd driver or the official
11-
3dxserv, as if they were using the magellan SDK.
12-
13-
Also, libspnav provides a magellan API wrapper on top of the new API. So, any
14-
applications that were using the magellan library, can switch to libspnav
15-
without any changes. And programmers that are familliar with the magellan API
16-
can continue using it with a free library without the restrictions of the
17-
official SDK.
18-
19-
20-
2. Installation
21-
22-
Configure, make, and make install as usual.
23-
24-
25-
3. License
26-
271
libspnav is part of the spacenav project (spacenav.sf.net)
28-
Copyright (C) 2007-2009 John Tsiombikas <nuclear@member.fsf.org>
2+
Copyright (C) 2007-2018 John Tsiombikas <nuclear@member.fsf.org>
293

304
Redistribution and use in source and binary forms, with or without
315
modification, are permitted provided that the following conditions are met:

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
libspnav
2+
========
3+
4+
About
5+
-----
6+
7+
The libspnav library is provided as a replacement of the magellan library. It
8+
provides a cleaner, and more orthogonal interface. libspnav supports both the
9+
original X11 protocol for communicating with the driver, and the new
10+
alternative non-X protocol. Programs that choose to use the X11 protocol, are
11+
automatically compatible with either the free spacenavd driver or the official
12+
3dxserv, as if they were using the magellan SDK.
13+
14+
Also, libspnav provides a magellan API wrapper on top of the new API. So, any
15+
applications that were using the magellan library, can switch to libspnav
16+
without any changes. And programmers that are familliar with the magellan API
17+
can continue using it with a free library without the restrictions of the
18+
official SDK.
19+
20+
21+
Installation
22+
------------
23+
24+
Configure, make, and make install as usual.
25+
26+
27+
License
28+
-------
29+
30+
Copyright (C) 2007-2018 John Tsiombikas <nuclear@member.fsf.org>
31+
32+
libspnav is free software. Feel free to use, modify, and/or redistibute it
33+
under the terms of the 3-clause BSD license. See LICENSE for details.

0 commit comments

Comments
 (0)