summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-07 02:29:27 +0000
committerimp <imp@FreeBSD.org>2005-01-07 02:29:27 +0000
commitf0bf889d0d2ea7d83fd3b67266a98c89cdf14853 (patch)
treef453e3c07b7d678a92c36b5dd03f0f390cd0c5b9 /sys/opencrypto
parent4ddf4b47c4f62804a423937c4503ddae8f84c089 (diff)
downloadFreeBSD-src-f0bf889d0d2ea7d83fd3b67266a98c89cdf14853.zip
FreeBSD-src-f0bf889d0d2ea7d83fd3b67266a98c89cdf14853.tar.gz
/* -> /*- for license, minor formatting changes
Diffstat (limited to 'sys/opencrypto')
-rw-r--r--sys/opencrypto/cast.c2
-rw-r--r--sys/opencrypto/cast.h2
-rw-r--r--sys/opencrypto/castsb.h2
-rw-r--r--sys/opencrypto/criov.c2
-rw-r--r--sys/opencrypto/crypto.c2
-rw-r--r--sys/opencrypto/crypto_if.m2
-rw-r--r--sys/opencrypto/cryptodev.c2
-rw-r--r--sys/opencrypto/cryptodev.h2
-rw-r--r--sys/opencrypto/cryptosoft.c2
-rw-r--r--sys/opencrypto/cryptosoft.h2
-rw-r--r--sys/opencrypto/deflate.c2
-rw-r--r--sys/opencrypto/deflate.h2
-rw-r--r--sys/opencrypto/rijndael.c2
-rw-r--r--sys/opencrypto/rijndael.h2
-rw-r--r--sys/opencrypto/rmd160.c2
-rw-r--r--sys/opencrypto/rmd160.h2
-rw-r--r--sys/opencrypto/skipjack.c2
-rw-r--r--sys/opencrypto/skipjack.h2
-rw-r--r--sys/opencrypto/xform.c2
-rw-r--r--sys/opencrypto/xform.h2
20 files changed, 20 insertions, 20 deletions
diff --git a/sys/opencrypto/cast.c b/sys/opencrypto/cast.c
index d1129a4..a16ab7d 100644
--- a/sys/opencrypto/cast.c
+++ b/sys/opencrypto/cast.c
@@ -1,5 +1,5 @@
/* $OpenBSD: cast.c,v 1.2 2000/06/06 06:49:47 deraadt Exp $ */
-/*
+/*-
* CAST-128 in C
* Written by Steve Reid <sreid@sea-to-sky.net>
* 100% Public Domain - no warranty
diff --git a/sys/opencrypto/cast.h b/sys/opencrypto/cast.h
index 06aaf9d..8e2d0d1 100644
--- a/sys/opencrypto/cast.h
+++ b/sys/opencrypto/cast.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $OpenBSD: cast.h,v 1.2 2002/03/14 01:26:51 millert Exp $ */
-/*
+/*-
* CAST-128 in C
* Written by Steve Reid <sreid@sea-to-sky.net>
* 100% Public Domain - no warranty
diff --git a/sys/opencrypto/castsb.h b/sys/opencrypto/castsb.h
index 739d06e..ed13058 100644
--- a/sys/opencrypto/castsb.h
+++ b/sys/opencrypto/castsb.h
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
/* $OpenBSD: castsb.h,v 1.1 2000/02/28 23:13:04 deraadt Exp $ */
-/*
+/*-
* CAST-128 in C
* Written by Steve Reid <sreid@sea-to-sky.net>
* 100% Public Domain - no warranty
diff --git a/sys/opencrypto/criov.c b/sys/opencrypto/criov.c
index 4831fac..f90404e 100644
--- a/sys/opencrypto/criov.c
+++ b/sys/opencrypto/criov.c
@@ -1,6 +1,6 @@
/* $OpenBSD: criov.c,v 1.9 2002/01/29 15:48:29 jason Exp $ */
-/*
+/*-
* Copyright (c) 1999 Theo de Raadt
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/opencrypto/crypto.c b/sys/opencrypto/crypto.c
index ccc2ef8..297e180 100644
--- a/sys/opencrypto/crypto.c
+++ b/sys/opencrypto/crypto.c
@@ -1,5 +1,5 @@
/* $OpenBSD: crypto.c,v 1.38 2002/06/11 11:14:29 beck Exp $ */
-/*
+/*-
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
*
* This code was written by Angelos D. Keromytis in Athens, Greece, in
diff --git a/sys/opencrypto/crypto_if.m b/sys/opencrypto/crypto_if.m
index 0ef17e6..2720cc1 100644
--- a/sys/opencrypto/crypto_if.m
+++ b/sys/opencrypto/crypto_if.m
@@ -1,4 +1,4 @@
-#
+#-
# Copyright (c) 2002, Sam Leffler
# All rights reserved.
#
diff --git a/sys/opencrypto/cryptodev.c b/sys/opencrypto/cryptodev.c
index b9d26a9..0581076 100644
--- a/sys/opencrypto/cryptodev.c
+++ b/sys/opencrypto/cryptodev.c
@@ -1,6 +1,6 @@
/* $OpenBSD: cryptodev.c,v 1.52 2002/06/19 07:22:46 deraadt Exp $ */
-/*
+/*-
* Copyright (c) 2001 Theo de Raadt
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/opencrypto/cryptodev.h b/sys/opencrypto/cryptodev.h
index 0da8633..07f8333 100644
--- a/sys/opencrypto/cryptodev.h
+++ b/sys/opencrypto/cryptodev.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $OpenBSD: cryptodev.h,v 1.31 2002/06/11 11:14:29 beck Exp $ */
-/*
+/*-
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
*
* This code was written by Angelos D. Keromytis in Athens, Greece, in
diff --git a/sys/opencrypto/cryptosoft.c b/sys/opencrypto/cryptosoft.c
index 4a0c837..db3cd75 100644
--- a/sys/opencrypto/cryptosoft.c
+++ b/sys/opencrypto/cryptosoft.c
@@ -1,6 +1,6 @@
/* $OpenBSD: cryptosoft.c,v 1.35 2002/04/26 08:43:50 deraadt Exp $ */
-/*
+/*-
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
*
* This code was written by Angelos D. Keromytis in Athens, Greece, in
diff --git a/sys/opencrypto/cryptosoft.h b/sys/opencrypto/cryptosoft.h
index dea997e..bf13852 100644
--- a/sys/opencrypto/cryptosoft.h
+++ b/sys/opencrypto/cryptosoft.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $OpenBSD: cryptosoft.h,v 1.10 2002/04/22 23:10:09 deraadt Exp $ */
-/*
+/*-
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
*
* This code was written by Angelos D. Keromytis in Athens, Greece, in
diff --git a/sys/opencrypto/deflate.c b/sys/opencrypto/deflate.c
index 6ffc7a7..92f8ab2 100644
--- a/sys/opencrypto/deflate.c
+++ b/sys/opencrypto/deflate.c
@@ -1,6 +1,6 @@
/* $OpenBSD: deflate.c,v 1.3 2001/08/20 02:45:22 hugh Exp $ */
-/*
+/*-
* Copyright (c) 2001 Jean-Jacques Bernard-Gundol (jj@wabbitt.org)
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/opencrypto/deflate.h b/sys/opencrypto/deflate.h
index 81a8be7..5c8ebd4 100644
--- a/sys/opencrypto/deflate.h
+++ b/sys/opencrypto/deflate.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $OpenBSD: deflate.h,v 1.3 2002/03/14 01:26:51 millert Exp $ */
-/*
+/*-
* Copyright (c) 2001 Jean-Jacques Bernard-Gundol (jj@wabbitt.org)
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/opencrypto/rijndael.c b/sys/opencrypto/rijndael.c
index e3895af..9a686c0 100644
--- a/sys/opencrypto/rijndael.c
+++ b/sys/opencrypto/rijndael.c
@@ -1,5 +1,5 @@
/* $OpenBSD: rijndael.c,v 1.12 2002/07/10 17:53:54 deraadt Exp $ */
-/**
+/*-
* rijndael-alg-fst.c
*
* @version 3.0 (December 2000)
diff --git a/sys/opencrypto/rijndael.h b/sys/opencrypto/rijndael.h
index 5c530e1..0c3664b 100644
--- a/sys/opencrypto/rijndael.h
+++ b/sys/opencrypto/rijndael.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $OpenBSD: rijndael.h,v 1.7 2001/12/19 17:42:24 markus Exp $ */
-/**
+/*-
* rijndael-alg-fst.h
*
* @version 3.0 (December 2000)
diff --git a/sys/opencrypto/rmd160.c b/sys/opencrypto/rmd160.c
index 3a05588..f97a6f4 100644
--- a/sys/opencrypto/rmd160.c
+++ b/sys/opencrypto/rmd160.c
@@ -1,5 +1,5 @@
/* $OpenBSD: rmd160.c,v 1.3 2001/09/26 21:40:13 markus Exp $ */
-/*
+/*-
* Copyright (c) 2001 Markus Friedl. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/opencrypto/rmd160.h b/sys/opencrypto/rmd160.h
index 604b0c9..60dce64 100644
--- a/sys/opencrypto/rmd160.h
+++ b/sys/opencrypto/rmd160.h
@@ -1,6 +1,6 @@
/* $FreeBSD$ */
/* $OpenBSD: rmd160.h,v 1.3 2002/03/14 01:26:51 millert Exp $ */
-/*
+/*-
* Copyright (c) 2001 Markus Friedl. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/opencrypto/skipjack.c b/sys/opencrypto/skipjack.c
index 7fb59f2..0899e38 100644
--- a/sys/opencrypto/skipjack.c
+++ b/sys/opencrypto/skipjack.c
@@ -1,5 +1,5 @@
/* $OpenBSD: skipjack.c,v 1.3 2001/05/05 00:31:34 angelos Exp $ */
-/*
+/*-
* Further optimized test implementation of SKIPJACK algorithm
* Mark Tillotson <markt@chaos.org.uk>, 25 June 98
* Optimizations suit RISC (lots of registers) machine best.
diff --git a/sys/opencrypto/skipjack.h b/sys/opencrypto/skipjack.h
index 70df788..3e88418 100644
--- a/sys/opencrypto/skipjack.h
+++ b/sys/opencrypto/skipjack.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $OpenBSD: skipjack.h,v 1.3 2002/03/14 01:26:51 millert Exp $ */
-/*
+/*-
* Further optimized test implementation of SKIPJACK algorithm
* Mark Tillotson <markt@chaos.org.uk>, 25 June 98
* Optimizations suit RISC (lots of registers) machine best.
diff --git a/sys/opencrypto/xform.c b/sys/opencrypto/xform.c
index e63659c..87d9b99 100644
--- a/sys/opencrypto/xform.c
+++ b/sys/opencrypto/xform.c
@@ -1,5 +1,5 @@
/* $OpenBSD: xform.c,v 1.16 2001/08/28 12:20:43 ben Exp $ */
-/*
+/*-
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
* Niels Provos (provos@physnet.uni-hamburg.de).
diff --git a/sys/opencrypto/xform.h b/sys/opencrypto/xform.h
index a4960b9..ae6665b 100644
--- a/sys/opencrypto/xform.h
+++ b/sys/opencrypto/xform.h
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* $OpenBSD: xform.h,v 1.8 2001/08/28 12:20:43 ben Exp $ */
-/*
+/*-
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
*
* This code was written by Angelos D. Keromytis in Athens, Greece, in
OpenPOWER on IntegriCloud