From 4a04f7206914a49f5f95adc5eb786237f1a9f547 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 23 Oct 2011 17:52:20 +0000 Subject: remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n --- intern/container/CMakeLists.txt | 1 - intern/container/CTR_HashedPtr.h | 2 -- intern/container/CTR_List.h | 1 - intern/container/CTR_Map.h | 1 - intern/container/CTR_TaggedIndex.h | 2 -- intern/container/CTR_TaggedSetOps.h | 1 - intern/container/CTR_UHeap.h | 2 -- intern/container/intern/CTR_List.cpp | 1 - 8 files changed, 11 deletions(-) (limited to 'intern/container') diff --git a/intern/container/CMakeLists.txt b/intern/container/CMakeLists.txt index 42c8de6a08e..b29eea37bc7 100644 --- a/intern/container/CMakeLists.txt +++ b/intern/container/CMakeLists.txt @@ -1,4 +1,3 @@ -# $Id$ # ***** BEGIN GPL LICENSE BLOCK ***** # # This program is free software; you can redistribute it and/or diff --git a/intern/container/CTR_HashedPtr.h b/intern/container/CTR_HashedPtr.h index 0291535d718..caf63f75606 100644 --- a/intern/container/CTR_HashedPtr.h +++ b/intern/container/CTR_HashedPtr.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * ***** BEGIN GPL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or diff --git a/intern/container/CTR_List.h b/intern/container/CTR_List.h index 79af9ea5abc..7eb8dce7241 100644 --- a/intern/container/CTR_List.h +++ b/intern/container/CTR_List.h @@ -1,5 +1,4 @@ /* - * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or diff --git a/intern/container/CTR_Map.h b/intern/container/CTR_Map.h index 08aa26eb9e2..8b6d84337c2 100644 --- a/intern/container/CTR_Map.h +++ b/intern/container/CTR_Map.h @@ -1,5 +1,4 @@ /* - * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or diff --git a/intern/container/CTR_TaggedIndex.h b/intern/container/CTR_TaggedIndex.h index b5284a5da30..00a24d07760 100644 --- a/intern/container/CTR_TaggedIndex.h +++ b/intern/container/CTR_TaggedIndex.h @@ -1,5 +1,4 @@ /* - * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or @@ -33,7 +32,6 @@ /** - * $Id$ * Copyright (C) 2001 NaN Technologies B.V. * Simple tagged index class. */ diff --git a/intern/container/CTR_TaggedSetOps.h b/intern/container/CTR_TaggedSetOps.h index 19ddcffac12..9dc4e4f00db 100644 --- a/intern/container/CTR_TaggedSetOps.h +++ b/intern/container/CTR_TaggedSetOps.h @@ -1,5 +1,4 @@ /* - * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or diff --git a/intern/container/CTR_UHeap.h b/intern/container/CTR_UHeap.h index 150deb7ce25..e1cd2755263 100644 --- a/intern/container/CTR_UHeap.h +++ b/intern/container/CTR_UHeap.h @@ -1,5 +1,4 @@ /* - * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or @@ -33,7 +32,6 @@ /** - * $Id$ * Copyright (C) 2001 NaN Technologies B.V. * * @author Laurence diff --git a/intern/container/intern/CTR_List.cpp b/intern/container/intern/CTR_List.cpp index 2bc9ded325a..2fc7b0261ef 100644 --- a/intern/container/intern/CTR_List.cpp +++ b/intern/container/intern/CTR_List.cpp @@ -1,5 +1,4 @@ /* - * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or -- cgit v1.2.3