summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2014-12-25 23:32:03 -0200
committerLucas De Marchi <lucas.demarchi@intel.com>2014-12-25 23:41:34 -0200
commitdea2dfee9b301da84dbb09cf510b8ebf2ef28fff (patch)
treecf4d170d844a36b586a48a82c57ac2f90076ff8d /shared
parent15cfa1d19c7a843b0267bd24bb91d2e01f97692f (diff)
downloadkmod-dea2dfee9b301da84dbb09cf510b8ebf2ef28fff.tar.gz
kmod-dea2dfee9b301da84dbb09cf510b8ebf2ef28fff.tar.bz2
kmod-dea2dfee9b301da84dbb09cf510b8ebf2ef28fff.zip
Remove FSF mailing address
It has changed in the past, and these days, anyone can get a copy of the LGPL via the web rather than by post. Like 657a122 (Remove FSF mailing address) in libabc by Josh Tripplet, but let the FSF website in which the license can be found.
Diffstat (limited to 'shared')
-rw-r--r--shared/array.c3
-rw-r--r--shared/hash.c3
-rw-r--r--shared/macro.h3
-rw-r--r--shared/strbuf.c3
-rw-r--r--shared/util.c3
5 files changed, 5 insertions, 10 deletions
diff --git a/shared/array.c b/shared/array.c
index 865b3e8..f1f42c7 100644
--- a/shared/array.c
+++ b/shared/array.c
@@ -14,8 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include <assert.h>
diff --git a/shared/hash.c b/shared/hash.c
index 99057ef..7fe3f80 100644
--- a/shared/hash.c
+++ b/shared/hash.c
@@ -14,8 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include <errno.h>
diff --git a/shared/macro.h b/shared/macro.h
index 0f035b1..16b0881 100644
--- a/shared/macro.h
+++ b/shared/macro.h
@@ -14,8 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
diff --git a/shared/strbuf.c b/shared/strbuf.c
index e5df35d..a69d914 100644
--- a/shared/strbuf.c
+++ b/shared/strbuf.c
@@ -15,8 +15,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include <assert.h>
diff --git a/shared/util.c b/shared/util.c
index 23bbb26..479f0fe 100644
--- a/shared/util.c
+++ b/shared/util.c
@@ -16,8 +16,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include <assert.h>