diff options
| author | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2024-05-13 13:49:39 +0300 |
|---|---|---|
| committer | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2024-05-13 13:49:39 +0300 |
| commit | 7b44d1508139822a5a9e13d27d896e1ffd7dd58d (patch) | |
| tree | 1f6c7199f5eb3fc5da73a31639b3f1b72b28775f | |
| parent | 89188ab190e09e8c3ffdf2b9cfd5b00cd0505423 (diff) | |
| download | linkeysearch-7b44d1508139822a5a9e13d27d896e1ffd7dd58d.tar.gz linkeysearch-7b44d1508139822a5a9e13d27d896e1ffd7dd58d.tar.bz2 linkeysearch-7b44d1508139822a5a9e13d27d896e1ffd7dd58d.zip | |
update READMEdevelopment
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | README.md | 10 |
2 files changed, 10 insertions, 2 deletions
@@ -54,7 +54,7 @@ Thumbs.db app/public/temp/ # authentication files (json) for Google Cloud Services -auth/*.json +auth/ # environmental variable files .env @@ -21,7 +21,7 @@ proprietary or open source; paid or gratis. However, if you modify `linkeysearch` itself, you must distribute the source to your modified version of `linkeysearch`. -## Note +## Licence Note The only valid version of the GPL as far as this project is concerned is v2 of the license (not v2.2 or v3.x or whatever), @@ -37,3 +37,11 @@ coming from the use of this file. (The General Public License restrictions do apply in other respects; for example, they cover modification of the file, and distribution when not linked into a combined executable.) + + + +# Spare Notes + +The project includes a banch of non-related to the project code +(like promise tests, async practies etc.); sorry! +they are about to be removed |
