bfs_tools: License clarification to MIT.

* Consulted with Axel D. via IRC to confirm license desires.
This commit is contained in:
Alexander von Gluck IV 2017-11-28 09:26:01 -06:00
parent 1abde80b3b
commit 8f087d87f9
19 changed files with 19 additions and 0 deletions

View File

@ -1,5 +1,6 @@
/*
* Copyright 2001-2010 pinc Software. All Rights Reserved.
* Released under the terms of the MIT license.
*/

View File

@ -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

View File

@ -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

View File

@ -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.
*/

View File

@ -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>

View File

@ -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

View File

@ -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

View File

@ -3,6 +3,7 @@
/* Cache - a template cache class
**
** Copyright 2001 pinc Software. All Rights Reserved.
** Released under the terms of the MIT license.
*/

View File

@ -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.

View File

@ -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.
*/

View File

@ -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.
*/

View File

@ -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.
*/

View File

@ -1,5 +1,6 @@
/*
* Copyright 2001-2008 pinc Software. All Rights Reserved.
* Released under the terms of the MIT license.
*/
//! BFS Inode classes

View File

@ -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

View File

@ -3,6 +3,7 @@
/* Stack - a template stack class
**
** Copyright 2001 pinc Software. All Rights Reserved.
** Released under the terms of the MIT license.
*/

View File

@ -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.
*/

View File

@ -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

View File

@ -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

View File

@ -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