Browse Source

README: Mention license and fix tsdecrypt git url.

Georgi Chorbadzhiyski 12 years ago
parent
commit
380c1e0cb4
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      README

+ 5
- 1
README View File

@@ -5,6 +5,10 @@ decrypts it using libdvbcsa and keys obtained from OSCAM or similar cam
5 5
 server. tsdecrypt communicates with CAM server using camd35 over tcp
6 6
 protocol also known as cs378x.
7 7
 
8
+License
9
+=======
10
+tsdecrypt is released under GNU GPL v2.
11
+
8 12
 Installation
9 13
 ============
10 14
 tsdecrypt depends on two external libraries - openssl and libdvbcsa.
@@ -22,7 +26,7 @@ Development
22 26
 The development is tracked using git. The repository is hosted at github
23 27
 to get it, run the following command:
24 28
 
25
-   git clone git://github.com/gfto/libtsfuncs.git
29
+   git clone git://github.com/gfto/tsdecrypt.git
26 30
    git submodule init
27 31
    git submodule update
28 32
 

Loading…
Cancel
Save