summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/qsort.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-07-10 03:42:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:59:15 -0500
commit6c973f4e8ccbcb6c9275f8a54e26abb19df7e15a (patch)
treed80376c573698aac9d43f21c043a589619e3d5b7 /source4/lib/ldb/common/qsort.c
parent54b6c7517e40cc7a613ba7b023a26ed4aa02635b (diff)
downloadsamba-6c973f4e8ccbcb6c9275f8a54e26abb19df7e15a.tar.gz
samba-6c973f4e8ccbcb6c9275f8a54e26abb19df7e15a.tar.bz2
samba-6c973f4e8ccbcb6c9275f8a54e26abb19df7e15a.zip
r23798: updated old Temple Place FSF addresses to new URL
(This used to be commit 40c0919aaa9c1b14bbaebb95ecce53eb0380fdbb)
Diffstat (limited to 'source4/lib/ldb/common/qsort.c')
-rw-r--r--source4/lib/ldb/common/qsort.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/lib/ldb/common/qsort.c b/source4/lib/ldb/common/qsort.c
index 5a83cdacc2..0fa76d3b47 100644
--- a/source4/lib/ldb/common/qsort.c
+++ b/source4/lib/ldb/common/qsort.c
@@ -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;