aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaulo Alcantara <pcacjr@gmail.com>2011-12-25 14:54:37 -0300
committerPaulo Alcantara <pcacjr@gmail.com>2012-02-11 16:06:07 -0300
commit1a129991f1a5f6ca63a09299a994157082511446 (patch)
treed98f9369a831925f5bae685ebe0ade02fc4c01a7
parentfbf2edffba00b0f16a2fab2a9f9d0f2a7d40d5b2 (diff)
downloadsyslinux-1a129991f1a5f6ca63a09299a994157082511446.tar.gz
syslinux-1a129991f1a5f6ca63a09299a994157082511446.tar.xz
syslinux-1a129991f1a5f6ca63a09299a994157082511446.zip
ntfs: fix license headers
Add missing year information in the license headers. Signed-off-by: Paulo Alcantara <pcacjr@gmail.com>
-rw-r--r--core/fs/ntfs/ntfs.c2
-rw-r--r--core/fs/ntfs/ntfs.h2
-rw-r--r--core/fs/ntfs/runlist.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/core/fs/ntfs/ntfs.c b/core/fs/ntfs/ntfs.c
index 9a0408d4..463d4e2e 100644
--- a/core/fs/ntfs/ntfs.c
+++ b/core/fs/ntfs/ntfs.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) Paulo Alcantara <pcacjr@gmail.com>
+ * Copyright (C) 2011 Paulo Alcantara <pcacjr@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/core/fs/ntfs/ntfs.h b/core/fs/ntfs/ntfs.h
index 6620a27d..958dc549 100644
--- a/core/fs/ntfs/ntfs.h
+++ b/core/fs/ntfs/ntfs.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) Paulo Alcantara <pcacjr@gmail.com>
+ * Copyright (C) 2011 Paulo Alcantara <pcacjr@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/core/fs/ntfs/runlist.h b/core/fs/ntfs/runlist.h
index c1942338..4938696b 100644
--- a/core/fs/ntfs/runlist.h
+++ b/core/fs/ntfs/runlist.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) Paulo Alcantara <pcacjr@gmail.com>
+ * Copyright (C) 2011 Paulo Alcantara <pcacjr@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by