summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorDaniel Mustieles <daniel.mustieles@gmail.com>2014-01-23 12:48:05 +0100
committerDaniel Mustieles <daniel.mustieles@gmail.com>2014-01-31 14:02:02 +0100
commit892fc2e4ad0c84d28a738de63f5a36ea1c14c50c (patch)
tree3037f96b587cef3f148d10c260add72bc6dbfb58 /engine
parentfe775e8606709b5dc1a814138b38c7340a6fd6b9 (diff)
downloaddconf-892fc2e4ad0c84d28a738de63f5a36ea1c14c50c.tar.gz
Updated FSF's address
Diffstat (limited to 'engine')
-rw-r--r--engine/dconf-engine-profile.c4
-rw-r--r--engine/dconf-engine-profile.h4
-rw-r--r--engine/dconf-engine-source-file.c4
-rw-r--r--engine/dconf-engine-source-private.h4
-rw-r--r--engine/dconf-engine-source-service.c4
-rw-r--r--engine/dconf-engine-source-system.c4
-rw-r--r--engine/dconf-engine-source-user.c4
-rw-r--r--engine/dconf-engine-source.c4
-rw-r--r--engine/dconf-engine-source.h4
-rw-r--r--engine/dconf-engine.c4
-rw-r--r--engine/dconf-engine.h4
11 files changed, 11 insertions, 33 deletions
diff --git a/engine/dconf-engine-profile.c b/engine/dconf-engine-profile.c
index 1fbafc3..d3163b5 100644
--- a/engine/dconf-engine-profile.c
+++ b/engine/dconf-engine-profile.c
@@ -13,9 +13,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Ryan Lortie <desrt@desrt.ca>
*/
diff --git a/engine/dconf-engine-profile.h b/engine/dconf-engine-profile.h
index fb04e15..4a40383 100644
--- a/engine/dconf-engine-profile.h
+++ b/engine/dconf-engine-profile.h
@@ -13,9 +13,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Ryan Lortie <desrt@desrt.ca>
*/
diff --git a/engine/dconf-engine-source-file.c b/engine/dconf-engine-source-file.c
index 6c24f9c..d5a7284 100644
--- a/engine/dconf-engine-source-file.c
+++ b/engine/dconf-engine-source-file.c
@@ -13,9 +13,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Ryan Lortie <desrt@desrt.ca>
*/
diff --git a/engine/dconf-engine-source-private.h b/engine/dconf-engine-source-private.h
index d209d28..4f68935 100644
--- a/engine/dconf-engine-source-private.h
+++ b/engine/dconf-engine-source-private.h
@@ -13,9 +13,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Ryan Lortie <desrt@desrt.ca>
*/
diff --git a/engine/dconf-engine-source-service.c b/engine/dconf-engine-source-service.c
index b4da653..f92f4ae 100644
--- a/engine/dconf-engine-source-service.c
+++ b/engine/dconf-engine-source-service.c
@@ -13,9 +13,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Ryan Lortie <desrt@desrt.ca>
*/
diff --git a/engine/dconf-engine-source-system.c b/engine/dconf-engine-source-system.c
index 30e67eb..d9e7de8 100644
--- a/engine/dconf-engine-source-system.c
+++ b/engine/dconf-engine-source-system.c
@@ -13,9 +13,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Ryan Lortie <desrt@desrt.ca>
*/
diff --git a/engine/dconf-engine-source-user.c b/engine/dconf-engine-source-user.c
index f48c311..1657875 100644
--- a/engine/dconf-engine-source-user.c
+++ b/engine/dconf-engine-source-user.c
@@ -13,9 +13,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Ryan Lortie <desrt@desrt.ca>
*/
diff --git a/engine/dconf-engine-source.c b/engine/dconf-engine-source.c
index e6701f4..019a59c 100644
--- a/engine/dconf-engine-source.c
+++ b/engine/dconf-engine-source.c
@@ -13,9 +13,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Ryan Lortie <desrt@desrt.ca>
*/
diff --git a/engine/dconf-engine-source.h b/engine/dconf-engine-source.h
index 8aefc41..802f09d 100644
--- a/engine/dconf-engine-source.h
+++ b/engine/dconf-engine-source.h
@@ -13,9 +13,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Ryan Lortie <desrt@desrt.ca>
*/
diff --git a/engine/dconf-engine.c b/engine/dconf-engine.c
index 50a461b..fc5fb8b 100644
--- a/engine/dconf-engine.c
+++ b/engine/dconf-engine.c
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Ryan Lortie <desrt@desrt.ca>
*/
diff --git a/engine/dconf-engine.h b/engine/dconf-engine.h
index 18c2c46..9ea118c 100644
--- a/engine/dconf-engine.h
+++ b/engine/dconf-engine.h
@@ -12,9 +12,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Ryan Lortie <desrt@desrt.ca>
*/