Skip to content

Commit f51dcc3

Browse files
committedFeb 3, 2012
Updated the copyright notices in all the files containing them to
go up to 2012, and to remove the requirement to cite my web site.
1 parent 79d04ae commit f51dcc3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+477
-472
lines changed
 

‎Makefile

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# MAKEFILE FOR LDPC PROGRAMS & ASSOCIATED UTILITIES.
22

3-
# Copyright (c) 2000, 2001, 2006 by Radford M. Neal
3+
# Copyright (c) 1995-2012 by Radford M. Neal.
44
#
5-
# Permission is granted for anyone to copy, use, modify, or distribute
5+
# Permission is granted for anyone to copy, use, modify, and distribute
66
# these programs and accompanying documents for any purpose, provided
7-
# this copyright notice is retained and prominently displayed, along
8-
# with a note saying that the original programs are available from
9-
# Radford Neal's web page, and note is made of any changes made to these
10-
# programs. These programs and documents are distributed without any
11-
# warranty, express or implied. As the programs were written for
12-
# research purposes only, they have not been tested to the degree that
13-
# would be advisable in any important application. All use of these
14-
# programs is entirely at the user's own risk.
7+
# this copyright notice is retained and prominently displayed, and note
8+
# is made of any changes made to these programs. These programs and
9+
# documents are distributed without any warranty, express or implied.
10+
# As the programs were written for research purposes only, they have not
11+
# been tested to the degree that would be advisable in any important
12+
# application. All use of these programs is entirely at the user's own
13+
# risk.
1514

1615

1716
# NOTE: The natural random numbers in "randfile" are accessed by the

‎alist-to-pchk.c

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
/* ALIST-TO-PCHK.C - Convert a parity check matrix from alist format. */
22

3-
/* Copyright (c) 2006 by Radford M. Neal
3+
/* Copyright (c) 1995-2012 by Radford M. Neal.
44
*
5-
* Permission is granted for anyone to copy, use, modify, or distribute this
6-
* program and accompanying programs and documents for any purpose, provided
7-
* this copyright notice is retained and prominently displayed, along with
8-
* a note saying that the original programs are available from Radford Neal's
9-
* web page, and note is made of any changes made to the programs. The
10-
* programs and documents are distributed without any warranty, express or
11-
* implied. As the programs were written for research purposes only, they have
12-
* not been tested to the degree that would be advisable in any important
13-
* application. All use of these programs is entirely at the user's own risk.
5+
* Permission is granted for anyone to copy, use, modify, and distribute
6+
* these programs and accompanying documents for any purpose, provided
7+
* this copyright notice is retained and prominently displayed, and note
8+
* is made of any changes made to these programs. These programs and
9+
* documents are distributed without any warranty, express or implied.
10+
* As the programs were written for research purposes only, they have not
11+
* been tested to the degree that would be advisable in any important
12+
* application. All use of these programs is entirely at the user's own
13+
* risk.
1414
*/
1515

1616
#include <stdio.h>

0 commit comments

Comments
 (0)
Please sign in to comment.