|
@@ -3,53 +3,17 @@ No idea about the licence.
|
|
|
The only ref i've found about is in the [Device::Pertelian](https://metacpan.org/pod/Device::Pertelian#AUTHOR) perl module from cpan
|
|
|
|
|
|
```
|
|
|
-Device-Pertelian
|
|
|
-
|
|
|
-Device::Pertelian - a driver for the Pertelian X2040 USB LCD.
|
|
|
-
|
|
|
-INSTALLATION
|
|
|
-
|
|
|
-To install this module, run the following commands:
|
|
|
-
|
|
|
- perl Build.PL
|
|
|
- ./Build
|
|
|
- ./Build test
|
|
|
- ./Build install
|
|
|
-
|
|
|
-SUPPORT AND DOCUMENTATION
|
|
|
-
|
|
|
-After installing, you can find documentation for this module with the
|
|
|
-perldoc command.
|
|
|
-
|
|
|
- perldoc Device::Pertelian
|
|
|
-
|
|
|
-You can also look for information at:
|
|
|
-
|
|
|
- RT, CPAN's request tracker
|
|
|
- http://rt.cpan.org/NoAuth/Bugs.html?Dist=Device-Pertelian
|
|
|
-
|
|
|
- AnnoCPAN, Annotated CPAN documentation
|
|
|
- http://annocpan.org/dist/Device-Pertelian
|
|
|
-
|
|
|
- CPAN Ratings
|
|
|
- http://cpanratings.perl.org/d/Device-Pertelian
|
|
|
-
|
|
|
- Search CPAN
|
|
|
- http://search.cpan.org/dist/Device-Pertelian
|
|
|
-
|
|
|
-
|
|
|
-COPYRIGHT AND LICENCE
|
|
|
+DOCUMENTATION
|
|
|
+See http://www.ekenrooi.net/lcd/lcd.shtml, http://web.archive.org/web/20100903020330/http://developer.pertelian.com/index.php?option=com_content&view=section&id=3&Itemid=9 and the pertd software that vanished with the main website pertelian.com.
|
|
|
|
|
|
+COPYRIGHT & LICENSE
|
|
|
Copyright 2008 Alex Kapranoff, all rights reserved.
|
|
|
|
|
|
-This program is released under the following license: GPL3
|
|
|
+This program is released under the following license: GPL version 3
|
|
|
|
|
|
-In the included pertd.tgz archive there is code by:
|
|
|
-Frans Meulenbroeks, Ron Lauzon, Pred S. Bundalo, Chmouel Boudjnah,
|
|
|
-W. Richard Stevens.
|
|
|
+In the included pertd.tgz archive there is code by: Frans Meulenbroeks, Ron Lauzon, Pred S. Bundalo, Chmouel Boudjnah, W. Richard Stevens.
|
|
|
|
|
|
-The code in pertd.tgz is either in Public Domain or available for
|
|
|
-distribution in unmodified form. See the relevant files.
|
|
|
+The code in pertd.tgz is either in Public Domain or available for distribution in unmodified form. See the relevant files.
|
|
|
```
|
|
|
|
|
|
-It suggests that the code is at least Public Domain.
|
|
|
+It suggests that the code and others infos have vanished and it seems to be at least Public Domain.
|