summaryrefslogtreecommitdiff
path: root/crypto/twofish_common.c
diff options
context:
space:
mode:
authorMartin Kepplinger <martink@posteo.de>2017-11-14 10:25:15 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2017-11-29 17:33:25 +1100
commit3093535d27c318640a0faa8b90b5b13f3adc8380 (patch)
tree984deba62eeb6647530987aefe94069dbaa81997 /crypto/twofish_common.c
parent9211b88a8396b7272dff653486894ab8c890b963 (diff)
downloadlinux-crypto-3093535d27c318640a0faa8b90b5b13f3adc8380.tar.gz
linux-crypto-3093535d27c318640a0faa8b90b5b13f3adc8380.zip
crypto: replace FSF address with web source in license notices
A few years ago the FSF moved and "59 Temple Place" is wrong. Having this still in our source files feels old and unmaintained. Let's take the license statement serious and not confuse users. As https://www.gnu.org/licenses/gpl-howto.html suggests, we replace the postal address with "<http://www.gnu.org/licenses/>". Signed-off-by: Martin Kepplinger <martink@posteo.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/twofish_common.c')
-rw-r--r--crypto/twofish_common.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/crypto/twofish_common.c b/crypto/twofish_common.c
index 5f62c4f9..f3a0dd25 100644
--- a/crypto/twofish_common.c
+++ b/crypto/twofish_common.c
@@ -24,9 +24,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- * USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*
* This code is a "clean room" implementation, written from the paper
* _Twofish: A 128-Bit Block Cipher_ by Bruce Schneier, John Kelsey,