Skip to content

Commit

Permalink
security: 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/>" in the security
directory.

Signed-off-by: Martin Kepplinger <[email protected]>
Acked-by: Serge Hallyn <[email protected]>
Signed-off-by: Paul Moore <[email protected]>
  • Loading branch information
merge authored and pcmoore committed Nov 20, 2017
1 parent 5794ed7 commit 4f0753e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions security/selinux/include/netlabel.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
* the 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 security/selinux/netlabel.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
* the 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

0 comments on commit 4f0753e

Please sign in to comment.