[perl-Pango] Update license terms, refer to main LICENSE file



commit a6e364cd9fedcced40a21c47585d4cfac619648a
Author: Brian Manning <bmanning src gnome org>
Date:   Sat Jan 25 11:27:19 2014 -0800

    Update license terms, refer to main LICENSE file

 Makefile.PL           |    8 +++-----
 README                |    8 +++-----
 lib/Pango.pm          |   23 +++++++++--------------
 pango-perl.h          |   13 ++++++-------
 xs/Pango.xs           |   16 ++++++++++++++--
 xs/PangoAttributes.xs |   13 ++++++-------
 xs/PangoCairo.xs      |   16 ++++++++++++++--
 xs/PangoContext.xs    |   13 ++++++-------
 xs/PangoFont.xs       |   13 ++++++-------
 xs/PangoFontMap.xs    |   13 ++++++-------
 xs/PangoFontset.xs    |   16 ++++++++++++++--
 xs/PangoGravity.xs    |   13 ++++++-------
 xs/PangoLayout.xs     |   13 ++++++-------
 xs/PangoMatrix.xs     |   13 ++++++-------
 xs/PangoRenderer.xs   |   13 ++++++-------
 xs/PangoScript.xs     |   13 ++++++-------
 xs/PangoTabs.xs       |   17 +++++++++++++++--
 xs/PangoTypes.xs      |   13 ++++++-------
 18 files changed, 138 insertions(+), 109 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index 22887b1..5f06dd7 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -8,12 +8,10 @@
 #
 # This library is distributed in the hope that it will be useful, but WITHOUT
 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
-# FOR A PARTICULAR PURPOSE.  See the GNU Library General Public License for
-# more details.
+# FOR A PARTICULAR PURPOSE.
 #
-# You should have received a copy of the GNU Library 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.
+# See the LICENSE file in the top-level directory of this distribution for the
+# full license terms.
 
 BEGIN { require 5.008; }
 
diff --git a/README b/README
index 70ba3af..09b1b33 100644
--- a/README
+++ b/README
@@ -85,9 +85,7 @@ later version.
 
 This library is distributed in the hope that it will be useful, but WITHOUT ANY
 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-PARTICULAR PURPOSE.  See the GNU Library General Public License for more
-details.
+PARTICULAR PURPOSE.
 
-You should have received a copy of the GNU Library 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.
+See the LICENSE file in the top-level directory of this distribution for the
+full license terms.
diff --git a/lib/Pango.pm b/lib/Pango.pm
index 166f843..21a9701 100644
--- a/lib/Pango.pm
+++ b/lib/Pango.pm
@@ -1,6 +1,6 @@
 #
-# Copyright (C) 2003-2008, 2013 by the gtk2-perl team (see the file AUTHORS
-# for the full list)
+# Copyright (C) 2003-2008, 2013-2014 by the gtk2-perl team (see the file
+# AUTHORS for the full list)
 #
 # This library is free software; you can redistribute it and/or modify it under
 # the terms of the GNU Library General Public License as published by the Free
@@ -9,13 +9,10 @@
 #
 # This library is distributed in the hope that it will be useful, but WITHOUT
 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
-# FOR A PARTICULAR PURPOSE.  See the GNU 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, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston, MA  02111-1307  USA.
+# FOR A PARTICULAR PURPOSE.
 #
+# See the LICENSE file in the top-level directory of this distribution for the
+# full license terms.
 
 package Pango;
 
@@ -108,7 +105,7 @@ documentation is available at L<http://library.gnome.org/devel/pango/stable/>.
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2003-2011 by the gtk2-perl team.
+Copyright 2003-2011, 2014 by the gtk2-perl team.
 
 This library is free software; you can redistribute it and/or modify it under
 the terms of the GNU Library General Public License as published by the Free
@@ -117,11 +114,9 @@ later version.
 
 This library is distributed in the hope that it will be useful, but WITHOUT ANY
 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-PARTICULAR PURPOSE.  See the GNU Library General Public License for more
-details.
+PARTICULAR PURPOSE.
 
-You should have received a copy of the GNU Library 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.
+See the LICENSE file in the top-level directory of this distribution for the
+full license terms.
 
 =cut
diff --git a/pango-perl.h b/pango-perl.h
index bc16ce6..2b6b30d 100644
--- a/pango-perl.h
+++ b/pango-perl.h
@@ -1,6 +1,6 @@
 /*
- * Copyright (C) 2003-2008 by the gtk2-perl team (see the file AUTHORS for the
- * full list)
+ * Copyright (C) 2003-2008, 2014 by the gtk2-perl team (see the file AUTHORS
+ * for the full list)
  *
  * This library is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Library General Public License as published by
@@ -9,12 +9,11 @@
  *
  * This library is distributed in the hope that it will be useful, but WITHOUT
  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
- * License for more details.
+ * FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the LICENSE file in the top-level directory of this distribution for
+ * the full license terms.
  *
- * You should have received a copy of the GNU Library 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.
  */
 
 #ifndef _PANGO_PERL_H_
diff --git a/xs/Pango.xs b/xs/Pango.xs
index 92ca61d..fc983da 100644
--- a/xs/Pango.xs
+++ b/xs/Pango.xs
@@ -1,7 +1,19 @@
 /*
- * Copyright (c) 2008 by the gtk2-perl team (see the file AUTHORS)
+ * Copyright (c) 2008, 2014 by the gtk2-perl team (see the AUTHORS
+ * file for a full list of authors)
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the LICENSE file in the top-level directory of this distribution for
+ * the full license terms.
  *
- * Licensed under the LGPL, see LICENSE file for more information.
  */
 
 #include "pango-perl.h"
diff --git a/xs/PangoAttributes.xs b/xs/PangoAttributes.xs
index 47c2cec..06cabc2 100644
--- a/xs/PangoAttributes.xs
+++ b/xs/PangoAttributes.xs
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 2005-2006, 2013 by the gtk2-perl team (see the file AUTHORS)
+ * Copyright (c) 2005-2006, 2013-2014 by the gtk2-perl team (see the AUTHORS
+ * file for a full list of authors)
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -8,13 +9,11 @@
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Library General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the LICENSE file in the top-level directory of this distribution for
+ * the full license terms.
  *
- * You should have received a copy of the GNU Library 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.
  */
 
 #include "pango-perl.h"
diff --git a/xs/PangoCairo.xs b/xs/PangoCairo.xs
index baf41e2..a68a6dd 100644
--- a/xs/PangoCairo.xs
+++ b/xs/PangoCairo.xs
@@ -1,7 +1,19 @@
 /*
- * Copyright (c) 2005 by the gtk2-perl team (see the file AUTHORS)
+ * Copyright (c) 2005, 2014 by the gtk2-perl team (see the AUTHORS
+ * file for a full list of authors)
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the LICENSE file in the top-level directory of this distribution for
+ * the full license terms.
  *
- * Licensed under the LGPL, see LICENSE file for more information.
  */
 
 #include "pango-perl.h"
diff --git a/xs/PangoContext.xs b/xs/PangoContext.xs
index a32044f..431f224 100644
--- a/xs/PangoContext.xs
+++ b/xs/PangoContext.xs
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 2003-2004 by the gtk2-perl team (see the file AUTHORS)
+ * Copyright (c) 2003-2004, 2014 by the gtk2-perl team (see the AUTHORS
+ * file for a full list of authors)
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -8,13 +9,11 @@
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Library General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the LICENSE file in the top-level directory of this distribution for
+ * the full license terms.
  *
- * You should have received a copy of the GNU Library 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.
  */
 
 #include "pango-perl.h"
diff --git a/xs/PangoFont.xs b/xs/PangoFont.xs
index 9c4e636..3c1031d 100644
--- a/xs/PangoFont.xs
+++ b/xs/PangoFont.xs
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 2003-2005 by the gtk2-perl team (see the file AUTHORS)
+ * Copyright (c) 2003-2005, 2014 by the gtk2-perl team (see the AUTHORS
+ * file for a full list of authors)
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -8,13 +9,11 @@
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Library General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the LICENSE file in the top-level directory of this distribution for
+ * the full license terms.
  *
- * You should have received a copy of the GNU Library 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.
  */
 
 #include "pango-perl.h"
diff --git a/xs/PangoFontMap.xs b/xs/PangoFontMap.xs
index d3a7aaf..b95cec9 100644
--- a/xs/PangoFontMap.xs
+++ b/xs/PangoFontMap.xs
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 2004 by the gtk2-perl team (see the file AUTHORS)
+ * Copyright (c) 2004, 2014 by the gtk2-perl team (see the AUTHORS
+ * file for a full list of authors)
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -8,13 +9,11 @@
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Library General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the LICENSE file in the top-level directory of this distribution for
+ * the full license terms.
  *
- * You should have received a copy of the GNU Library 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.
  */
 
 #include "pango-perl.h"
diff --git a/xs/PangoFontset.xs b/xs/PangoFontset.xs
index 9c79ae8..ab5f8e6 100644
--- a/xs/PangoFontset.xs
+++ b/xs/PangoFontset.xs
@@ -1,7 +1,19 @@
 /*
- * Copyright (c) 2003 by the gtk2-perl team (see the file AUTHORS)
+ * Copyright (c) 2003, 2014 by the gtk2-perl team (see the AUTHORS
+ * file for a full list of authors)
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the LICENSE file in the top-level directory of this distribution for
+ * the full license terms.
  *
- * Licensed under the LGPL, see LICENSE file for more information.
  */
 
 #include "pango-perl.h"
diff --git a/xs/PangoGravity.xs b/xs/PangoGravity.xs
index c6a2790..af841b7 100644
--- a/xs/PangoGravity.xs
+++ b/xs/PangoGravity.xs
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 2007 by the gtk2-perl team (see the file AUTHORS)
+ * Copyright (c) 2007, 2014 by the gtk2-perl team (see the AUTHORS
+ * file for a full list of authors)
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -8,13 +9,11 @@
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Library General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the LICENSE file in the top-level directory of this distribution for
+ * the full license terms.
  *
- * You should have received a copy of the GNU Library 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.
  */
 
 #include "pango-perl.h"
diff --git a/xs/PangoLayout.xs b/xs/PangoLayout.xs
index 2924dfa..b8b8c67 100644
--- a/xs/PangoLayout.xs
+++ b/xs/PangoLayout.xs
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 2003-2005 by the gtk2-perl team (see the file AUTHORS)
+ * Copyright (c) 2003-2005, 2014 by the gtk2-perl team (see the AUTHORS
+ * file for a full list of authors)
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -8,13 +9,11 @@
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Library General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the LICENSE file in the top-level directory of this distribution for
+ * the full license terms.
  *
- * You should have received a copy of the GNU Library 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.
  */
 
 #include "pango-perl.h"
diff --git a/xs/PangoMatrix.xs b/xs/PangoMatrix.xs
index 3ee4602..5536f4b 100644
--- a/xs/PangoMatrix.xs
+++ b/xs/PangoMatrix.xs
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 2007 by the gtk2-perl team (see the file AUTHORS)
+ * Copyright (c) 2007, 2014 by the gtk2-perl team (see the AUTHORS
+ * file for a full list of authors)
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -8,13 +9,11 @@
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Library General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the LICENSE file in the top-level directory of this distribution for
+ * the full license terms.
  *
- * You should have received a copy of the GNU Library 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.
  */
 
 #include "pango-perl.h"
diff --git a/xs/PangoRenderer.xs b/xs/PangoRenderer.xs
index 2a3405b..e12a265 100644
--- a/xs/PangoRenderer.xs
+++ b/xs/PangoRenderer.xs
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 2004 by the gtk2-perl team (see the file AUTHORS)
+ * Copyright (c) 2004, 2014 by the gtk2-perl team (see the AUTHORS
+ * file for a full list of authors)
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -8,13 +9,11 @@
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Library General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the LICENSE file in the top-level directory of this distribution for
+ * the full license terms.
  *
- * You should have received a copy of the GNU Library 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.
  */
 
 #include "pango-perl.h"
diff --git a/xs/PangoScript.xs b/xs/PangoScript.xs
index 215cc3f..5626757 100644
--- a/xs/PangoScript.xs
+++ b/xs/PangoScript.xs
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 2004 by the gtk2-perl team (see the file AUTHORS)
+ * Copyright (c) 2004, 2014 by the gtk2-perl team (see the AUTHORS
+ * file for a full list of authors)
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -8,13 +9,11 @@
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Library General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the LICENSE file in the top-level directory of this distribution for
+ * the full license terms.
  *
- * You should have received a copy of the GNU Library 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.
  */
 
 #include "pango-perl.h"
diff --git a/xs/PangoTabs.xs b/xs/PangoTabs.xs
index ab2193a..3c73316 100644
--- a/xs/PangoTabs.xs
+++ b/xs/PangoTabs.xs
@@ -1,8 +1,21 @@
 /*
- * Copyright (c) 2003 by the gtk2-perl team (see the file AUTHORS)
+ * Copyright (c) 2003, 2014 by the gtk2-perl team (see the AUTHORS
+ * file for a full list of authors)
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the LICENSE file in the top-level directory of this distribution for
+ * the full license terms.
  *
- * Licensed under the LGPL, see LICENSE file for more information.
  */
+
 #include "pango-perl.h"
 
 MODULE = Pango::TabArray       PACKAGE = Pango::TabArray       PREFIX = pango_tab_array_
diff --git a/xs/PangoTypes.xs b/xs/PangoTypes.xs
index cc07615..033a65d 100644
--- a/xs/PangoTypes.xs
+++ b/xs/PangoTypes.xs
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 2004 by the gtk2-perl team (see the file AUTHORS)
+ * Copyright (c) 2004, 2014 by the gtk2-perl team (see the AUTHORS
+ * file for a full list of authors)
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -8,13 +9,11 @@
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Library General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the LICENSE file in the top-level directory of this distribution for
+ * the full license terms.
  *
- * You should have received a copy of the GNU Library 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.
  */
 
 #include "pango-perl.h"


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