gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog libbase/smart_ptr.h


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog libbase/smart_ptr.h
Date: Sun, 26 Nov 2006 01:21:35 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/11/26 01:21:35

Modified files:
        .              : ChangeLog 
        libbase        : smart_ptr.h 

Log message:
        Removed TU's rights since we don't use his code and added the GPL.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1770&r2=1.1771
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/smart_ptr.h?cvsroot=gnash&r1=1.16&r2=1.17

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1770
retrieving revision 1.1771
diff -u -b -r1.1770 -r1.1771
--- ChangeLog   26 Nov 2006 00:28:53 -0000      1.1770
+++ ChangeLog   26 Nov 2006 01:21:35 -0000      1.1771
@@ -1,6 +1,8 @@
 2006-11-26 Markus Gothe <address@hidden>
 
        * server/rect.h DSOEXPORT expand_to_transformed_rect().
+       * libbase/smart_ptr.h: Removed TU's rights since we don't use his 
+       code.
 
 2006-11-25 Udo Giacomozzi <address@hidden>
 

Index: libbase/smart_ptr.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/smart_ptr.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- libbase/smart_ptr.h 19 Nov 2006 17:56:40 -0000      1.16
+++ libbase/smart_ptr.h 26 Nov 2006 01:21:35 -0000      1.17
@@ -1,7 +1,21 @@
-// smart_ptr.h -- by Thatcher Ulrich <address@hidden> 2003
+//
+//   Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+//
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 2 of the License, or
+// (at your option) any later version.
+//
+// This program 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 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-// This source code has been donated to the Public Domain.  Do
-// whatever you want with it.
+//
+//
 
 // Smart (ref-counting) pointer classes.  Uses "intrusive" approach:
 // the types pointed to must have add_ref() and drop_ref() methods.
@@ -9,7 +23,7 @@
 // although the nice thing about templates is that no particular
 // ref-counted class is mandated.
 
-/* $Id: smart_ptr.h,v 1.16 2006/11/19 17:56:40 nihilus Exp $ */
+/* $Id: smart_ptr.h,v 1.17 2006/11/26 01:21:35 nihilus Exp $ */
 
 #ifndef SMART_PTR_H
 #define SMART_PTR_H




reply via email to

[Prev in Thread] Current Thread [Next in Thread]