aboutsummaryrefslogtreecommitdiff
path: root/dico
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-07-28 11:07:36 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2008-07-28 11:07:36 +0300
commit8b8913c1117e47ef8fa9ab14787d0f50b2af7959 (patch)
tree47802213f18d834089a311933cb70350441182aa /dico
parent3a3663b1192436125ac2a69bd6e4f5dafdd473fe (diff)
downloaddico-8b8913c1117e47ef8fa9ab14787d0f50b2af7959.tar.gz
dico-8b8913c1117e47ef8fa9ab14787d0f50b2af7959.tar.bz2
Dico is dubbed GNU package
Diffstat (limited to 'dico')
-rw-r--r--dico/Makefile.am8
-rw-r--r--dico/autologin.c8
-rw-r--r--dico/cmdline.opt8
-rw-r--r--dico/connect.c8
-rw-r--r--dico/dico-priv.h8
-rw-r--r--dico/dico.c8
-rw-r--r--dico/func.c14
-rw-r--r--dico/lookup.c8
-rw-r--r--dico/pager.c8
-rw-r--r--dico/saslauth.c8
-rw-r--r--dico/shell.c8
11 files changed, 47 insertions, 47 deletions
diff --git a/dico/Makefile.am b/dico/Makefile.am
index e147eda..8d68857 100644
--- a/dico/Makefile.am
+++ b/dico/Makefile.am
@@ -1,18 +1,18 @@
-# This file is part of Dico
+# This file is part of GNU Dico
# Copyright (C) 1998-2000, 2008 Sergey Poznyakoff
#
-# Dico is free software; you can redistribute it and/or modify
+# GNU Dico is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
-# Dico is distributed in the hope that it will be useful,
+# GNU Dico 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 Dico. If not, see <http://www.gnu.org/licenses/>.
+# along with GNU Dico. If not, see <http://www.gnu.org/licenses/>.
bin_PROGRAMS = dico
dico_SOURCES = \
diff --git a/dico/autologin.c b/dico/autologin.c
index 232589f..cf0b52c 100644
--- a/dico/autologin.c
+++ b/dico/autologin.c
@@ -1,18 +1,18 @@
-/* This file is part of Dico.
+/* This file is part of GNU Dico.
Copyright (C) 1998-2000, 2008 Sergey Poznyakoff
- Dico is free software; you can redistribute it and/or modify
+ GNU Dico is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
- Dico is distributed in the hope that it will be useful,
+ GNU Dico 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 Dico. If not, see <http://www.gnu.org/licenses/>. */
+ along with GNU Dico. If not, see <http://www.gnu.org/licenses/>. */
#include "dico-priv.h"
diff --git a/dico/cmdline.opt b/dico/cmdline.opt
index dfbc135..566cb53 100644
--- a/dico/cmdline.opt
+++ b/dico/cmdline.opt
@@ -1,18 +1,18 @@
-/* This file is part of Dico. -*- c -*-
+/* This file is part of GNU Dico. -*- c -*-
Copyright (C) 1998-2000, 2008 Sergey Poznyakoff
- Dico is free software; you can redistribute it and/or modify
+ GNU Dico is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
- Dico is distributed in the hope that it will be useful,
+ GNU Dico 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 Dico. If not, see <http://www.gnu.org/licenses/>. */
+ along with GNU Dico. If not, see <http://www.gnu.org/licenses/>. */
#include <dico-priv.h>
#include <getopt.h>
diff --git a/dico/connect.c b/dico/connect.c
index 0370d40..9383e17 100644
--- a/dico/connect.c
+++ b/dico/connect.c
@@ -1,18 +1,18 @@
-/* This file is part of Dico.
+/* This file is part of GNU Dico.
Copyright (C) 1998-2000, 2008 Sergey Poznyakoff
- Dico is free software; you can redistribute it and/or modify
+ GNU Dico is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
- Dico is distributed in the hope that it will be useful,
+ GNU Dico 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 Dico. If not, see <http://www.gnu.org/licenses/>. */
+ along with GNU Dico. If not, see <http://www.gnu.org/licenses/>. */
#include "dico-priv.h"
#include <sys/types.h>
diff --git a/dico/dico-priv.h b/dico/dico-priv.h
index e9104b8..a472d25 100644
--- a/dico/dico-priv.h
+++ b/dico/dico-priv.h
@@ -1,18 +1,18 @@
-/* This file is part of Dico.
+/* This file is part of GNU Dico.
Copyright (C) 1998-2000, 2008 Sergey Poznyakoff
- Dico is free software; you can redistribute it and/or modify
+ GNU Dico is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
- Dico is distributed in the hope that it will be useful,
+ GNU Dico 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 Dico. If not, see <http://www.gnu.org/licenses/>. */
+ along with GNU Dico. If not, see <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/dico/dico.c b/dico/dico.c
index f21df1b..870b7b7 100644
--- a/dico/dico.c
+++ b/dico/dico.c
@@ -1,18 +1,18 @@
-/* This file is part of Dico.
+/* This file is part of GNU Dico.
Copyright (C) 1998-2000, 2008 Sergey Poznyakoff
- Dico is free software; you can redistribute it and/or modify
+ GNU Dico is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
- Dico is distributed in the hope that it will be useful,
+ GNU Dico 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 Dico. If not, see <http://www.gnu.org/licenses/>. */
+ along with GNU Dico. If not, see <http://www.gnu.org/licenses/>. */
#include "dico-priv.h"
diff --git a/dico/func.c b/dico/func.c
index e9bcb56..fc9525c 100644
--- a/dico/func.c
+++ b/dico/func.c
@@ -1,18 +1,18 @@
-/* This file is part of Dico.
+/* This file is part of GNU Dico.
Copyright (C) 1998-2000, 2008 Sergey Poznyakoff
- Dico is free software; you can redistribute it and/or modify
+ GNU Dico is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
- Dico is distributed in the hope that it will be useful,
+ GNU Dico 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 Dico. If not, see <http://www.gnu.org/licenses/>. */
+ along with GNU Dico. If not, see <http://www.gnu.org/licenses/>. */
#include "dico-priv.h"
@@ -391,18 +391,18 @@ ds_version(int argc, char **argv)
}
static char gplv3_text[] = "\
- Dico is free software; you can redistribute it and/or modify\n\
+ GNU Dico is free software; you can redistribute it and/or modify\n\
it under the terms of the GNU General Public License as published by\n\
the Free Software Foundation; either version 3, or (at your option)\n\
any later version.\n\
\n\
- Dico is distributed in the hope that it will be useful,\n\
+ GNU Dico 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 Dico. If not, see <http://www.gnu.org/licenses/>.\n";
+ along with GNU Dico. If not, see <http://www.gnu.org/licenses/>.\n";
void
ds_warranty(int argc, char **argv)
diff --git a/dico/lookup.c b/dico/lookup.c
index 51449e8..9820585 100644
--- a/dico/lookup.c
+++ b/dico/lookup.c
@@ -1,18 +1,18 @@
-/* This file is part of Dico.
+/* This file is part of GNU Dico.
Copyright (C) 1998-2000, 2008 Sergey Poznyakoff
- Dico is free software; you can redistribute it and/or modify
+ GNU Dico is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
- Dico is distributed in the hope that it will be useful,
+ GNU Dico 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 Dico. If not, see <http://www.gnu.org/licenses/>. */
+ along with GNU Dico. If not, see <http://www.gnu.org/licenses/>. */
#include "dico-priv.h"
diff --git a/dico/pager.c b/dico/pager.c
index 34d36cd..c7b82c4 100644
--- a/dico/pager.c
+++ b/dico/pager.c
@@ -1,18 +1,18 @@
-/* This file is part of Dico.
+/* This file is part of GNU Dico.
Copyright (C) 1998-2000, 2008 Sergey Poznyakoff
- Dico is free software; you can redistribute it and/or modify
+ GNU Dico is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
- Dico is distributed in the hope that it will be useful,
+ GNU Dico 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 Dico. If not, see <http://www.gnu.org/licenses/>. */
+ along with GNU Dico. If not, see <http://www.gnu.org/licenses/>. */
#include "dico-priv.h"
#include <sys/ioctl.h>
diff --git a/dico/saslauth.c b/dico/saslauth.c
index c2a9675..9cb0bea 100644
--- a/dico/saslauth.c
+++ b/dico/saslauth.c
@@ -1,18 +1,18 @@
-/* This file is part of Dico.
+/* This file is part of GNU Dico.
Copyright (C) 1998-2000, 2008 Sergey Poznyakoff
- Dico is free software; you can redistribute it and/or modify
+ GNU Dico is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
- Dico is distributed in the hope that it will be useful,
+ GNU Dico 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 Dico. If not, see <http://www.gnu.org/licenses/>. */
+ along with GNU Dico. If not, see <http://www.gnu.org/licenses/>. */
#include "dico-priv.h"
diff --git a/dico/shell.c b/dico/shell.c
index 828503c..78f261c 100644
--- a/dico/shell.c
+++ b/dico/shell.c
@@ -1,18 +1,18 @@
-/* This file is part of Dico.
+/* This file is part of GNU Dico.
Copyright (C) 1998-2000, 2008 Sergey Poznyakoff
- Dico is free software; you can redistribute it and/or modify
+ GNU Dico is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
- Dico is distributed in the hope that it will be useful,
+ GNU Dico 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 Dico. If not, see <http://www.gnu.org/licenses/>. */
+ along with GNU Dico. If not, see <http://www.gnu.org/licenses/>. */
#include "dico-priv.h"

Return to:

Send suggestions and report system problems to the System administrator.