summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2004-02-10 20:45:28 +0000
committercperciva <cperciva@FreeBSD.org>2004-02-10 20:45:28 +0000
commit371e76013cbf59c057362dec7670c7f234863810 (patch)
tree0e5916a14b09ac6e8f87bbe460b7cfe0e484219d /lib
parent81f9b2b83adf9740e4603070330b067a62d7608f (diff)
downloadFreeBSD-src-371e76013cbf59c057362dec7670c7f234863810.zip
FreeBSD-src-371e76013cbf59c057362dec7670c7f234863810.tar.gz
style cleanup: Remove duplicate $FreeBSD$ tags.
These files had tags after teh copyright notice, inside the comment block (incorrect, removed), and outside the comment block (correct). Approved by: rwatson (mentor)
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/ia64/string/bcopy.S2
-rw-r--r--lib/libc/ia64/string/bzero.S2
-rw-r--r--lib/libc/sparc64/gen/fabs.S2
-rw-r--r--lib/libc_r/arch/ia64/_atomic_lock.S2
-rw-r--r--lib/libpthread/arch/alpha/alpha/enter_uts.S2
5 files changed, 0 insertions, 10 deletions
diff --git a/lib/libc/ia64/string/bcopy.S b/lib/libc/ia64/string/bcopy.S
index 09f5bc0..34aac19 100644
--- a/lib/libc/ia64/string/bcopy.S
+++ b/lib/libc/ia64/string/bcopy.S
@@ -22,8 +22,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
#include <machine/asm.h>
diff --git a/lib/libc/ia64/string/bzero.S b/lib/libc/ia64/string/bzero.S
index bd08a1a..0963c36 100644
--- a/lib/libc/ia64/string/bzero.S
+++ b/lib/libc/ia64/string/bzero.S
@@ -22,8 +22,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
#include <machine/asm.h>
diff --git a/lib/libc/sparc64/gen/fabs.S b/lib/libc/sparc64/gen/fabs.S
index f42e2c7..bbc744a 100644
--- a/lib/libc/sparc64/gen/fabs.S
+++ b/lib/libc/sparc64/gen/fabs.S
@@ -21,8 +21,6 @@
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * $FreeBSD$
*/
#include <machine/asm.h>
diff --git a/lib/libc_r/arch/ia64/_atomic_lock.S b/lib/libc_r/arch/ia64/_atomic_lock.S
index d2fc18a..b4b84da 100644
--- a/lib/libc_r/arch/ia64/_atomic_lock.S
+++ b/lib/libc_r/arch/ia64/_atomic_lock.S
@@ -22,8 +22,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * $FreeBSD$
*/
#if defined(LIBC_RCS) && !defined(lint)
diff --git a/lib/libpthread/arch/alpha/alpha/enter_uts.S b/lib/libpthread/arch/alpha/alpha/enter_uts.S
index d4ccb71..4dfddff 100644
--- a/lib/libpthread/arch/alpha/alpha/enter_uts.S
+++ b/lib/libpthread/arch/alpha/alpha/enter_uts.S
@@ -22,8 +22,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
#include <machine/asm.h>
OpenPOWER on IntegriCloud