X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Finterval_tree.h;h=9d6f3031b42934bde7eb1390c2e0ca9ed88735b2;hb=4c2514f4832801374092f3a48c755248af345566;hp=530f4f1030b5c8f3bc2176e7d1441357173b3c5b;hpb=5207c488239e30e9aee51531ec3a363c649211de;p=fs%2Flustre-release.git diff --git a/lustre/include/interval_tree.h b/lustre/include/interval_tree.h index 530f4f1..9d6f303 100644 --- a/lustre/include/interval_tree.h +++ b/lustre/include/interval_tree.h @@ -15,11 +15,7 @@ * * You should have received a copy of the GNU General Public License * version 2 along with this program; If not, see - * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf - * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * http://www.gnu.org/licenses/gpl-2.0.html * * GPL HEADER END */ @@ -29,7 +25,6 @@ */ /* * This file is part of Lustre, http://www.lustre.org/ - * Lustre is a trademark of Sun Microsystems, Inc. * * lustre/include/interval_tree.h * @@ -40,7 +35,9 @@ #ifndef _INTERVAL_H__ #define _INTERVAL_H__ -#include /* LASSERT. */ +#include +#include +#include struct interval_node { struct interval_node *in_left;