Index: ChangeLog =================================================================== RCS file: /cvs/cairo/cairomm/ChangeLog,v retrieving revision 1.28 diff -u -r1.28 ChangeLog --- ChangeLog 17 Feb 2006 15:27:21 -0000 1.28 +++ ChangeLog 17 Feb 2006 17:25:06 -0000 @@ -1,5 +1,33 @@ 2006-02-17 Danilo Piazzalunga + * autogen.sh: + * cairomm/cairomm.h: + * cairomm/context.cc: + * cairomm/context.h: + * cairomm/enums.h: + * cairomm/exception.cc: + * cairomm/exception.h: + * cairomm/fontface.cc: + * cairomm/fontface.h: + * cairomm/fontoptions.cc: + * cairomm/fontoptions.h: + * cairomm/path.cc: + * cairomm/path.h: + * cairomm/pattern.cc: + * cairomm/pattern.h: + * cairomm/private.cc: + * cairomm/private.h: + * cairomm/refptr.h: + * cairomm/surface.cc: + * cairomm/surface.h: + * cairomm/win32_surface.cc: + * cairomm/win32_surface.h: + * cairomm/xlib_surface.cc: + * cairomm/xlib_surface.h: Update FSF's postal address in GPL/LGPL + comment headings + +2006-02-17 Danilo Piazzalunga + * examples/*/.cvsignore: Bug #5927: added .cvsignore files to examples directories Index: autogen.sh =================================================================== RCS file: /cvs/cairo/cairomm/autogen.sh,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 autogen.sh --- autogen.sh 2 Dec 2005 13:34:41 -0000 1.1.1.1 +++ autogen.sh 17 Feb 2006 17:25:06 -0000 @@ -17,7 +17,8 @@ # # 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 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. dir=`echo "$0" | sed 's,[^/]*$,,'` Index: cairomm/cairomm.h =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/cairomm.h,v retrieving revision 1.2 diff -u -r1.2 cairomm.h --- cairomm/cairomm.h 2 Dec 2005 14:05:17 -0000 1.2 +++ cairomm/cairomm.h 17 Feb 2006 17:25:06 -0000 @@ -11,8 +11,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, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #ifndef __CAIROMM_H Index: cairomm/context.cc =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/context.cc,v retrieving revision 1.8 diff -u -r1.8 context.cc --- cairomm/context.cc 20 Dec 2005 09:17:53 -0000 1.8 +++ cairomm/context.cc 17 Feb 2006 17:25:06 -0000 @@ -11,8 +11,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, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #include Index: cairomm/context.h =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/context.h,v retrieving revision 1.9 diff -u -r1.9 context.h --- cairomm/context.h 8 Feb 2006 17:28:26 -0000 1.9 +++ cairomm/context.h 17 Feb 2006 17:25:07 -0000 @@ -11,8 +11,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, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #ifndef __CAIROMM_CONTEXT_H Index: cairomm/enums.h =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/enums.h,v retrieving revision 1.3 diff -u -r1.3 enums.h --- cairomm/enums.h 21 Jan 2006 16:22:40 -0000 1.3 +++ cairomm/enums.h 17 Feb 2006 17:25:07 -0000 @@ -11,8 +11,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, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #ifndef __CAIROMM_ENUMS_H Index: cairomm/exception.cc =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/exception.cc,v retrieving revision 1.5 diff -u -r1.5 exception.cc --- cairomm/exception.cc 17 Feb 2006 15:19:30 -0000 1.5 +++ cairomm/exception.cc 17 Feb 2006 17:25:07 -0000 @@ -11,8 +11,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, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #include Index: cairomm/exception.h =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/exception.h,v retrieving revision 1.5 diff -u -r1.5 exception.h --- cairomm/exception.h 17 Feb 2006 15:19:30 -0000 1.5 +++ cairomm/exception.h 17 Feb 2006 17:25:07 -0000 @@ -11,8 +11,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, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #ifndef __CAIRO_EXCEPTION_H Index: cairomm/fontface.cc =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/fontface.cc,v retrieving revision 1.5 diff -u -r1.5 fontface.cc --- cairomm/fontface.cc 21 Jan 2006 16:22:40 -0000 1.5 +++ cairomm/fontface.cc 17 Feb 2006 17:25:07 -0000 @@ -11,8 +11,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, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #include Index: cairomm/fontface.h =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/fontface.h,v retrieving revision 1.5 diff -u -r1.5 fontface.h --- cairomm/fontface.h 21 Jan 2006 16:22:40 -0000 1.5 +++ cairomm/fontface.h 17 Feb 2006 17:25:07 -0000 @@ -11,8 +11,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, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #ifndef __CAIROMM_FONTFACE_H Index: cairomm/fontoptions.cc =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/fontoptions.cc,v retrieving revision 1.3 diff -u -r1.3 fontoptions.cc --- cairomm/fontoptions.cc 7 Dec 2005 14:41:10 -0000 1.3 +++ cairomm/fontoptions.cc 17 Feb 2006 17:25:07 -0000 @@ -11,8 +11,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, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #include Index: cairomm/fontoptions.h =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/fontoptions.h,v retrieving revision 1.3 diff -u -r1.3 fontoptions.h --- cairomm/fontoptions.h 21 Jan 2006 16:22:40 -0000 1.3 +++ cairomm/fontoptions.h 17 Feb 2006 17:25:07 -0000 @@ -11,8 +11,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, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #ifndef __CAIROMM_FONTOPTIONS_H Index: cairomm/path.cc =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/path.cc,v retrieving revision 1.2 diff -u -r1.2 path.cc --- cairomm/path.cc 2 Dec 2005 14:05:17 -0000 1.2 +++ cairomm/path.cc 17 Feb 2006 17:25:07 -0000 @@ -11,8 +11,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, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #include Index: cairomm/path.h =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/path.h,v retrieving revision 1.3 diff -u -r1.3 path.h --- cairomm/path.h 21 Jan 2006 16:22:40 -0000 1.3 +++ cairomm/path.h 17 Feb 2006 17:25:07 -0000 @@ -11,8 +11,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, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #ifndef __CAIROMM_PATH_H Index: cairomm/pattern.cc =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/pattern.cc,v retrieving revision 1.4 diff -u -r1.4 pattern.cc --- cairomm/pattern.cc 20 Dec 2005 09:17:53 -0000 1.4 +++ cairomm/pattern.cc 17 Feb 2006 17:25:07 -0000 @@ -11,8 +11,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, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #include Index: cairomm/pattern.h =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/pattern.h,v retrieving revision 1.5 diff -u -r1.5 pattern.h --- cairomm/pattern.h 21 Jan 2006 16:22:40 -0000 1.5 +++ cairomm/pattern.h 17 Feb 2006 17:25:07 -0000 @@ -11,8 +11,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, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #ifndef __CAIROMM_PATTERN_H Index: cairomm/private.cc =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/private.cc,v retrieving revision 1.4 diff -u -r1.4 private.cc --- cairomm/private.cc 21 Jan 2006 16:22:40 -0000 1.4 +++ cairomm/private.cc 17 Feb 2006 17:25:07 -0000 @@ -11,8 +11,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, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #include Index: cairomm/private.h =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/private.h,v retrieving revision 1.4 diff -u -r1.4 private.h --- cairomm/private.h 21 Jan 2006 16:22:40 -0000 1.4 +++ cairomm/private.h 17 Feb 2006 17:25:07 -0000 @@ -11,8 +11,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, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #ifndef __CAIROMM_PRIVATE_H Index: cairomm/refptr.h =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/refptr.h,v retrieving revision 1.1 diff -u -r1.1 refptr.h --- cairomm/refptr.h 20 Dec 2005 09:17:53 -0000 1.1 +++ cairomm/refptr.h 17 Feb 2006 17:25:07 -0000 @@ -17,8 +17,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, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ Index: cairomm/surface.cc =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/surface.cc,v retrieving revision 1.9 diff -u -r1.9 surface.cc --- cairomm/surface.cc 29 Jan 2006 05:00:31 -0000 1.9 +++ cairomm/surface.cc 17 Feb 2006 17:25:07 -0000 @@ -11,8 +11,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, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #include Index: cairomm/surface.h =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/surface.h,v retrieving revision 1.7 diff -u -r1.7 surface.h --- cairomm/surface.h 29 Jan 2006 05:00:31 -0000 1.7 +++ cairomm/surface.h 17 Feb 2006 17:25:08 -0000 @@ -11,8 +11,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, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #ifndef __CAIROMM_SURFACE_H Index: cairomm/win32_surface.cc =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/win32_surface.cc,v retrieving revision 1.1 diff -u -r1.1 win32_surface.cc --- cairomm/win32_surface.cc 24 Jan 2006 11:48:42 -0000 1.1 +++ cairomm/win32_surface.cc 17 Feb 2006 17:25:08 -0000 @@ -11,8 +11,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, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #include Index: cairomm/win32_surface.h =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/win32_surface.h,v retrieving revision 1.1 diff -u -r1.1 win32_surface.h --- cairomm/win32_surface.h 24 Jan 2006 11:48:42 -0000 1.1 +++ cairomm/win32_surface.h 17 Feb 2006 17:25:08 -0000 @@ -11,8 +11,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, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #ifndef __CAIROMM_WIN32_SURFACE_H Index: cairomm/xlib_surface.cc =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/xlib_surface.cc,v retrieving revision 1.1 diff -u -r1.1 xlib_surface.cc --- cairomm/xlib_surface.cc 24 Jan 2006 11:48:42 -0000 1.1 +++ cairomm/xlib_surface.cc 17 Feb 2006 17:25:08 -0000 @@ -11,8 +11,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, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #include Index: cairomm/xlib_surface.h =================================================================== RCS file: /cvs/cairo/cairomm/cairomm/xlib_surface.h,v retrieving revision 1.1 diff -u -r1.1 xlib_surface.h --- cairomm/xlib_surface.h 24 Jan 2006 11:48:42 -0000 1.1 +++ cairomm/xlib_surface.h 17 Feb 2006 17:25:08 -0000 @@ -11,8 +11,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, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ #ifndef __CAIROMM_XLIB_SURFACE_H