diff options
-rw-r--r-- | crypto/ablk_helper.c | 4 | ||||
-rw-r--r-- | crypto/camellia_generic.c | 3 | ||||
-rw-r--r-- | crypto/cast5_generic.c | 3 | ||||
-rw-r--r-- | crypto/cast6_generic.c | 3 | ||||
-rw-r--r-- | crypto/simd.c | 4 | ||||
-rw-r--r-- | crypto/twofish_common.c | 5 | ||||
-rw-r--r-- | crypto/twofish_generic.c | 5 | ||||
-rw-r--r-- | crypto/xcbc.c | 3 |
8 files changed, 10 insertions, 20 deletions
diff --git a/crypto/ablk_helper.c b/crypto/ablk_helper.c index 1441f07d0a19..6e5d2f149b89 100644 --- a/crypto/ablk_helper.c +++ b/crypto/ablk_helper.c | |||
@@ -18,9 +18,7 @@ | |||
18 | * GNU General Public License for more details. | 18 | * GNU General Public License for more details. |
19 | * | 19 | * |
20 | * You should have received a copy of the GNU General Public License | 20 | * You should have received a copy of the GNU General Public License |
21 | * along with this program; if not, write to the Free Software | 21 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
22 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 | ||
23 | * USA | ||
24 | * | 22 | * |
25 | */ | 23 | */ |
26 | 24 | ||
diff --git a/crypto/camellia_generic.c b/crypto/camellia_generic.c index a02286bf319e..32ddd4836ff5 100644 --- a/crypto/camellia_generic.c +++ b/crypto/camellia_generic.c | |||
@@ -13,8 +13,7 @@ | |||
13 | * GNU General Public License for more details. | 13 | * GNU General Public License for more details. |
14 | * | 14 | * |
15 | * You should have received a copy of the GNU General Public License | 15 | * You should have received a copy of the GNU General Public License |
16 | * along with this program; if not, write to the Free Software | 16 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
18 | */ | 17 | */ |
19 | 18 | ||
20 | /* | 19 | /* |
diff --git a/crypto/cast5_generic.c b/crypto/cast5_generic.c index df5c72629383..66169c178314 100644 --- a/crypto/cast5_generic.c +++ b/crypto/cast5_generic.c | |||
@@ -16,8 +16,7 @@ | |||
16 | * any later version. | 16 | * any later version. |
17 | * | 17 | * |
18 | * You should have received a copy of the GNU General Public License | 18 | * You should have received a copy of the GNU General Public License |
19 | * along with this program; if not, write to the Free Software | 19 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
20 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA | ||
21 | */ | 20 | */ |
22 | 21 | ||
23 | 22 | ||
diff --git a/crypto/cast6_generic.c b/crypto/cast6_generic.c index 058c8d755d03..c8e5ec69790e 100644 --- a/crypto/cast6_generic.c +++ b/crypto/cast6_generic.c | |||
@@ -13,8 +13,7 @@ | |||
13 | * any later version. | 13 | * any later version. |
14 | * | 14 | * |
15 | * You should have received a copy of the GNU General Public License | 15 | * You should have received a copy of the GNU General Public License |
16 | * along with this program; if not, write to the Free Software | 16 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA | ||
18 | */ | 17 | */ |
19 | 18 | ||
20 | 19 | ||
diff --git a/crypto/simd.c b/crypto/simd.c index 88203370a62f..208226d7f908 100644 --- a/crypto/simd.c +++ b/crypto/simd.c | |||
@@ -19,9 +19,7 @@ | |||
19 | * GNU General Public License for more details. | 19 | * GNU General Public License for more details. |
20 | * | 20 | * |
21 | * You should have received a copy of the GNU General Public License | 21 | * You should have received a copy of the GNU General Public License |
22 | * along with this program; if not, write to the Free Software | 22 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
23 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 | ||
24 | * USA | ||
25 | * | 23 | * |
26 | */ | 24 | */ |
27 | 25 | ||
diff --git a/crypto/twofish_common.c b/crypto/twofish_common.c index 5f62c4f9f6e0..f3a0dd25f871 100644 --- a/crypto/twofish_common.c +++ b/crypto/twofish_common.c | |||
@@ -24,9 +24,8 @@ | |||
24 | * GNU General Public License for more details. | 24 | * GNU General Public License for more details. |
25 | * | 25 | * |
26 | * You should have received a copy of the GNU General Public License | 26 | * You should have received a copy of the GNU General Public License |
27 | * along with this program; if not, write to the Free Software | 27 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
28 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 | 28 | * |
29 | * USA | ||
30 | * | 29 | * |
31 | * This code is a "clean room" implementation, written from the paper | 30 | * This code is a "clean room" implementation, written from the paper |
32 | * _Twofish: A 128-Bit Block Cipher_ by Bruce Schneier, John Kelsey, | 31 | * _Twofish: A 128-Bit Block Cipher_ by Bruce Schneier, John Kelsey, |
diff --git a/crypto/twofish_generic.c b/crypto/twofish_generic.c index ebf7a3efb572..07e62433fbfb 100644 --- a/crypto/twofish_generic.c +++ b/crypto/twofish_generic.c | |||
@@ -23,9 +23,8 @@ | |||
23 | * GNU General Public License for more details. | 23 | * GNU General Public License for more details. |
24 | * | 24 | * |
25 | * You should have received a copy of the GNU General Public License | 25 | * You should have received a copy of the GNU General Public License |
26 | * along with this program; if not, write to the Free Software | 26 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
27 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 | 27 | * |
28 | * USA | ||
29 | * | 28 | * |
30 | * This code is a "clean room" implementation, written from the paper | 29 | * This code is a "clean room" implementation, written from the paper |
31 | * _Twofish: A 128-Bit Block Cipher_ by Bruce Schneier, John Kelsey, | 30 | * _Twofish: A 128-Bit Block Cipher_ by Bruce Schneier, John Kelsey, |
diff --git a/crypto/xcbc.c b/crypto/xcbc.c index df90b332554c..25c75af50d3f 100644 --- a/crypto/xcbc.c +++ b/crypto/xcbc.c | |||
@@ -12,8 +12,7 @@ | |||
12 | * GNU General Public License for more details. | 12 | * GNU General Public License for more details. |
13 | * | 13 | * |
14 | * You should have received a copy of the GNU General Public License | 14 | * You should have received a copy of the GNU General Public License |
15 | * along with this program; if not, write to the Free Software | 15 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
17 | * | 16 | * |
18 | * Author: | 17 | * Author: |
19 | * Kazunori Miyazawa <miyazawa@linux-ipv6.org> | 18 | * Kazunori Miyazawa <miyazawa@linux-ipv6.org> |