diff options
Diffstat (limited to 'extra/config/lxdialog')
-rw-r--r-- | extra/config/lxdialog/checklist.c | 3 | ||||
-rw-r--r-- | extra/config/lxdialog/dialog.h | 3 | ||||
-rw-r--r-- | extra/config/lxdialog/inputbox.c | 3 | ||||
-rw-r--r-- | extra/config/lxdialog/menubox.c | 3 | ||||
-rw-r--r-- | extra/config/lxdialog/textbox.c | 3 | ||||
-rw-r--r-- | extra/config/lxdialog/util.c | 3 | ||||
-rw-r--r-- | extra/config/lxdialog/yesno.c | 3 |
7 files changed, 7 insertions, 14 deletions
diff --git a/extra/config/lxdialog/checklist.c b/extra/config/lxdialog/checklist.c index b2a878c93..53aa3099b 100644 --- a/extra/config/lxdialog/checklist.c +++ b/extra/config/lxdialog/checklist.c @@ -17,8 +17,7 @@ * GNU General Public License for more details. * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "dialog.h" diff --git a/extra/config/lxdialog/dialog.h b/extra/config/lxdialog/dialog.h index b5211fce0..f6e33df26 100644 --- a/extra/config/lxdialog/dialog.h +++ b/extra/config/lxdialog/dialog.h @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include <sys/types.h> diff --git a/extra/config/lxdialog/inputbox.c b/extra/config/lxdialog/inputbox.c index 616c60138..cecc9e8ff 100644 --- a/extra/config/lxdialog/inputbox.c +++ b/extra/config/lxdialog/inputbox.c @@ -15,8 +15,7 @@ * GNU General Public License for more details. * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "dialog.h" diff --git a/extra/config/lxdialog/menubox.c b/extra/config/lxdialog/menubox.c index c689fc03b..4203b864b 100644 --- a/extra/config/lxdialog/menubox.c +++ b/extra/config/lxdialog/menubox.c @@ -15,8 +15,7 @@ * GNU General Public License for more details. * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ /* diff --git a/extra/config/lxdialog/textbox.c b/extra/config/lxdialog/textbox.c index c704712d0..4ca8fe158 100644 --- a/extra/config/lxdialog/textbox.c +++ b/extra/config/lxdialog/textbox.c @@ -15,8 +15,7 @@ * GNU General Public License for more details. * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "dialog.h" diff --git a/extra/config/lxdialog/util.c b/extra/config/lxdialog/util.c index 86d95cca4..4f14cb01f 100644 --- a/extra/config/lxdialog/util.c +++ b/extra/config/lxdialog/util.c @@ -15,8 +15,7 @@ * GNU General Public License for more details. * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "dialog.h" diff --git a/extra/config/lxdialog/yesno.c b/extra/config/lxdialog/yesno.c index 4e6e8090c..c27b1b038 100644 --- a/extra/config/lxdialog/yesno.c +++ b/extra/config/lxdialog/yesno.c @@ -15,8 +15,7 @@ * GNU General Public License for more details. * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "dialog.h" |