Browse Source

No need to track where FSF moves. No code changes.

Georgi Chorbadzhiyski 11 years ago
parent
commit
581cd66b37
20 changed files with 20 additions and 81 deletions
  1. 1
    5
      FFdecsa_init
  2. 1
    4
      camd-cs378x.c
  3. 1
    4
      camd-newcamd.c
  4. 1
    4
      camd.c
  5. 1
    4
      camd.h
  6. 1
    4
      csa.c
  7. 1
    4
      csa.h
  8. 1
    4
      data.c
  9. 1
    4
      data.h
  10. 1
    4
      notify.c
  11. 1
    4
      notify.h
  12. 1
    4
      process.c
  13. 1
    4
      process.h
  14. 1
    4
      tables.c
  15. 1
    4
      tables.h
  16. 1
    4
      tsdecrypt.c
  17. 1
    4
      udp.c
  18. 1
    4
      udp.h
  19. 1
    4
      util.c
  20. 1
    4
      util.h

+ 1
- 5
FFdecsa_init View File

@@ -10,11 +10,7 @@
10 10
 # This program is distributed in the hope that it will be useful,
11 11
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 12
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
-# GNU General Public License for more details.
14
-#
15
-# You should have received a copy of the GNU General Public License
16
-# along with this program; if not, write to the Free Software
17
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
13
+# GNU General Public License (COPYING file) for more details.
18 14
 
19 15
 cd $(dirname $0)
20 16
 

+ 1
- 4
camd-cs378x.c View File

@@ -9,11 +9,8 @@
9 9
  * This program is distributed in the hope that it will be useful,
10 10
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 11
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
- * GNU General Public License for more details.
12
+ * GNU General Public License (COPYING file) for more details.
13 13
  *
14
- * You should have received a copy of the GNU General Public License
15
- * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
17 14
  */
18 15
 #include <stdlib.h>
19 16
 #include <unistd.h>

+ 1
- 4
camd-newcamd.c View File

@@ -9,11 +9,8 @@
9 9
  * This program is distributed in the hope that it will be useful,
10 10
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 11
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
- * GNU General Public License for more details.
12
+ * GNU General Public License (COPYING file) for more details.
13 13
  *
14
- * You should have received a copy of the GNU General Public License
15
- * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
17 14
  */
18 15
 
19 16
 #define _XOPEN_SOURCE 700 // Needed to pull crypt() from unistd.h

+ 1
- 4
camd.c View File

@@ -9,11 +9,8 @@
9 9
  * This program is distributed in the hope that it will be useful,
10 10
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 11
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
- * GNU General Public License for more details.
12
+ * GNU General Public License (COPYING file) for more details.
13 13
  *
14
- * You should have received a copy of the GNU General Public License
15
- * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
17 14
  */
18 15
 #include <stdlib.h>
19 16
 #include <unistd.h>

+ 1
- 4
camd.h View File

@@ -9,11 +9,8 @@
9 9
  * This program is distributed in the hope that it will be useful,
10 10
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 11
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
- * GNU General Public License for more details.
12
+ * GNU General Public License (COPYING file) for more details.
13 13
  *
14
- * You should have received a copy of the GNU General Public License
15
- * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
17 14
  */
18 15
 #ifndef CAMD_H
19 16
 #define CAMD_H

+ 1
- 4
csa.c View File

@@ -9,11 +9,8 @@
9 9
  * This program is distributed in the hope that it will be useful,
10 10
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 11
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
- * GNU General Public License for more details.
12
+ * GNU General Public License (COPYING file) for more details.
13 13
  *
14
- * You should have received a copy of the GNU General Public License
15
- * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
17 14
  */
18 15
 
19 16
 #include <stdio.h>

+ 1
- 4
csa.h View File

@@ -9,11 +9,8 @@
9 9
  * This program is distributed in the hope that it will be useful,
10 10
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 11
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
- * GNU General Public License for more details.
12
+ * GNU General Public License (COPYING file) for more details.
13 13
  *
14
- * You should have received a copy of the GNU General Public License
15
- * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
17 14
  */
18 15
 #ifndef CSA_H
19 16
 #define CSA_H

+ 1
- 4
data.c View File

@@ -9,11 +9,8 @@
9 9
  * This program is distributed in the hope that it will be useful,
10 10
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 11
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
- * GNU General Public License for more details.
12
+ * GNU General Public License (COPYING file) for more details.
13 13
  *
14
- * You should have received a copy of the GNU General Public License
15
- * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
17 14
  */
18 15
 #include <stdio.h>
19 16
 #include <stdlib.h>

+ 1
- 4
data.h View File

@@ -9,11 +9,8 @@
9 9
  * This program is distributed in the hope that it will be useful,
10 10
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 11
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
- * GNU General Public License for more details.
12
+ * GNU General Public License (COPYING file) for more details.
13 13
  *
14
- * You should have received a copy of the GNU General Public License
15
- * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
17 14
  */
18 15
 #ifndef DATA_H
19 16
 #define DATA_H

+ 1
- 4
notify.c View File

@@ -9,11 +9,8 @@
9 9
  * This program is distributed in the hope that it will be useful,
10 10
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 11
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
- * GNU General Public License for more details.
12
+ * GNU General Public License (COPYING file) for more details.
13 13
  *
14
- * You should have received a copy of the GNU General Public License
15
- * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
17 14
  */
18 15
 
19 16
 // Needed for asprintf

+ 1
- 4
notify.h View File

@@ -9,11 +9,8 @@
9 9
  * This program is distributed in the hope that it will be useful,
10 10
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 11
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
- * GNU General Public License for more details.
12
+ * GNU General Public License (COPYING file) for more details.
13 13
  *
14
- * You should have received a copy of the GNU General Public License
15
- * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
17 14
  */
18 15
 #ifndef NOTIFY_H
19 16
 # define NOTIFY_H

+ 1
- 4
process.c View File

@@ -9,11 +9,8 @@
9 9
  * This program is distributed in the hope that it will be useful,
10 10
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 11
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
- * GNU General Public License for more details.
12
+ * GNU General Public License (COPYING file) for more details.
13 13
  *
14
- * You should have received a copy of the GNU General Public License
15
- * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
17 14
  */
18 15
 #include <unistd.h>
19 16
 #include <string.h>

+ 1
- 4
process.h View File

@@ -9,11 +9,8 @@
9 9
  * This program is distributed in the hope that it will be useful,
10 10
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 11
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
- * GNU General Public License for more details.
12
+ * GNU General Public License (COPYING file) for more details.
13 13
  *
14
- * You should have received a copy of the GNU General Public License
15
- * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
17 14
  */
18 15
 #ifndef PROCESS_H
19 16
 #define PROCESS_H

+ 1
- 4
tables.c View File

@@ -9,11 +9,8 @@
9 9
  * This program is distributed in the hope that it will be useful,
10 10
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 11
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
- * GNU General Public License for more details.
12
+ * GNU General Public License (COPYING file) for more details.
13 13
  *
14
- * You should have received a copy of the GNU General Public License
15
- * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
17 14
  */
18 15
 #include "data.h"
19 16
 #include "tables.h"

+ 1
- 4
tables.h View File

@@ -9,11 +9,8 @@
9 9
  * This program is distributed in the hope that it will be useful,
10 10
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 11
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
- * GNU General Public License for more details.
12
+ * GNU General Public License (COPYING file) for more details.
13 13
  *
14
- * You should have received a copy of the GNU General Public License
15
- * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
17 14
  */
18 15
 #ifndef TABLE_H
19 16
 #define TABLES_H

+ 1
- 4
tsdecrypt.c View File

@@ -9,11 +9,8 @@
9 9
  * This program is distributed in the hope that it will be useful,
10 10
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 11
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
- * GNU General Public License for more details.
12
+ * GNU General Public License (COPYING file) for more details.
13 13
  *
14
- * You should have received a copy of the GNU General Public License
15
- * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
17 14
  */
18 15
 #include <stdlib.h>
19 16
 #include <unistd.h>

+ 1
- 4
udp.c View File

@@ -9,11 +9,8 @@
9 9
  * This program is distributed in the hope that it will be useful,
10 10
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 11
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
- * GNU General Public License for more details.
12
+ * GNU General Public License (COPYING file) for more details.
13 13
  *
14
- * You should have received a copy of the GNU General Public License
15
- * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
17 14
  */
18 15
 #include <stdio.h>
19 16
 #include <stdlib.h>

+ 1
- 4
udp.h View File

@@ -9,11 +9,8 @@
9 9
  * This program is distributed in the hope that it will be useful,
10 10
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 11
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
- * GNU General Public License for more details.
12
+ * GNU General Public License (COPYING file) for more details.
13 13
  *
14
- * You should have received a copy of the GNU General Public License
15
- * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
17 14
  */
18 15
 #ifndef UDP_H
19 16
 #define UDP_H

+ 1
- 4
util.c View File

@@ -9,11 +9,8 @@
9 9
  * This program is distributed in the hope that it will be useful,
10 10
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 11
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
- * GNU General Public License for more details.
12
+ * GNU General Public License (COPYING file) for more details.
13 13
  *
14
- * You should have received a copy of the GNU General Public License
15
- * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
17 14
  */
18 15
 
19 16
 #include <time.h>

+ 1
- 4
util.h View File

@@ -9,11 +9,8 @@
9 9
  * This program is distributed in the hope that it will be useful,
10 10
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 11
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
- * GNU General Public License for more details.
12
+ * GNU General Public License (COPYING file) for more details.
13 13
  *
14
- * You should have received a copy of the GNU General Public License
15
- * along with this program; if not, write to the Free Software
16
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
17 14
  */
18 15
 #ifndef UTIL_H
19 16
 #define UTIL_H

Loading…
Cancel
Save