diff options
Diffstat (limited to 'src/xine-utils/array.h')
-rw-r--r-- | src/xine-utils/array.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/xine-utils/array.h b/src/xine-utils/array.h index 80b7d3c9b..ae2093823 100644 --- a/src/xine-utils/array.h +++ b/src/xine-utils/array.h @@ -15,9 +15,7 @@ * * 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 - * - * $Id: array.h,v 1.3 2007/02/03 16:31:55 dsalt Exp $ + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA * * Array that can grow automatically when you add elements. * Inserting an element in the middle of the array implies memory moves. |