[atk] Revert "Updated FSF's address"



commit 050183b2fdb854a4efb9ac3e00511a8d64179a70
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sat Feb 1 19:35:35 2014 +0100

    Revert "Updated FSF's address"
    
    This reverts commit feb4bd4c5b24672b1d8bbf0783e96539af0d0ba4.

 atk/atk.h                  |    4 +++-
 atk/atkaction.c            |    4 +++-
 atk/atkaction.h            |    4 +++-
 atk/atkcomponent.c         |    4 +++-
 atk/atkcomponent.h         |    4 +++-
 atk/atkdocument.c          |    4 +++-
 atk/atkdocument.h          |    4 +++-
 atk/atkeditabletext.c      |    4 +++-
 atk/atkeditabletext.h      |    4 +++-
 atk/atkgobjectaccessible.c |    4 +++-
 atk/atkgobjectaccessible.h |    4 +++-
 atk/atkhyperlink.c         |    4 +++-
 atk/atkhyperlink.h         |    4 +++-
 atk/atkhyperlinkimpl.c     |    4 +++-
 atk/atkhyperlinkimpl.h     |    4 +++-
 atk/atkhypertext.c         |    4 +++-
 atk/atkhypertext.h         |    4 +++-
 atk/atkimage.c             |    4 +++-
 atk/atkimage.h             |    4 +++-
 atk/atkmisc.c              |    4 +++-
 atk/atkmisc.h              |    4 +++-
 atk/atknoopobject.c        |    4 +++-
 atk/atknoopobject.h        |    4 +++-
 atk/atknoopobjectfactory.c |    4 +++-
 atk/atknoopobjectfactory.h |    4 +++-
 atk/atkobject.c            |    4 +++-
 atk/atkobject.h            |    4 +++-
 atk/atkobjectfactory.c     |    4 +++-
 atk/atkobjectfactory.h     |    4 +++-
 atk/atkplug.c              |    4 +++-
 atk/atkplug.h              |    4 +++-
 atk/atkregistry.c          |    4 +++-
 atk/atkregistry.h          |    4 +++-
 atk/atkrelation.c          |    4 +++-
 atk/atkrelation.h          |    4 +++-
 atk/atkrelationset.c       |    4 +++-
 atk/atkrelationset.h       |    4 +++-
 atk/atkrelationtype.h      |    4 +++-
 atk/atkselection.c         |    4 +++-
 atk/atkselection.h         |    4 +++-
 atk/atksocket.c            |    4 +++-
 atk/atksocket.h            |    4 +++-
 atk/atkstate.c             |    4 +++-
 atk/atkstate.h             |    4 +++-
 atk/atkstateset.c          |    4 +++-
 atk/atkstateset.h          |    4 +++-
 atk/atkstreamablecontent.c |    4 +++-
 atk/atkstreamablecontent.h |    4 +++-
 atk/atktable.c             |    4 +++-
 atk/atktable.h             |    4 +++-
 atk/atktext.c              |    4 +++-
 atk/atktext.h              |    4 +++-
 atk/atkutil.c              |    4 +++-
 atk/atkutil.h              |    4 +++-
 atk/atkvalue.c             |    4 +++-
 atk/atkvalue.h             |    4 +++-
 atk/atkversion.c           |    4 +++-
 atk/atkversion.h.in        |    4 +++-
 atk/atkwindow.c            |    4 +++-
 atk/atkwindow.h            |    4 +++-
 tests/testdocument.c       |    4 +++-
 tests/testrelation.c       |    4 +++-
 tests/testrole.c           |    4 +++-
 tests/teststateset.c       |    4 +++-
 64 files changed, 192 insertions(+), 64 deletions(-)
---
diff --git a/atk/atk.h b/atk/atk.h
old mode 100644
new mode 100755
index a9ee7a6..0febcf8
--- a/atk/atk.h
+++ b/atk/atk.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #ifndef __ATK_H__
diff --git a/atk/atkaction.c b/atk/atkaction.c
old mode 100644
new mode 100755
index aa76643..089a2fd
--- a/atk/atkaction.c
+++ b/atk/atkaction.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "atkaction.h"
diff --git a/atk/atkaction.h b/atk/atkaction.h
old mode 100644
new mode 100755
index d15544f..6991ab5
--- a/atk/atkaction.h
+++ b/atk/atkaction.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkcomponent.c b/atk/atkcomponent.c
old mode 100644
new mode 100755
index f98f070..9a574c7
--- a/atk/atkcomponent.c
+++ b/atk/atkcomponent.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 
diff --git a/atk/atkcomponent.h b/atk/atkcomponent.h
old mode 100644
new mode 100755
index 888ce11..c14ac22
--- a/atk/atkcomponent.h
+++ b/atk/atkcomponent.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkdocument.c b/atk/atkdocument.c
old mode 100644
new mode 100755
index 4125699..b0a8c8f
--- a/atk/atkdocument.c
+++ b/atk/atkdocument.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "atkdocument.h"
diff --git a/atk/atkdocument.h b/atk/atkdocument.h
old mode 100644
new mode 100755
index 23abf64..bc6d458
--- a/atk/atkdocument.h
+++ b/atk/atkdocument.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkeditabletext.c b/atk/atkeditabletext.c
old mode 100644
new mode 100755
index b72def4..1ff6ed8
--- a/atk/atkeditabletext.c
+++ b/atk/atkeditabletext.c
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "atkeditabletext.h"
diff --git a/atk/atkeditabletext.h b/atk/atkeditabletext.h
old mode 100644
new mode 100755
index 92a0ad6..0849595
--- a/atk/atkeditabletext.h
+++ b/atk/atkeditabletext.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkgobjectaccessible.c b/atk/atkgobjectaccessible.c
index aaf9d92..4f3a07c 100644
--- a/atk/atkgobjectaccessible.c
+++ b/atk/atkgobjectaccessible.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include <atk/atkgobjectaccessible.h>
diff --git a/atk/atkgobjectaccessible.h b/atk/atkgobjectaccessible.h
index 80f05a3..2901291 100644
--- a/atk/atkgobjectaccessible.h
+++ b/atk/atkgobjectaccessible.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkhyperlink.c b/atk/atkhyperlink.c
old mode 100644
new mode 100755
index d3b8c48..e31f982
--- a/atk/atkhyperlink.c
+++ b/atk/atkhyperlink.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "config.h"
diff --git a/atk/atkhyperlink.h b/atk/atkhyperlink.h
old mode 100644
new mode 100755
index 9acb027..c1bd0bf
--- a/atk/atkhyperlink.h
+++ b/atk/atkhyperlink.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkhyperlinkimpl.c b/atk/atkhyperlinkimpl.c
index 0059fc6..bdfe6c1 100644
--- a/atk/atkhyperlinkimpl.c
+++ b/atk/atkhyperlinkimpl.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include <string.h>
diff --git a/atk/atkhyperlinkimpl.h b/atk/atkhyperlinkimpl.h
index b9cea87..e8e033a 100644
--- a/atk/atkhyperlinkimpl.h
+++ b/atk/atkhyperlinkimpl.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkhypertext.c b/atk/atkhypertext.c
old mode 100644
new mode 100755
index d088729..10448e2
--- a/atk/atkhypertext.c
+++ b/atk/atkhypertext.c
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "atkhypertext.h"
diff --git a/atk/atkhypertext.h b/atk/atkhypertext.h
old mode 100644
new mode 100755
index a8b4431..6dc2a27
--- a/atk/atkhypertext.h
+++ b/atk/atkhypertext.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkimage.c b/atk/atkimage.c
old mode 100644
new mode 100755
index 53ae628..00a1819
--- a/atk/atkimage.c
+++ b/atk/atkimage.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "atkimage.h"
diff --git a/atk/atkimage.h b/atk/atkimage.h
old mode 100644
new mode 100755
index 7ba9683..9977e52
--- a/atk/atkimage.h
+++ b/atk/atkimage.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkmisc.c b/atk/atkmisc.c
old mode 100644
new mode 100755
index 90578df..b6aaeea
--- a/atk/atkmisc.c
+++ b/atk/atkmisc.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "atkmisc.h"
diff --git a/atk/atkmisc.h b/atk/atkmisc.h
old mode 100644
new mode 100755
index c43ad06..269e4d2
--- a/atk/atkmisc.h
+++ b/atk/atkmisc.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atknoopobject.c b/atk/atknoopobject.c
index 1ccdc40..6e670ff 100644
--- a/atk/atknoopobject.c
+++ b/atk/atknoopobject.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "atk.h"
diff --git a/atk/atknoopobject.h b/atk/atknoopobject.h
index 9243053..261571c 100644
--- a/atk/atknoopobject.h
+++ b/atk/atknoopobject.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atknoopobjectfactory.c b/atk/atknoopobjectfactory.c
old mode 100644
new mode 100755
index 406cf77..2b0a90a
--- a/atk/atknoopobjectfactory.c
+++ b/atk/atknoopobjectfactory.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "atkobject.h"
diff --git a/atk/atknoopobjectfactory.h b/atk/atknoopobjectfactory.h
old mode 100644
new mode 100755
index 56eddb3..b216d6c
--- a/atk/atknoopobjectfactory.h
+++ b/atk/atknoopobjectfactory.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkobject.c b/atk/atkobject.c
old mode 100644
new mode 100755
index 5eafe1e..3d4060a
--- a/atk/atkobject.c
+++ b/atk/atkobject.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "config.h"
diff --git a/atk/atkobject.h b/atk/atkobject.h
old mode 100644
new mode 100755
index b017697..f0cb898
--- a/atk/atkobject.h
+++ b/atk/atkobject.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkobjectfactory.c b/atk/atkobjectfactory.c
old mode 100644
new mode 100755
index 8a04111..0741714
--- a/atk/atkobjectfactory.c
+++ b/atk/atkobjectfactory.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "atkobjectfactory.h"
diff --git a/atk/atkobjectfactory.h b/atk/atkobjectfactory.h
old mode 100644
new mode 100755
index f6bfe9a..ff7e254
--- a/atk/atkobjectfactory.h
+++ b/atk/atkobjectfactory.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkplug.c b/atk/atkplug.c
index 1b87990..21ce461 100644
--- a/atk/atkplug.c
+++ b/atk/atkplug.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "atk.h"
diff --git a/atk/atkplug.h b/atk/atkplug.h
index d5750de..7d6efd4 100644
--- a/atk/atkplug.h
+++ b/atk/atkplug.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkregistry.c b/atk/atkregistry.c
index 39a701b..fb732c9 100644
--- a/atk/atkregistry.c
+++ b/atk/atkregistry.c
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "atkregistry.h"
diff --git a/atk/atkregistry.h b/atk/atkregistry.h
index b520fe4..e6cf7d6 100644
--- a/atk/atkregistry.h
+++ b/atk/atkregistry.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkrelation.c b/atk/atkrelation.c
old mode 100644
new mode 100755
index f7325ae..835d30c
--- a/atk/atkrelation.c
+++ b/atk/atkrelation.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include <string.h>
diff --git a/atk/atkrelation.h b/atk/atkrelation.h
old mode 100644
new mode 100755
index 15192f4..5cccaee
--- a/atk/atkrelation.h
+++ b/atk/atkrelation.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkrelationset.c b/atk/atkrelationset.c
old mode 100644
new mode 100755
index cef479e..835ded5
--- a/atk/atkrelationset.c
+++ b/atk/atkrelationset.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include <glib-object.h>
diff --git a/atk/atkrelationset.h b/atk/atkrelationset.h
old mode 100644
new mode 100755
index 6bebd90..2d97bf1
--- a/atk/atkrelationset.h
+++ b/atk/atkrelationset.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkrelationtype.h b/atk/atkrelationtype.h
old mode 100644
new mode 100755
index 2cc9cac..c932e56
--- a/atk/atkrelationtype.h
+++ b/atk/atkrelationtype.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkselection.c b/atk/atkselection.c
old mode 100644
new mode 100755
index 31d1822..c324a4a
--- a/atk/atkselection.c
+++ b/atk/atkselection.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "atkselection.h"
diff --git a/atk/atkselection.h b/atk/atkselection.h
old mode 100644
new mode 100755
index e397b49..715b97a
--- a/atk/atkselection.h
+++ b/atk/atkselection.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atksocket.c b/atk/atksocket.c
index 2d4e0fc..fd2e6aa 100644
--- a/atk/atksocket.c
+++ b/atk/atksocket.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "atk.h"
diff --git a/atk/atksocket.h b/atk/atksocket.h
index e3aa3b2..813d4f3 100644
--- a/atk/atksocket.h
+++ b/atk/atksocket.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkstate.c b/atk/atkstate.c
old mode 100644
new mode 100755
index 687af25..581b641
--- a/atk/atkstate.c
+++ b/atk/atkstate.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "atk.h"
diff --git a/atk/atkstate.h b/atk/atkstate.h
old mode 100644
new mode 100755
index 35ed9d9..66228db
--- a/atk/atkstate.h
+++ b/atk/atkstate.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkstateset.c b/atk/atkstateset.c
old mode 100644
new mode 100755
index 600add4..1497bed
--- a/atk/atkstateset.c
+++ b/atk/atkstateset.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include <glib-object.h>
diff --git a/atk/atkstateset.h b/atk/atkstateset.h
old mode 100644
new mode 100755
index 0db4072..b592eb5
--- a/atk/atkstateset.h
+++ b/atk/atkstateset.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkstreamablecontent.c b/atk/atkstreamablecontent.c
old mode 100644
new mode 100755
index f2a5363..4e8399a
--- a/atk/atkstreamablecontent.c
+++ b/atk/atkstreamablecontent.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "atkstreamablecontent.h"
diff --git a/atk/atkstreamablecontent.h b/atk/atkstreamablecontent.h
old mode 100644
new mode 100755
index 8d8df9f..54d832b
--- a/atk/atkstreamablecontent.h
+++ b/atk/atkstreamablecontent.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atktable.c b/atk/atktable.c
old mode 100644
new mode 100755
index 9f8d4dd..6371bf3
--- a/atk/atktable.c
+++ b/atk/atktable.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "atktable.h"
diff --git a/atk/atktable.h b/atk/atktable.h
old mode 100644
new mode 100755
index 2092cf0..124cfbc
--- a/atk/atktable.h
+++ b/atk/atktable.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atktext.c b/atk/atktext.c
old mode 100644
new mode 100755
index 08e0648..a8f44d5
--- a/atk/atktext.c
+++ b/atk/atktext.c
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "atk.h"
diff --git a/atk/atktext.h b/atk/atktext.h
old mode 100644
new mode 100755
index 4c90cb1..2808fc6
--- a/atk/atktext.h
+++ b/atk/atktext.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkutil.c b/atk/atkutil.c
old mode 100644
new mode 100755
index be4434f..058fc6d
--- a/atk/atkutil.c
+++ b/atk/atkutil.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "atkutil.h"
diff --git a/atk/atkutil.h b/atk/atkutil.h
old mode 100644
new mode 100755
index 594eb44..0b0c402
--- a/atk/atkutil.h
+++ b/atk/atkutil.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkvalue.c b/atk/atkvalue.c
old mode 100644
new mode 100755
index 1216a21..2a6b083
--- a/atk/atkvalue.c
+++ b/atk/atkvalue.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include <string.h>
diff --git a/atk/atkvalue.h b/atk/atkvalue.h
old mode 100644
new mode 100755
index eb59091..56554d3
--- a/atk/atkvalue.h
+++ b/atk/atkvalue.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkversion.c b/atk/atkversion.c
index 752b306..a54aef9 100644
--- a/atk/atkversion.c
+++ b/atk/atkversion.c
@@ -15,7 +15,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "atk.h"
diff --git a/atk/atkversion.h.in b/atk/atkversion.h.in
index de65582..65c9ece 100644
--- a/atk/atkversion.h.in
+++ b/atk/atkversion.h.in
@@ -15,7 +15,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/atk/atkwindow.c b/atk/atkwindow.c
index bc49813..6b36c3d 100644
--- a/atk/atkwindow.c
+++ b/atk/atkwindow.c
@@ -12,7 +12,9 @@
  * 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, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "atkwindow.h"
diff --git a/atk/atkwindow.h b/atk/atkwindow.h
index fd1b03d..dfc38ba 100644
--- a/atk/atkwindow.h
+++ b/atk/atkwindow.h
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
diff --git a/tests/testdocument.c b/tests/testdocument.c
index 0ca5b34..bab4cb0 100644
--- a/tests/testdocument.c
+++ b/tests/testdocument.c
@@ -13,7 +13,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include <atk/atk.h>
diff --git a/tests/testrelation.c b/tests/testrelation.c
index 5c98c56..6cc0be5 100644
--- a/tests/testrelation.c
+++ b/tests/testrelation.c
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include <atk/atk.h>
diff --git a/tests/testrole.c b/tests/testrole.c
index 2c7724e..a50f096 100644
--- a/tests/testrole.c
+++ b/tests/testrole.c
@@ -14,7 +14,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 #include <atk/atk.h>
 #include <string.h>
diff --git a/tests/teststateset.c b/tests/teststateset.c
index 3bd9666..a9a3a6c 100644
--- a/tests/teststateset.c
+++ b/tests/teststateset.c
@@ -12,7 +12,9 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include <atk/atk.h>



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