diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/array.c | 3 | ||||
-rw-r--r-- | shared/hash.c | 3 | ||||
-rw-r--r-- | shared/macro.h | 3 | ||||
-rw-r--r-- | shared/strbuf.c | 3 | ||||
-rw-r--r-- | shared/util.c | 3 |
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> |