[gnome-contacts] Replace FSF address by a reference to its website



commit 23490d371a066a45f8b4e5aa845b7bed0444eaa7
Author: FrÃdÃric PÃters <fpeters 0d be>
Date:   Sun Sep 4 11:45:11 2011 +0200

    Replace FSF address by a reference to its website
    
    https://bugzilla.gnome.org/show_bug.cgi?id=652934

 COPYING                               |    3 +--
 src/contacts-app.vala                 |    3 +--
 src/contacts-cell-renderer-shape.vala |    3 +--
 src/contacts-contact-pane.vala        |    3 +--
 src/contacts-contact.vala             |    3 +--
 src/contacts-details-layout.vala      |    3 +--
 src/contacts-link-dialog.vala         |    3 +--
 src/contacts-list-pane.vala           |    3 +--
 src/contacts-menu-button.vala         |    3 +--
 src/contacts-store.vala               |    3 +--
 src/contacts-types.vala               |    3 +--
 src/contacts-utils.vala               |    3 +--
 src/contacts-view.vala                |    3 +--
 src/main.vala                         |    3 +--
 14 files changed, 14 insertions(+), 28 deletions(-)
---
diff --git a/COPYING b/COPYING
index d60c31a..e206a02 100644
--- a/COPYING
+++ b/COPYING
@@ -304,8 +304,7 @@ the "copyright" line and a pointer to where the full notice is found.
     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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
 Also add information on how to contact you by electronic and paper mail.
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index 302f7dd..139ffe7 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -13,8 +13,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 using Gtk;
diff --git a/src/contacts-cell-renderer-shape.vala b/src/contacts-cell-renderer-shape.vala
index fb378ae..953d5be 100644
--- a/src/contacts-cell-renderer-shape.vala
+++ b/src/contacts-cell-renderer-shape.vala
@@ -13,8 +13,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 using Gtk;
diff --git a/src/contacts-contact-pane.vala b/src/contacts-contact-pane.vala
index 6fae601..82fa500 100644
--- a/src/contacts-contact-pane.vala
+++ b/src/contacts-contact-pane.vala
@@ -13,8 +13,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 using Gtk;
diff --git a/src/contacts-contact.vala b/src/contacts-contact.vala
index 7f28f63..d7cdeb0 100644
--- a/src/contacts-contact.vala
+++ b/src/contacts-contact.vala
@@ -13,8 +13,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 using Gtk;
diff --git a/src/contacts-details-layout.vala b/src/contacts-details-layout.vala
index 3a481d2..02c9bfa 100644
--- a/src/contacts-details-layout.vala
+++ b/src/contacts-details-layout.vala
@@ -13,8 +13,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 using Gtk;
diff --git a/src/contacts-link-dialog.vala b/src/contacts-link-dialog.vala
index b9dfabb..fb4e55d 100644
--- a/src/contacts-link-dialog.vala
+++ b/src/contacts-link-dialog.vala
@@ -13,8 +13,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 using Gtk;
diff --git a/src/contacts-list-pane.vala b/src/contacts-list-pane.vala
index 3c02448..5b253b3 100644
--- a/src/contacts-list-pane.vala
+++ b/src/contacts-list-pane.vala
@@ -13,8 +13,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 using Gtk;
diff --git a/src/contacts-menu-button.vala b/src/contacts-menu-button.vala
index a8d8216..e92701f 100644
--- a/src/contacts-menu-button.vala
+++ b/src/contacts-menu-button.vala
@@ -13,8 +13,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 using Gtk;
diff --git a/src/contacts-store.vala b/src/contacts-store.vala
index 0b0eca4..78c19d8 100644
--- a/src/contacts-store.vala
+++ b/src/contacts-store.vala
@@ -13,8 +13,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 using Gtk;
diff --git a/src/contacts-types.vala b/src/contacts-types.vala
index 590252c..e886f23 100644
--- a/src/contacts-types.vala
+++ b/src/contacts-types.vala
@@ -13,8 +13,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 using Gtk;
diff --git a/src/contacts-utils.vala b/src/contacts-utils.vala
index fb6ab9a..4f748c1 100644
--- a/src/contacts-utils.vala
+++ b/src/contacts-utils.vala
@@ -13,8 +13,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 using Gtk;
diff --git a/src/contacts-view.vala b/src/contacts-view.vala
index 80810f2..0d17beb 100644
--- a/src/contacts-view.vala
+++ b/src/contacts-view.vala
@@ -13,8 +13,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 using Gtk;
diff --git a/src/main.vala b/src/main.vala
index 0ff1275..007157f 100644
--- a/src/main.vala
+++ b/src/main.vala
@@ -13,8 +13,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 using Gtk;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]