[beast/devel: 10/27] BIRNET: use one liner license



commit 46740d805eb6c05332759903042d8f6dba539bd9
Author: Tim Janik <timj gnu org>
Date:   Sun Dec 23 18:05:36 2012 +0100

    BIRNET: use one liner license

 birnet/COPYING.LGPL        |  504 --------------------------------------------
 birnet/Makefile.am         |    3 -
 birnet/acbirnet.m4         |    3 +-
 birnet/birnet-zintern.cc   |   17 +--
 birnet/birnet.hh           |   17 +--
 birnet/birnetcdefs.h       |   17 +--
 birnet/birnetcpu.cc        |   17 +--
 birnet/birnetcpu.hh        |   17 +--
 birnet/birnetdebugtools.cc |   17 +--
 birnet/birnetdebugtools.hh |   17 +--
 birnet/birnetmath.cc       |   17 +--
 birnet/birnetmath.hh       |   17 +--
 birnet/birnetmsg.cc        |   17 +--
 birnet/birnetmsg.hh        |   17 +--
 birnet/birnettests.h       |   18 +--
 birnet/birnetthread.cc     |   17 +--
 birnet/birnetthread.hh     |   17 +--
 birnet/birnetthreadimpl.cc |   18 +--
 birnet/birnetutf8.cc       |   17 +--
 birnet/birnetutf8.hh       |   17 +--
 birnet/birnetutils.cc      |   17 +--
 birnet/birnetutils.hh      |   18 +--
 birnet/configure.inc       |    4 +-
 birnet/examples/mkhost.sh  |    2 +-
 birnet/tests/Makefile.am   |    2 -
 birnet/tests/datalist.cc   |   17 +--
 birnet/tests/infotest.cc   |   17 +--
 birnet/tests/math.cc       |   17 +--
 birnet/tests/sorting.cc    |   17 +--
 birnet/tests/strings.cc    |   17 +--
 birnet/tests/systest.cc    |   17 +--
 birnet/tests/threads.cc    |   17 +--
 birnet/tests/utils.cc      |   17 +--
 33 files changed, 30 insertions(+), 950 deletions(-)
---
diff --git a/birnet/Makefile.am b/birnet/Makefile.am
index 121a185..0fe0afa 100644
--- a/birnet/Makefile.am
+++ b/birnet/Makefile.am
@@ -1,7 +1,4 @@
 # Birnet
-# Copyright (C) 2006 Tim Janik
-#
-## GNU Lesser General Public License version 2 or any later version.
 include $(top_srcdir)/Makefile.decl
 
 SUBDIRS		= . tests
diff --git a/birnet/acbirnet.m4 b/birnet/acbirnet.m4
index 01c66ff..b018e52 100644
--- a/birnet/acbirnet.m4
+++ b/birnet/acbirnet.m4
@@ -1,5 +1,4 @@
-dnl # Birnet
-dnl # GNU Lesser General Public License version 2 or any later version.
+dnl # Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 
 ## Portability defines that help interoperate with classic and modern autoconfs
 ifdef([AC_TR_SH],[
diff --git a/birnet/birnet-zintern.cc b/birnet/birnet-zintern.cc
index 4f653e4..d5bcf72 100644
--- a/birnet/birnet-zintern.cc
+++ b/birnet/birnet-zintern.cc
@@ -1,19 +1,4 @@
-/* birnet-zintern - small C source compression utility
- * Copyright (C) 2003-2006 Tim Janik
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <birnet/birnet.hh>
 #include <glib.h>
 #include <stdio.h>
diff --git a/birnet/birnet.hh b/birnet/birnet.hh
index 0b7e6f6..4a518a8 100644
--- a/birnet/birnet.hh
+++ b/birnet/birnet.hh
@@ -1,19 +1,4 @@
-/* Birnet
- * Copyright (C) 2006 Tim Janik
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __BIRNET_H__
 #define __BIRNET_H__
 
diff --git a/birnet/birnetcdefs.h b/birnet/birnetcdefs.h
index 45e55ba..caecc48 100644
--- a/birnet/birnetcdefs.h
+++ b/birnet/birnetcdefs.h
@@ -1,19 +1,4 @@
-/* BirnetCDefs - C compatible definitions
- * Copyright (C) 2006 Tim Janik
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __BIRNET_CDEFS_H__
 #define __BIRNET_CDEFS_H__
 
diff --git a/birnet/birnetcpu.cc b/birnet/birnetcpu.cc
index 5c4ffb5..0bbb50d 100644
--- a/birnet/birnetcpu.cc
+++ b/birnet/birnetcpu.cc
@@ -1,19 +1,4 @@
-/* BirnetCPU
- * Copyright (C) 2006 Tim Janik
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <glib.h>
 #include "birnetcpu.hh"
 #include <setjmp.h>
diff --git a/birnet/birnetcpu.hh b/birnet/birnetcpu.hh
index b427eff..0ddcb31 100644
--- a/birnet/birnetcpu.hh
+++ b/birnet/birnetcpu.hh
@@ -1,19 +1,4 @@
-/* BirnetCPU
- * Copyright (C) 2006 Tim Janik
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __BIRNET_CPU_HH__
 #define __BIRNET_CPU_HH__
 
diff --git a/birnet/birnetdebugtools.cc b/birnet/birnetdebugtools.cc
index e02432c..af181b8 100644
--- a/birnet/birnetdebugtools.cc
+++ b/birnet/birnetdebugtools.cc
@@ -1,19 +1,4 @@
-/* Birnet
- * Copyright (C) 2007 Tim Janik
- * 
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "birnetdebugtools.hh"
 #include "birnetthread.hh"
 #include <syslog.h>
diff --git a/birnet/birnetdebugtools.hh b/birnet/birnetdebugtools.hh
index b1213e0..5eb2ef9 100644
--- a/birnet/birnetdebugtools.hh
+++ b/birnet/birnetdebugtools.hh
@@ -1,19 +1,4 @@
-/* Birnet
- * Copyright (C) 2007 Tim Janik
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __BIRNET_DEBUG_TOOLS_HH__
 #define __BIRNET_DEBUG_TOOLS_HH__
 
diff --git a/birnet/birnetmath.cc b/birnet/birnetmath.cc
index 28ec5df..99a1be2 100644
--- a/birnet/birnetmath.cc
+++ b/birnet/birnetmath.cc
@@ -1,19 +1,4 @@
-/* Birnet
- * Copyright (C) 2006 Tim Janik
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "birnetmath.hh"
 
 namespace Birnet {
diff --git a/birnet/birnetmath.hh b/birnet/birnetmath.hh
index ecb07d7..4336dd6 100644
--- a/birnet/birnetmath.hh
+++ b/birnet/birnetmath.hh
@@ -1,19 +1,4 @@
-/* Birnet
- * Copyright (C) 2006 Tim Janik
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __BIRNET_MATH_HH__
 #define __BIRNET_MATH_HH__
 
diff --git a/birnet/birnetmsg.cc b/birnet/birnetmsg.cc
index 0600062..b7cbd44 100644
--- a/birnet/birnetmsg.cc
+++ b/birnet/birnetmsg.cc
@@ -1,19 +1,4 @@
-/* Birnet
- * Copyright (C) 2006 Tim Janik
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <glib.h>
 #include "birnetmsg.hh"
 #include "birnetthread.hh"
diff --git a/birnet/birnetmsg.hh b/birnet/birnetmsg.hh
index 91b26e7..6a68f92 100644
--- a/birnet/birnetmsg.hh
+++ b/birnet/birnetmsg.hh
@@ -1,19 +1,4 @@
-/* Birnet
- * Copyright (C) 2006 Tim Janik
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __BIRNET_MSG_HH__
 #define __BIRNET_MSG_HH__
 
diff --git a/birnet/birnettests.h b/birnet/birnettests.h
index 652607d..47dcd06 100644
--- a/birnet/birnettests.h
+++ b/birnet/birnettests.h
@@ -1,20 +1,4 @@
-/* BirnetTests - Utilities for writing test programs
- * Copyright (C) 2006 Tim Janik
- * Copyright (C) 2006 Stefan Westerfeld
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifdef  __cplusplus
 #include <birnet/birnet.hh>
 #else
diff --git a/birnet/birnetthread.cc b/birnet/birnetthread.cc
index 91cc6f3..f39c377 100644
--- a/birnet/birnetthread.cc
+++ b/birnet/birnetthread.cc
@@ -1,19 +1,4 @@
-/* Birnet
- * Copyright (C) 2006 Tim Janik
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "birnetthread.hh"
 #include <list>
 
diff --git a/birnet/birnetthread.hh b/birnet/birnetthread.hh
index 4d320c8..663cb0a 100644
--- a/birnet/birnetthread.hh
+++ b/birnet/birnetthread.hh
@@ -1,19 +1,4 @@
-/* Birnet
- * Copyright (C) 2006 Tim Janik
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __BIRNET_THREAD_XX_HH__
 #define __BIRNET_THREAD_XX_HH__
 
diff --git a/birnet/birnetthreadimpl.cc b/birnet/birnetthreadimpl.cc
index 957a361..14a7e9e 100644
--- a/birnet/birnetthreadimpl.cc
+++ b/birnet/birnetthreadimpl.cc
@@ -1,20 +1,4 @@
-/* BirnetThreadImpl
- * Copyright (C) 2002-2006 Tim Janik
- * Copyright (C) 2002 Stefan Westerfeld
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef _GNU_SOURCE
 #define _GNU_SOURCE     /* syscall() */
 #endif
diff --git a/birnet/birnetutf8.cc b/birnet/birnetutf8.cc
index 9885dbd..6318c18 100644
--- a/birnet/birnetutf8.cc
+++ b/birnet/birnetutf8.cc
@@ -1,19 +1,4 @@
-/* BirnetUtf8 - UTF-8 utilities
- * Copyright (C) 2006 Tim Janik
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include "birnetutf8.hh"
 #include <glib.h>
 
diff --git a/birnet/birnetutf8.hh b/birnet/birnetutf8.hh
index 37d5049..22afa00 100644
--- a/birnet/birnetutf8.hh
+++ b/birnet/birnetutf8.hh
@@ -1,19 +1,4 @@
-/* BirnetUtf8 - UTF-8 utilities
- * Copyright (C) 2006 Tim Janik
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __BIRNET_UTF8_HH__
 #define __BIRNET_UTF8_HH__
 
diff --git a/birnet/birnetutils.cc b/birnet/birnetutils.cc
index bdc8390..45c35de 100644
--- a/birnet/birnetutils.cc
+++ b/birnet/birnetutils.cc
@@ -1,19 +1,4 @@
-/* Birnet
- * Copyright (C) 2005-2006 Tim Janik
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <glib.h>
 #include "birnetutils.hh"
 #include "birnetutf8.hh"
diff --git a/birnet/birnetutils.hh b/birnet/birnetutils.hh
index 9349f90..ca350b2 100644
--- a/birnet/birnetutils.hh
+++ b/birnet/birnetutils.hh
@@ -1,20 +1,4 @@
-/* Birnet
- * Copyright (C) 2005-2006 Tim Janik
- * Copyright (C) 2010 Stefan Westerfeld
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #ifndef __BIRNET_UTILS_XX_HH__
 #define __BIRNET_UTILS_XX_HH__
 
diff --git a/birnet/configure.inc b/birnet/configure.inc
index 6aa3640..84bf23c 100644
--- a/birnet/configure.inc
+++ b/birnet/configure.inc
@@ -1,7 +1,5 @@
+dnl # Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 dnl # Birnet                                       -*- Mode: shell-script; -*-
-dnl # Copyright (C) 2006 Tim Janik
-dnl #
-dnl # GNU Lesser General Public License version 2 or any later version.
 
 dnl # BIRNET_COMPUTE_SYSVAL(IDENTIFIER, INCLUDES) defines & AC_SUBST()s BIRNET_SYSVAL_$1
 AC_DEFUN([BIRNET_SUBST_COMPUTED_SYSVAL], 
diff --git a/birnet/examples/mkhost.sh b/birnet/examples/mkhost.sh
index a9f5dcf..2183818 100755
--- a/birnet/examples/mkhost.sh
+++ b/birnet/examples/mkhost.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
+# Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 # birnet/examples/mkhost.sh
-# Copyright (C) 2007 Tim Janik
 
 ARG0=$(basename $0)
 
diff --git a/birnet/tests/Makefile.am b/birnet/tests/Makefile.am
index fbac99d..89ac42f 100644
--- a/birnet/tests/Makefile.am
+++ b/birnet/tests/Makefile.am
@@ -1,7 +1,5 @@
 # Birnet
 # Copyright (C) 2006 Tim Janik
-#
-## GNU Lesser General Public License version 2 or any later version.
 include $(top_srcdir)/Makefile.decl
 
 INCLUDES       += -I$(top_srcdir) -I$(top_builddir) -I. $(BIRNET_CFLAGS)
diff --git a/birnet/tests/datalist.cc b/birnet/tests/datalist.cc
index a98662c..a1dcd35 100644
--- a/birnet/tests/datalist.cc
+++ b/birnet/tests/datalist.cc
@@ -1,19 +1,4 @@
-/* Tests
- * Copyright (C) 2005-2006 Tim Janik
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 //#define TEST_VERBOSE
 #include <birnet/birnettests.h>
 
diff --git a/birnet/tests/infotest.cc b/birnet/tests/infotest.cc
index 9850062..f5e545c 100644
--- a/birnet/tests/infotest.cc
+++ b/birnet/tests/infotest.cc
@@ -1,19 +1,4 @@
-/* Birnet
- * Copyright (C) 2006 Tim Janik
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 //#define TEST_VERBOSE
 #include <birnet/birnettests.h>
 using namespace Birnet;
diff --git a/birnet/tests/math.cc b/birnet/tests/math.cc
index 28cbc6b..c0489d6 100644
--- a/birnet/tests/math.cc
+++ b/birnet/tests/math.cc
@@ -1,19 +1,4 @@
-/* Birnet
- * Copyright (C) 2006 Tim Janik
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 //#define TEST_VERBOSE
 #include <birnet/birnettests.h>
 #include <birnet/birnet.hh>
diff --git a/birnet/tests/sorting.cc b/birnet/tests/sorting.cc
index 69cc2b0..dfcf2e0 100644
--- a/birnet/tests/sorting.cc
+++ b/birnet/tests/sorting.cc
@@ -1,19 +1,4 @@
-/* Birnet Sorting Test
- * Copyright (C) 2006 Tim Janik
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 // #define TEST_VERBOSE
 #include <birnet/birnettests.h>
 #include <math.h>
diff --git a/birnet/tests/strings.cc b/birnet/tests/strings.cc
index 13c4db9..42a94aa 100644
--- a/birnet/tests/strings.cc
+++ b/birnet/tests/strings.cc
@@ -1,19 +1,4 @@
-/* Birnet
- * Copyright (C) 2006 Tim Janik
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 //#define TEST_VERBOSE
 #include <birnet/birnettests.h>
 #include <stdlib.h>
diff --git a/birnet/tests/systest.cc b/birnet/tests/systest.cc
index b5440f7..4c33ddf 100644
--- a/birnet/tests/systest.cc
+++ b/birnet/tests/systest.cc
@@ -1,19 +1,4 @@
-/* Birnet
- * Copyright (C) 2007 Tim Janik
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 //#define TEST_VERBOSE
 #include <birnet/birnettests.h>
 #include <poll.h>
diff --git a/birnet/tests/threads.cc b/birnet/tests/threads.cc
index 576f4b9..4dd7964 100644
--- a/birnet/tests/threads.cc
+++ b/birnet/tests/threads.cc
@@ -1,19 +1,4 @@
-/* Birnet
- * Copyright (C) 2006 Tim Janik
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 //#define TEST_VERBOSE
 #include <birnet/birnettests.h>
 #include <unistd.h>
diff --git a/birnet/tests/utils.cc b/birnet/tests/utils.cc
index 44822e5..15c816b 100644
--- a/birnet/tests/utils.cc
+++ b/birnet/tests/utils.cc
@@ -1,19 +1,4 @@
-/* Birnet
- * Copyright (C) 2010 Stefan Westerfeld
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * A copy of the GNU Lesser General Public License should ship along
- * with this library; if not, see http://www.gnu.org/copyleft/.
- */
+// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
 #include <birnet/birnettests.h>
 
 using namespace Birnet;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]