aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-05-18 11:36:44 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-05-18 11:36:44 +0000
commitdf32bb611d3d7ed4c8c408d06cdcab3c7a966a5a (patch)
tree6207c6b7cf9cfd290c5b1d8323ff8c637701b3fc /src/main.c
parent2763b8b2cf70ab07405543606bfe0d2197dbab01 (diff)
downloadcflow-df32bb611d3d7ed4c8c408d06cdcab3c7a966a5a.tar.gz
cflow-df32bb611d3d7ed4c8c408d06cdcab3c7a966a5a.tar.bz2
Changed FSF postal address
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/main.c b/src/main.c
index be34831..c2d96b7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -8,15 +8,16 @@
GNU cflow is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with GNU cflow; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+ You should have received a copy of the GNU General Public
+ License along with GNU cflow; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA */
#include <cflow.h>
#include <argp.h>
#include <stdarg.h>
#include <parser.h>
@@ -114,14 +115,17 @@ char *cflow_license_text = N_(
" GNU cflow is distributed in the hope that it will be useful,\n"
" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
" GNU General Public License for more details.\n"
"\n"
" You should have received a copy of the GNU General Public License\n"
-" along with GNU cflow; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\n");
+" along with GNU cflow; if not, write to the Free Software Foundation,\n"
+" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n"
+"\n"
+"\n"
+);
/* Structure representing various arguments of command line options */
struct option_type {
char *str; /* optarg value */
int min_match; /* minimal number of characters to match */
int type; /* data associated with the arg */
@@ -279,13 +283,13 @@ number(const char **str_ptr, int base, int count)
* or
* --level KEYWORD=STR
* where
* KEYWORD is one of "begin", "0", ", "1", "end0", "end1",
* or an abbreviation thereof,
* STR is the value to be assigned to the parameter.
- *
+ *
* STR can contain usual C escape sequences plus \e meaning '\033'.
* Apart from this any character followed by xN suffix (where N is
* a decimal number) is expanded to the sequence of N such characters.
* 'x' looses its special meaning at the start of the string.
*/
#define MAXLEVELINDENT 216

Return to:

Send suggestions and report system problems to the System administrator.