r23798: updated old Temple Place FSF addresses to new URL
[kamenim/samba.git] / source4 / lib / ldb / common / qsort.c
index 5a83cdacc21f2639e774cd6d86634fb688eea0e9..0fa76d3b474bb7c8980b2f38dbfc782e0f846ca9 100644 (file)
@@ -13,9 +13,7 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */
 
 /* If you consider tuning this algorithm, you should consult first:
    Engineering a sort function; Jon Bentley and M. Douglas McIlroy;