* Updated license header.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31883 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2009-07-29 00:57:41 +00:00
parent de863b2cde
commit d37f15ebee
5 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2004-2009, Haiku Inc. All Rights Reserved.
* Copyright 2002-2009, Haiku Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _FS_ATTR_H

View File

@ -1,7 +1,7 @@
/* File System indices
**
** Distributed under the terms of the OpenBeOS License.
*/
/*
* Copyright 2002-2003, Haiku Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _FS_INDEX_H
#define _FS_INDEX_H

View File

@ -1,7 +1,7 @@
/* General File System informations/capabilities
**
** Distributed under the terms of the OpenBeOS License.
*/
/*
* Copyright 2003-2003, Haiku Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _FS_INFO_H
#define _FS_INFO_H

View File

@ -1,7 +1,7 @@
/* File System attribute queries
**
** Distributed under the terms of the OpenBeOS License.
*/
/*
* Copyright 2002-2003, Haiku Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _FS_QUERY_H
#define _FS_QUERY_H

View File

@ -1,5 +1,5 @@
/*
* Copyright 2004-2008, Haiku Inc. All Rights Reserved.
* Copyright 2003-2008, Haiku Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _FS_VOLUME_H