~ubuntu-branches/ubuntu/hardy/ntfs-3g/hardy

« back to all changes in this revision

Viewing changes to include/ntfs-3g/bitmap.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam Cécile (Le_Vert)
  • Date: 2006-11-24 00:33:43 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061124003343-9ag45l8hiuz69nkd
Tags: upstream-0.0.0+20061031
Import upstream version 0.0.0+20061031

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * bitmap.h - Exports for bitmap handling. Part of the Linux-NTFS project.
 
2
 * bitmap.h - Exports for bitmap handling. Originated from the Linux-NTFS project.
3
3
 *
4
4
 * Copyright (c) 2000-2004 Anton Altaparmakov
5
5
 * Copyright (c) 2004-2005 Richard Russon
15
15
 * GNU General Public License for more details.
16
16
 *
17
17
 * You should have received a copy of the GNU General Public License
18
 
 * along with this program (in the main directory of the Linux-NTFS
 
18
 * along with this program (in the main directory of the NTFS-3G
19
19
 * distribution in the file COPYING); if not, write to the Free Software
20
20
 * Foundation,Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21
21
 */