diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2012-11-09 17:25:01 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2012-11-09 17:25:01 +0100 |
commit | 8e75f60947de2f955540cd113df3bfa061c3469f (patch) | |
tree | a0371da3eb3ff8a02c07e14f72ca6aff41651bcb /statgen | |
parent | 3bdbb9874f73d024f43893626dbe61a32c9c799b (diff) | |
download | librcd-8e75f60947de2f955540cd113df3bfa061c3469f.tar.gz librcd-8e75f60947de2f955540cd113df3bfa061c3469f.tar.bz2 librcd-8e75f60947de2f955540cd113df3bfa061c3469f.tar.xz librcd-8e75f60947de2f955540cd113df3bfa061c3469f.zip |
Fix FSF address
Diffstat (limited to 'statgen')
-rw-r--r-- | statgen/ascii.c | 2 | ||||
-rw-r--r-- | statgen/debug.c | 2 | ||||
-rw-r--r-- | statgen/generate.c | 2 | ||||
-rw-r--r-- | statgen/test.c | 2 | ||||
-rw-r--r-- | statgen/upper.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/statgen/ascii.c b/statgen/ascii.c index 7bb572e..624a0ce 100644 --- a/statgen/ascii.c +++ b/statgen/ascii.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include <stdio.h> diff --git a/statgen/debug.c b/statgen/debug.c index 4b87ec6..03e9a48 100644 --- a/statgen/debug.c +++ b/statgen/debug.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include <stdio.h> diff --git a/statgen/generate.c b/statgen/generate.c index eb0f0bc..f272b34 100644 --- a/statgen/generate.c +++ b/statgen/generate.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include <stdio.h> diff --git a/statgen/test.c b/statgen/test.c index 0c3d506..3504661 100644 --- a/statgen/test.c +++ b/statgen/test.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include <stdio.h> diff --git a/statgen/upper.c b/statgen/upper.c index e7c6ed6..1d29d33 100644 --- a/statgen/upper.c +++ b/statgen/upper.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include <stdio.h> |