bfs_tools: License clarification to MIT.
* Consulted with Axel D. via IRC to confirm license desires.
This commit is contained in:
parent
1abde80b3b
commit
8f087d87f9
@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright 2001-2010 pinc Software. All Rights Reserved.
|
||||
* Released under the terms of the MIT license.
|
||||
*/
|
||||
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2002-2009 pinc Software. All Rights Reserved.
|
||||
* Released under the terms of the MIT license.
|
||||
*/
|
||||
|
||||
//! Finds out to which file(s) a particular block belongs
|
||||
|
@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2001-2008 pinc Software. All Rights Reserved.
|
||||
* Released under the terms of the MIT license.
|
||||
*/
|
||||
|
||||
//! sanity and completeness check for indices
|
||||
|
@ -1,6 +1,7 @@
|
||||
/* BPlusTree - BFS B+Tree implementation
|
||||
**
|
||||
** Copyright 2001-2002 pinc Software. All Rights Reserved.
|
||||
** Released under the terms of the MIT license.
|
||||
*/
|
||||
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
/* BPlusTree - BFS B+Tree implementation
|
||||
**
|
||||
** Copyright 2001 pinc Software. All Rights Reserved.
|
||||
** Released under the terms of the MIT license.
|
||||
*/
|
||||
|
||||
#include <List.h>
|
||||
|
@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright 2001-2008, pinc Software. All Rights Reserved.
|
||||
* Released under the terms of the MIT license.
|
||||
*/
|
||||
|
||||
//! handles the BFS block bitmap
|
||||
|
@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright 2001-2008, pinc Software. All Rights Reserved.
|
||||
* Released under the terms of the MIT license.
|
||||
*/
|
||||
#ifndef BITMAP_H
|
||||
#define BITMAP_H
|
||||
|
@ -3,6 +3,7 @@
|
||||
/* Cache - a template cache class
|
||||
**
|
||||
** Copyright 2001 pinc Software. All Rights Reserved.
|
||||
** Released under the terms of the MIT license.
|
||||
*/
|
||||
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2001-2008 pinc Software. All Rights Reserved.
|
||||
* Released under the terms of the MIT license.
|
||||
*/
|
||||
|
||||
//! Handles BFS superblock, disk access etc.
|
||||
|
@ -3,6 +3,7 @@
|
||||
/* Disk - handles BFS superblock, disk access etc.
|
||||
**
|
||||
** Copyright (c) 2001-2003 pinc Software. All Rights Reserved.
|
||||
** Released under the terms of the MIT license.
|
||||
*/
|
||||
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
/* Hashtable - a general purpose hash table
|
||||
**
|
||||
** Copyright 2001 pinc Software. All Rights Reserved.
|
||||
** Released under the terms of the MIT license.
|
||||
*/
|
||||
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
/* Hashtable - a general purpose hash table
|
||||
**
|
||||
** Copyright 2001 pinc Software. All Rights Reserved.
|
||||
** Released under the terms of the MIT license.
|
||||
*/
|
||||
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright 2001-2008 pinc Software. All Rights Reserved.
|
||||
* Released under the terms of the MIT license.
|
||||
*/
|
||||
|
||||
//! BFS Inode classes
|
||||
|
@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright 2001-2008, pinc Software. All Rights Reserved.
|
||||
* Released under the terms of the MIT license.
|
||||
*/
|
||||
#ifndef INODE_H
|
||||
#define INODE_H
|
||||
|
@ -3,6 +3,7 @@
|
||||
/* Stack - a template stack class
|
||||
**
|
||||
** Copyright 2001 pinc Software. All Rights Reserved.
|
||||
** Released under the terms of the MIT license.
|
||||
*/
|
||||
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
/* bfs - BFS definitions and helper functions
|
||||
**
|
||||
** Copyright 2001, pinc Software. All Rights Reserved.
|
||||
** Released under the terms of the MIT license.
|
||||
*/
|
||||
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright 2001-2010, pinc Software. All Rights Reserved.
|
||||
* Released under the terms of the MIT license.
|
||||
*/
|
||||
|
||||
//! BFS structure dump and helper functions
|
||||
|
@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright 2001-2010 pinc Software. All Rights Reserved.
|
||||
* Released under the terms of the MIT license.
|
||||
*/
|
||||
#ifndef DUMP_H
|
||||
#define DUMP_H
|
||||
|
@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2001-2008 pinc Software. All Rights Reserved.
|
||||
* Released under the terms of the MIT license.
|
||||
*/
|
||||
|
||||
//! recovers corrupt BFS disks
|
||||
|
Loading…
x
Reference in New Issue
Block a user