update FSF address

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15898 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2006-11-13 14:19:08 +00:00
parent 1f2e71d57d
commit 89c07cb10b
4 changed files with 15 additions and 5 deletions

View File

@ -10,7 +10,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
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
The GNU General Public License version 2 is included below for your reference.
@ -19,7 +19,7 @@
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
675 Mass Ave, Cambridge, MA 02139, USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@ -322,7 +322,8 @@ the "copyright" line and a pointer to where the full notice is found.
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.
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
USA.
Also add information on how to contact you by electronic and paper mail.

View File

@ -1,3 +1,7 @@
2006-11-13 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* COPYING: update FSF address.
2006-09-22 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.ac: begin the 1.4.4svn work.

View File

@ -1,3 +1,8 @@
2006-11-13 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* ControlAboutlyx.C (getCopyright): update dates
(getDisclaimer): update FSF address.
2006-10-26 Enrico Forestieri <forenr@tlc.unipr.it>
* ControlMath.[Ch]: (dispatchBigDelim): new, deal with fixed size

View File

@ -63,7 +63,7 @@ void ControlAboutlyx::getCredits(ostream & ss) const
string const ControlAboutlyx::getCopyright() const
{
return _("LyX is Copyright (C) 1995 by Matthias Ettrich,\n1995-2001 LyX Team");
return _("LyX is Copyright (C) 1995 by Matthias Ettrich,\n1995-2006 LyX Team");
}
@ -75,7 +75,7 @@ string const ControlAboutlyx::getLicense() const
string const ControlAboutlyx::getDisclaimer() const
{
return _("LyX 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.\nSee the GNU General Public License for more details.\nYou 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.");
return _("LyX 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.\nSee the GNU General Public License for more details.\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.");
}