aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGene Cumm <gene.cumm@gmail.com>2015-03-15 04:43:39 -0400
committerGene Cumm <gene.cumm@gmail.com>2015-03-15 04:43:39 -0400
commitf1e95ca49902b5eda4c02275a69152d4834882d6 (patch)
treea6d222af94478183073d3b84ea81275182d01440
parent7fb6d3a2c546ff77af8f33fd9dc95cbbc6e5771f (diff)
downloadsyslinux-f1e95ca49902b5eda4c02275a69152d4834882d6.tar.gz
syslinux-f1e95ca49902b5eda4c02275a69152d4834882d6.tar.xz
syslinux-f1e95ca49902b5eda4c02275a69152d4834882d6.zip
chain: year update in commments (trivial)
Signed-off-by: Michal Soltys <soltys@ziu.info> Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
-rw-r--r--com32/chain/Makefile2
-rw-r--r--com32/chain/chain.c2
-rw-r--r--com32/chain/chain.h2
-rw-r--r--com32/chain/mangle.c2
-rw-r--r--com32/chain/mangle.h2
-rw-r--r--com32/chain/options.c2
-rw-r--r--com32/chain/options.h2
-rw-r--r--com32/chain/partiter.c2
-rw-r--r--com32/chain/partiter.h2
-rw-r--r--com32/chain/utility.c2
-rw-r--r--com32/chain/utility.h2
11 files changed, 11 insertions, 11 deletions
diff --git a/com32/chain/Makefile b/com32/chain/Makefile
index 4a5af919..d7b5aa8f 100644
--- a/com32/chain/Makefile
+++ b/com32/chain/Makefile
@@ -3,7 +3,7 @@
## Copyright 2001-2009 H. Peter Anvin - All Rights Reserved
## Copyright 2009-2010 Intel Corporation; author: H. Peter Anvin
## Copyright 2010 Shao Miller
-## Copyright 2010-2012 Michal Soltys
+## Copyright 2010-2015 Michal Soltys
##
## 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/com32/chain/chain.c b/com32/chain/chain.c
index f86cd7d3..4e9e32d2 100644
--- a/com32/chain/chain.c
+++ b/com32/chain/chain.c
@@ -3,7 +3,7 @@
* Copyright 2003-2009 H. Peter Anvin - All Rights Reserved
* Copyright 2009-2010 Intel Corporation; author: H. Peter Anvin
* Copyright 2010 Shao Miller
- * Copyright 2010-2012 Michal Soltys
+ * Copyright 2010-2015 Michal Soltys
*
* 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/com32/chain/chain.h b/com32/chain/chain.h
index fb5914b1..5e155b39 100644
--- a/com32/chain/chain.h
+++ b/com32/chain/chain.h
@@ -3,7 +3,7 @@
* Copyright 2003-2009 H. Peter Anvin - All Rights Reserved
* Copyright 2009-2010 Intel Corporation; author: H. Peter Anvin
* Copyright 2010 Shao Miller
- * Copyright 2010-2012 Michal Soltys
+ * Copyright 2010-2015 Michal Soltys
*
* 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/com32/chain/mangle.c b/com32/chain/mangle.c
index 3231e512..275d0aa7 100644
--- a/com32/chain/mangle.c
+++ b/com32/chain/mangle.c
@@ -3,7 +3,7 @@
* Copyright 2003-2009 H. Peter Anvin - All Rights Reserved
* Copyright 2009-2010 Intel Corporation; author: H. Peter Anvin
* Copyright 2010 Shao Miller
- * Copyright 2010-2012 Michal Soltys
+ * Copyright 2010-2015 Michal Soltys
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/com32/chain/mangle.h b/com32/chain/mangle.h
index d4a5b759..42f6c5b5 100644
--- a/com32/chain/mangle.h
+++ b/com32/chain/mangle.h
@@ -3,7 +3,7 @@
* Copyright 2003-2009 H. Peter Anvin - All Rights Reserved
* Copyright 2009-2010 Intel Corporation; author: H. Peter Anvin
* Copyright 2010 Shao Miller
- * Copyright 2010-2012 Michal Soltys
+ * Copyright 2010-2015 Michal Soltys
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/com32/chain/options.c b/com32/chain/options.c
index 3eecebde..2b519394 100644
--- a/com32/chain/options.c
+++ b/com32/chain/options.c
@@ -3,7 +3,7 @@
* Copyright 2003-2009 H. Peter Anvin - All Rights Reserved
* Copyright 2009-2010 Intel Corporation; author: H. Peter Anvin
* Copyright 2010 Shao Miller
- * Copyright 2010-2012 Michal Soltys
+ * Copyright 2010-2015 Michal Soltys
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/com32/chain/options.h b/com32/chain/options.h
index df96e2d3..d51d8235 100644
--- a/com32/chain/options.h
+++ b/com32/chain/options.h
@@ -3,7 +3,7 @@
* Copyright 2003-2009 H. Peter Anvin - All Rights Reserved
* Copyright 2009-2010 Intel Corporation; author: H. Peter Anvin
* Copyright 2010 Shao Miller
- * Copyright 2010-2012 Michal Soltys
+ * Copyright 2010-2015 Michal Soltys
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/com32/chain/partiter.c b/com32/chain/partiter.c
index 3e678aa3..4937f0c3 100644
--- a/com32/chain/partiter.c
+++ b/com32/chain/partiter.c
@@ -3,7 +3,7 @@
* Copyright 2003-2009 H. Peter Anvin - All Rights Reserved
* Copyright 2009-2010 Intel Corporation; author: H. Peter Anvin
* Copyright 2010 Shao Miller
- * Copyright 2010-2012 Michal Soltys
+ * Copyright 2010-2015 Michal Soltys
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/com32/chain/partiter.h b/com32/chain/partiter.h
index 6d4fdb63..a48f8d66 100644
--- a/com32/chain/partiter.h
+++ b/com32/chain/partiter.h
@@ -3,7 +3,7 @@
* Copyright 2003-2009 H. Peter Anvin - All Rights Reserved
* Copyright 2009-2010 Intel Corporation; author: H. Peter Anvin
* Copyright 2010 Shao Miller
- * Copyright 2010-2012 Michal Soltys
+ * Copyright 2010-2015 Michal Soltys
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/com32/chain/utility.c b/com32/chain/utility.c
index b17997f7..180749e7 100644
--- a/com32/chain/utility.c
+++ b/com32/chain/utility.c
@@ -3,7 +3,7 @@
* Copyright 2003-2009 H. Peter Anvin - All Rights Reserved
* Copyright 2009-2010 Intel Corporation; author: H. Peter Anvin
* Copyright 2010 Shao Miller
- * Copyright 2010-2012 Michal Soltys
+ * Copyright 2010-2015 Michal Soltys
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/com32/chain/utility.h b/com32/chain/utility.h
index 596017bb..f8e9c616 100644
--- a/com32/chain/utility.h
+++ b/com32/chain/utility.h
@@ -3,7 +3,7 @@
* Copyright 2003-2009 H. Peter Anvin - All Rights Reserved
* Copyright 2009-2010 Intel Corporation; author: H. Peter Anvin
* Copyright 2010 Shao Miller
- * Copyright 2010-2012 Michal Soltys
+ * Copyright 2010-2015 Michal Soltys
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation