summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--COPYING3
-rw-r--r--src/contacts-app.vala3
-rw-r--r--src/contacts-cell-renderer-shape.vala3
-rw-r--r--src/contacts-contact-pane.vala3
-rw-r--r--src/contacts-contact.vala3
-rw-r--r--src/contacts-details-layout.vala3
-rw-r--r--src/contacts-link-dialog.vala3
-rw-r--r--src/contacts-list-pane.vala3
-rw-r--r--src/contacts-menu-button.vala3
-rw-r--r--src/contacts-store.vala3
-rw-r--r--src/contacts-types.vala3
-rw-r--r--src/contacts-utils.vala3
-rw-r--r--src/contacts-view.vala3
-rw-r--r--src/main.vala3
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;