diff --git a/src/system/boot/loader/file_systems/bfs/BPlusTree.cpp b/src/system/boot/loader/file_systems/bfs/BPlusTree.cpp index ee2ac3bb64..7e2cf779f5 100644 --- a/src/system/boot/loader/file_systems/bfs/BPlusTree.cpp +++ b/src/system/boot/loader/file_systems/bfs/BPlusTree.cpp @@ -1,18 +1,18 @@ /* BPlusTree - BFS B+Tree implementation -** -** Initial version by Axel Dörfler, axeld@pinc-software.de -** Roughly based on 'btlib' written by Marcus J. Ranum -** -** Copyright (c) 2001-2002 pinc Software. All Rights Reserved. -** This file may be used under the terms of the OpenBeOS License. -*/ + * + * Roughly based on 'btlib' written by Marcus J. Ranum - it shares + * no code but achieves binary compatibility with the on disk format. + * + * Copyright 2001-2005, Axel Dörfler, axeld@pinc-software.de. + * This file may be used under the terms of the MIT License. + */ #include "BPlusTree.h" -#include "Stack.h" #include #include +#include #include