diff options
author | Martin Kepplinger <martink@posteo.de> | 2017-11-14 10:25:15 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-11-29 17:33:25 +1100 |
commit | 1af39daaad4a868a3abd220e0ec9643473398c96 (patch) | |
tree | 4ee8dbe3074cd995081430d49d9d784dd701fd9b /crypto/cast5_generic.c | |
parent | 4c0e22c90510308433272d7ba281b1eb4eda8209 (diff) | |
download | linux-stable-1af39daaad4a868a3abd220e0ec9643473398c96.tar.gz linux-stable-1af39daaad4a868a3abd220e0ec9643473398c96.tar.bz2 linux-stable-1af39daaad4a868a3abd220e0ec9643473398c96.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/cast5_generic.c')
-rw-r--r-- | crypto/cast5_generic.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 @@ * any later version. * * 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/>. */ |