You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7350 8e941d3f-bd1b-0410-a28a-d453659cc2b4
47 lines
2.5 KiB
Plaintext
47 lines
2.5 KiB
Plaintext
--------------------------------------------------------------------------------
|
|
LazStats
|
|
--------------------------------------------------------------------------------
|
|
Clone of the LazStats statistics application by William Miller
|
|
(https://openstat.info/LazStatsMain.htm)
|
|
|
|
What is different?
|
|
------------------
|
|
- Update form layout.
|
|
- Move units into subfolders for each major menu command in order to avoid the
|
|
extremely long file list in the project manager.
|
|
- Include data and documentation folders of the original site.
|
|
Add missing data files from the OpenStat application mentioned in the
|
|
pdf help files.
|
|
- Create chm help from the original pdf help files of the original site,
|
|
tool used: HelpNDoc.
|
|
|
|
License
|
|
-------
|
|
William Miller writes in file "html/introduction.pdf":
|
|
|
|
"While I reserve the copyright protection of these packages, I make no
|
|
restriction on their distribution or use. It is common courtesy, of course,
|
|
to give me credit if you use these resources. Because I do not warrant them
|
|
in any manner, you should insure yourself that the routines you use are
|
|
adequate for your purposes."
|
|
|
|
License displayed by program:
|
|
***************************************************************************
|
|
* *
|
|
* This source is free software; you can redistribute it and/or modify *
|
|
* it under the terms of the GNU General Public License as published by *
|
|
* the Free Software Foundation; either version 2 of the License, or *
|
|
* (at your option) any later version. *
|
|
* *
|
|
* This code is distributed in the hope that it will be useful, but *
|
|
* WITHOUT ANY WARRANTY; without even the implied warranty of *
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
|
|
* General Public License for more details. *
|
|
* *
|
|
* A copy of the GNU General Public License is available on the World *
|
|
* Wide Web at <http://www.gnu.org/copyleft/gpl.html>. You can also *
|
|
* obtain it by writing to the Free Software Foundation, *
|
|
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
* *
|
|
***************************************************************************
|