Skip to content

Commit

Permalink
crypto: replace FSF address with web source in license notices
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
merge authored and herbertx committed Nov 29, 2017
1 parent 4c0e22c commit 1af39da
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 20 deletions.
4 changes: 1 addition & 3 deletions crypto/ablk_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
* 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/>.
*
*/

Expand Down
3 changes: 1 addition & 2 deletions crypto/camellia_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* 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/>.
*/

/*
Expand Down
3 changes: 1 addition & 2 deletions crypto/cast5_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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/>.
*/


Expand Down
3 changes: 1 addition & 2 deletions crypto/cast6_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,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/>.
*/


Expand Down
4 changes: 1 addition & 3 deletions crypto/simd.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
* 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/>.
*
*/

Expand Down
5 changes: 2 additions & 3 deletions crypto/twofish_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
5 changes: 2 additions & 3 deletions crypto/twofish_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,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,
Expand Down
3 changes: 1 addition & 2 deletions crypto/xcbc.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
* 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/>.
*
* Author:
* Kazunori Miyazawa <[email protected]>
Expand Down

0 comments on commit 1af39da

Please sign in to comment.