Add copyright line for files I have written or modified.
authorMilan Broz <gmazyland@gmail.com>
Fri, 21 Dec 2012 15:38:13 +0000 (16:38 +0100)
committerMilan Broz <gmazyland@gmail.com>
Fri, 21 Dec 2012 15:40:33 +0000 (16:40 +0100)
25 files changed:
AUTHORS
lib/crypt_plain.c
lib/crypto_backend/crypto_gcrypt.c
lib/crypto_backend/crypto_kernel.c
lib/crypto_backend/crypto_nettle.c
lib/crypto_backend/crypto_nss.c
lib/crypto_backend/crypto_openssl.c
lib/crypto_backend/pbkdf_check.c
lib/internal.h
lib/libcryptsetup.h
lib/libdevmapper.c
lib/loopaes/loopaes.c
lib/loopaes/loopaes.h
lib/setup.c
lib/utils.c
lib/utils_crypt.c
lib/utils_crypt.h
lib/utils_device.c
lib/utils_devpath.c
lib/utils_dm.h
lib/utils_loop.c
lib/utils_wipe.c
src/cryptsetup.h
src/utils_tools.c
tests/api-test.c

diff --git a/AUTHORS b/AUTHORS
index 32bfc9e4b924fd41960dc9d1012e6f50d62e7f66..31f557597b42b47c727d27f0f33dc6e30a6f7133 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,3 @@
 Christophe Saout <christophe@saout.de>
 Clemens Fruhwirth <clemens@endorphin.org>
-Milan Broz <asi@ucw.cz>
+Milan Broz <gmazyland@gmail.com>
index dc4fac305bb35ada8025523621c2404511fb8344..dbbbbeef937c00e41c1b17accbc0f1e0c55e363f 100644 (file)
@@ -2,7 +2,8 @@
  * cryptsetup plain device helper functions
  *
  * Copyright (C) 2004, Christophe Saout <christophe@saout.de>
- * Copyright (C) 2010-2011 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2010-2012 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2010-2012, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 4173691d144dad289660ec56777f61078497137a..a715cfee34b86efe3375c6227fa9267f554aa9fd 100644 (file)
@@ -2,6 +2,7 @@
  * GCRYPT crypto backend implementation
  *
  * Copyright (C) 2010-2012, Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2010-2012, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index f6700abb020b6883d7f038a33e30843c9cc0611e..9a3050d1c66d3c51d4bdbb66d01f5644735530c3 100644 (file)
@@ -2,6 +2,7 @@
  * Linux kernel userspace API crypto backend implementation
  *
  * Copyright (C) 2010-2012, Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2010-2012, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 39b615926cb1136f624506d5fef1b30ce0005fa6..8516733cab89ee28a07821f9df45e6c2c9066517 100644 (file)
@@ -2,6 +2,7 @@
  * Nettle crypto backend implementation
  *
  * Copyright (C) 2011-2012 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2011-2012, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 5b49a39368a9fe96f5364ebf4f9ef13d74262483..0911245b47d9b935a615a38d6fefa2967f0b32bf 100644 (file)
@@ -2,6 +2,7 @@
  * NSS crypto backend implementation
  *
  * Copyright (C) 2010-2012, Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2010-2012, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 2577b1880425a581563c6ea645e49da653f5dbf3..927442bc5a7cc649f515b71e99115834ffe9239a 100644 (file)
@@ -2,6 +2,7 @@
  * OPENSSL crypto backend implementation
  *
  * Copyright (C) 2010-2012, Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2010-2012, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index ce5bd1e1303cd9f94e4e802fc72dc577c07234e6..f4877bdeccf230c4502a479a302b8928724cd49a 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * PBKDF performance check
  * Copyright (C) 2012, Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2012, Milan Broz
  *
  * This file is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index f621ca0668dd85a888d2b99a364acc78a3251404..ec3e3afb0d5ba3d37bf8240919e145dbe84671c8 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) 2004, Christophe Saout <christophe@saout.de>
  * Copyright (C) 2004-2007, Clemens Fruhwirth <clemens@endorphin.org>
  * Copyright (C) 2009-2012, Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2009-2012, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 54bcbff1cbd2ae98cb5c6932690978d9ad8822fe..051875c863a9cb106f770765f2eeb4381a007440 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) 2004, Christophe Saout <christophe@saout.de>
  * Copyright (C) 2004-2007, Clemens Fruhwirth <clemens@endorphin.org>
  * Copyright (C) 2009-2012, Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2009-2012, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index f7113925e8eff25998aa069a2326d2ff00279bef..5d3a605002d107f131f7a2a1ee99994eac9e24f4 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) 2004, Christophe Saout <christophe@saout.de>
  * Copyright (C) 2004-2007, Clemens Fruhwirth <clemens@endorphin.org>
  * Copyright (C) 2009-2012, Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2009-2012, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 22e6ce06dddfe9af640ef005036fe9e4639674e9..c72ca5104b080d1fac06175d7c3b3b1ac02febbb 100644 (file)
@@ -2,6 +2,7 @@
  * loop-AES compatible volume handling
  *
  * Copyright (C) 2011-2012, Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2011-2012, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 8f91619336b26787e26701969b64f14f49f77915..f9a0278f4ce25f3b691c8760ed277e87b5fab079 100644 (file)
@@ -2,6 +2,7 @@
  * loop-AES compatible volume handling
  *
  * Copyright (C) 2011-2012, Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2011-2012, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 5914f9d4f90c0a515d22d851f884162cd7f09c28..c2bcfaa3559c9c7c331a0ab0ccfb61363404c3a0 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) 2004, Christophe Saout <christophe@saout.de>
  * Copyright (C) 2004-2007, Clemens Fruhwirth <clemens@endorphin.org>
  * Copyright (C) 2009-2012, Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2009-2012, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 67032f2b13a60399ac09b8c215e209396f33a185..a5a330c4b4ec552ef4f5d745f1103b7e7e3a6a22 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) 2004, Christophe Saout <christophe@saout.de>
  * Copyright (C) 2004-2007, Clemens Fruhwirth <clemens@endorphin.org>
  * Copyright (C) 2009-2012, Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2009-2012, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index a5d9904d2bb2418e9c1a3997a4c3da26e9d0e8d7..6dbdf150240131a4e51ddd25a1fa64a3bbca46ea 100644 (file)
@@ -3,6 +3,7 @@
  *
  * Copyright (C) 2004-2007, Clemens Fruhwirth <clemens@endorphin.org>
  * Copyright (C) 2009-2012, Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2009-2012, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 9bf8ab4f13c59f13e05bdb0f7ce72c9b4d6970e8..48c819841bff0fa7e3e86e8ea8f668c3d5f18001 100644 (file)
@@ -3,6 +3,7 @@
  *
  * Copyright (C) 2004-2007, Clemens Fruhwirth <clemens@endorphin.org>
  * Copyright (C) 2009-2012, Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2009-2012, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index d3e848abf858bdf3ed3fd6afff09aa95cb5c38fa..428aa1260d714a8739bbf1562e8ffc369c9eb197 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) 2004, Christophe Saout <christophe@saout.de>
  * Copyright (C) 2004-2007, Clemens Fruhwirth <clemens@endorphin.org>
  * Copyright (C) 2009-2012, Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2009-2012, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 472569e92df3927555cca843413ad366558bcec9..876b6caf6d76a86edd1ad62ca8a773963f00b3dd 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) 2004, Christophe Saout <christophe@saout.de>
  * Copyright (C) 2004-2007, Clemens Fruhwirth <clemens@endorphin.org>
  * Copyright (C) 2009-2012, Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2009-2012, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 4f48b27e28fdebc27357e1fc80fd067a81758326..8af91e8dd76cefaae85f5f32228e7014e5927770 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) 2004, Christophe Saout <christophe@saout.de>
  * Copyright (C) 2004-2007, Clemens Fruhwirth <clemens@endorphin.org>
  * Copyright (C) 2009-2012, Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2009-2012, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 97b53ba2ea39b927b9aecc16cbc20b84aeae052a..81ae1fa9ac961fed5c58333e08d0ad3cc8a374df 100644 (file)
@@ -2,6 +2,7 @@
  * loopback block device utilities
  *
  * Copyright (C) 2011-2012, Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2009-2012, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 34a75637e4d3a4eb9662a239397a0f98862e080e..50f3af643acc8cdf4ba80ed6f20efa65ff767432 100644 (file)
@@ -3,6 +3,7 @@
  *
  * Copyright (C) 2004-2007, Clemens Fruhwirth <clemens@endorphin.org>
  * Copyright (C) 2011-2012, Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2009-2012, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 0eb9c5572fefeb85cf33c4c58611c2470b35f385..97fdb13a9645aee1139b15bdec266fd9d2b740f0 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) 2004, Christophe Saout <christophe@saout.de>
  * Copyright (C) 2004-2007, Clemens Fruhwirth <clemens@endorphin.org>
  * Copyright (C) 2009-2012, Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2009-2012, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 621053698d414e93fb4dc13bbc2bfa438de75119..84329c683af3d366d2adfe6ad49dd7bab6c483cb 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (C) 2004, Christophe Saout <christophe@saout.de>
  * Copyright (C) 2004-2007, Clemens Fruhwirth <clemens@endorphin.org>
  * Copyright (C) 2009-2012, Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2009-2012, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index dd57c22a1f818e698f7c2d4bfe068c9aef823533..9925b4293c4f6888668f96f0faadd6b0cfd0def7 100644 (file)
@@ -2,6 +2,7 @@
  * cryptsetup library API check functions
  *
  * Copyright (C) 2009-2012 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2009-2012, Milan Broz
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License