From: <el_...@us...> - 2007-10-28 01:50:13
|
Revision: 715 http://ddccontrol.svn.sourceforge.net/ddccontrol/?rev=715&view=rev Author: el_cubano Date: 2007-10-27 18:50:06 -0700 (Sat, 27 Oct 2007) Log Message: ----------- Update FSF address Modified Paths: -------------- trunk/ddccontrol/AUTHORS trunk/ddccontrol/COPYING trunk/ddccontrol/commit.sh trunk/ddccontrol/doc/gpl.xml trunk/ddccontrol/src/ddccontrol/main.c trunk/ddccontrol/src/ddcpci/ddcpci.h trunk/ddccontrol/src/ddcpci/intel740.c trunk/ddccontrol/src/ddcpci/intel810.c trunk/ddccontrol/src/ddcpci/main.c trunk/ddccontrol/src/ddcpci/nvidia.c trunk/ddccontrol/src/ddcpci/sis.c trunk/ddccontrol/src/ddcpci/via.c trunk/ddccontrol/src/gddccontrol/fspatterns.c trunk/ddccontrol/src/gddccontrol/gprofile.c trunk/ddccontrol/src/gddccontrol/main.c trunk/ddccontrol/src/gddccontrol/notebook.c trunk/ddccontrol/src/gddccontrol/notebook.h trunk/ddccontrol/src/gnome-ddcc-applet/ddcc-applet.c trunk/ddccontrol/src/gnome-ddcc-applet/ddcc-applet.h trunk/ddccontrol/src/lib/conf.c trunk/ddccontrol/src/lib/conf.h trunk/ddccontrol/src/lib/ddcci.c trunk/ddccontrol/src/lib/ddcci.h trunk/ddccontrol/src/lib/ddcpci-ipc.h trunk/ddccontrol/src/lib/i2c-dev.h trunk/ddccontrol/src/lib/monitor_db.c trunk/ddccontrol/src/lib/monitor_db.h Modified: trunk/ddccontrol/AUTHORS =================================================================== --- trunk/ddccontrol/AUTHORS 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/AUTHORS 2007-10-28 01:50:06 UTC (rev 715) @@ -1,3 +1,4 @@ -Oleg I. Vdovikin <ol...@cs...> -Nicolas Boichat <ni...@bo...> -Christian Schilling <csc...@gm...> +vdovikin:Oleg I. Vdovikin <ol...@cs...> +nboichat:Nicolas Boichat <ni...@bo...> +cs123:Christian Schilling <csc...@gm...> +el_cubano:Roberto C. Sanchez <ro...@co...> Modified: trunk/ddccontrol/COPYING =================================================================== --- trunk/ddccontrol/COPYING 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/COPYING 2007-10-28 01:50:06 UTC (rev 715) @@ -2,7 +2,7 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 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. @@ -305,7 +305,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 Also add information on how to contact you by electronic and paper mail. Modified: trunk/ddccontrol/commit.sh =================================================================== --- trunk/ddccontrol/commit.sh 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/commit.sh 2007-10-28 01:50:06 UTC (rev 715) @@ -1,8 +1,8 @@ #!/bin/sh echo "Committing your changes (message: '$1')..." -cvs commit -m "$1" +svn commit -m "$1" echo "Updating ChangeLog..." -cvs2cl.pl -T --gmt -I ChangeLog +(TZ=GMT svn2cl -i -r COMMITTED --authors=AUTHORS --stdout; cat ChangeLog) >ChangeLog.tmp && mv -f ChangeLog.tmp ChangeLog echo "Committing ChangeLog..." -cvs commit -m "Update ChangeLog" ChangeLog +svn commit -m "Update ChangeLog" ChangeLog echo "OK" Modified: trunk/ddccontrol/doc/gpl.xml =================================================================== --- trunk/ddccontrol/doc/gpl.xml 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/doc/gpl.xml 2007-10-28 01:50:06 UTC (rev 715) @@ -9,10 +9,10 @@ <legalnotice id="gpl-legalnotice"> <para> <address>Free Software Foundation, Inc. - <street>59 Temple Place, Suite 330</street>, + <street>51 Franklin Street, Fifth Floor</street>, <city>Boston</city>, <state>MA</state> - <postcode>02111-1307</postcode> + <postcode>02110-1301</postcode> <country>USA</country> </address> </para> @@ -378,7 +378,7 @@ <para> 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 </para> <para> Also add information on how to contact you by electronic and paper mail. Modified: trunk/ddccontrol/src/ddccontrol/main.c =================================================================== --- trunk/ddccontrol/src/ddccontrol/main.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/ddccontrol/main.c 2007-10-28 01:50:06 UTC (rev 715) @@ -15,7 +15,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 */ #include "config.h" Modified: trunk/ddccontrol/src/ddcpci/ddcpci.h =================================================================== --- trunk/ddccontrol/src/ddcpci/ddcpci.h 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/ddcpci/ddcpci.h 2007-10-28 01:50:06 UTC (rev 715) @@ -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 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef DDCPCI_H Modified: trunk/ddccontrol/src/ddcpci/intel740.c =================================================================== --- trunk/ddccontrol/src/ddcpci/intel740.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/ddcpci/intel740.c 2007-10-28 01:50:06 UTC (rev 715) @@ -18,7 +18,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 */ #include <stdio.h> Modified: trunk/ddccontrol/src/ddcpci/intel810.c =================================================================== --- trunk/ddccontrol/src/ddcpci/intel810.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/ddcpci/intel810.c 2007-10-28 01:50:06 UTC (rev 715) @@ -19,7 +19,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 Doc : http://www.intel.com/design/chipsets/manuals/29802601.pdf */ Modified: trunk/ddccontrol/src/ddcpci/main.c =================================================================== --- trunk/ddccontrol/src/ddcpci/main.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/ddcpci/main.c 2007-10-28 01:50:06 UTC (rev 715) @@ -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 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <stdio.h> Modified: trunk/ddccontrol/src/ddcpci/nvidia.c =================================================================== --- trunk/ddccontrol/src/ddcpci/nvidia.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/ddcpci/nvidia.c 2007-10-28 01:50:06 UTC (rev 715) @@ -18,7 +18,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 */ #include <stdio.h> Modified: trunk/ddccontrol/src/ddcpci/sis.c =================================================================== --- trunk/ddccontrol/src/ddcpci/sis.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/ddcpci/sis.c 2007-10-28 01:50:06 UTC (rev 715) @@ -21,7 +21,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 */ #include <stdio.h> Modified: trunk/ddccontrol/src/ddcpci/via.c =================================================================== --- trunk/ddccontrol/src/ddcpci/via.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/ddcpci/via.c 2007-10-28 01:50:06 UTC (rev 715) @@ -23,7 +23,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 */ #include <stdio.h> Modified: trunk/ddccontrol/src/gddccontrol/fspatterns.c =================================================================== --- trunk/ddccontrol/src/gddccontrol/fspatterns.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/gddccontrol/fspatterns.c 2007-10-28 01:50:06 UTC (rev 715) @@ -15,7 +15,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 "notebook.h" Modified: trunk/ddccontrol/src/gddccontrol/gprofile.c =================================================================== --- trunk/ddccontrol/src/gddccontrol/gprofile.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/gddccontrol/gprofile.c 2007-10-28 01:50:06 UTC (rev 715) @@ -15,7 +15,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 "config.h" Modified: trunk/ddccontrol/src/gddccontrol/main.c =================================================================== --- trunk/ddccontrol/src/gddccontrol/main.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/gddccontrol/main.c 2007-10-28 01:50:06 UTC (rev 715) @@ -15,7 +15,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 "config.h" Modified: trunk/ddccontrol/src/gddccontrol/notebook.c =================================================================== --- trunk/ddccontrol/src/gddccontrol/notebook.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/gddccontrol/notebook.c 2007-10-28 01:50:06 UTC (rev 715) @@ -15,7 +15,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 "config.h" Modified: trunk/ddccontrol/src/gddccontrol/notebook.h =================================================================== --- trunk/ddccontrol/src/gddccontrol/notebook.h 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/gddccontrol/notebook.h 2007-10-28 01:50:06 UTC (rev 715) @@ -15,7 +15,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. * ***************************************************************************/ #ifndef NOTEBOOK_H Modified: trunk/ddccontrol/src/gnome-ddcc-applet/ddcc-applet.c =================================================================== --- trunk/ddccontrol/src/gnome-ddcc-applet/ddcc-applet.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/gnome-ddcc-applet/ddcc-applet.c 2007-10-28 01:50:06 UTC (rev 715) @@ -13,8 +13,8 @@ * * 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. */ Modified: trunk/ddccontrol/src/gnome-ddcc-applet/ddcc-applet.h =================================================================== --- trunk/ddccontrol/src/gnome-ddcc-applet/ddcc-applet.h 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/gnome-ddcc-applet/ddcc-applet.h 2007-10-28 01:50:06 UTC (rev 715) @@ -13,8 +13,8 @@ * * 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. */ Modified: trunk/ddccontrol/src/lib/conf.c =================================================================== --- trunk/ddccontrol/src/lib/conf.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/lib/conf.c 2007-10-28 01:50:06 UTC (rev 715) @@ -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 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /* * Profiles are stored in HOME_DIR/.ddccontrol Modified: trunk/ddccontrol/src/lib/conf.h =================================================================== --- trunk/ddccontrol/src/lib/conf.h 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/lib/conf.h 2007-10-28 01:50:06 UTC (rev 715) @@ -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 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef PROFILE_H Modified: trunk/ddccontrol/src/lib/ddcci.c =================================================================== --- trunk/ddccontrol/src/lib/ddcci.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/lib/ddcci.c 2007-10-28 01:50:06 UTC (rev 715) @@ -15,7 +15,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 */ #include "config.h" Modified: trunk/ddccontrol/src/lib/ddcci.h =================================================================== --- trunk/ddccontrol/src/lib/ddcci.h 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/lib/ddcci.h 2007-10-28 01:50:06 UTC (rev 715) @@ -15,7 +15,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 */ #ifndef DDCCI_H Modified: trunk/ddccontrol/src/lib/ddcpci-ipc.h =================================================================== --- trunk/ddccontrol/src/lib/ddcpci-ipc.h 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/lib/ddcpci-ipc.h 2007-10-28 01:50:06 UTC (rev 715) @@ -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 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef DDCPCI_IPC_H Modified: trunk/ddccontrol/src/lib/i2c-dev.h =================================================================== --- trunk/ddccontrol/src/lib/i2c-dev.h 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/lib/i2c-dev.h 2007-10-28 01:50:06 UTC (rev 715) @@ -15,7 +15,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 */ #ifndef DDCCONTROL_I2C_DEV_H Modified: trunk/ddccontrol/src/lib/monitor_db.c =================================================================== --- trunk/ddccontrol/src/lib/monitor_db.c 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/lib/monitor_db.c 2007-10-28 01:50:06 UTC (rev 715) @@ -15,7 +15,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 */ #include <errno.h> Modified: trunk/ddccontrol/src/lib/monitor_db.h =================================================================== --- trunk/ddccontrol/src/lib/monitor_db.h 2007-09-15 18:22:46 UTC (rev 714) +++ trunk/ddccontrol/src/lib/monitor_db.h 2007-10-28 01:50:06 UTC (rev 715) @@ -15,7 +15,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 */ #ifndef MONITOR_DB_H This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |