aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGene Cumm <gene.cumm@gmail.com>2015-03-30 15:14:48 -0400
committerGene Cumm <gene.cumm@gmail.com>2015-03-30 15:14:48 -0400
commitd12243bb5f014e82f07a5e2ab7a559bc5adad824 (patch)
tree8dcae802e010f48de55f49ff3d379434e1285900
parent542dd3ec274ac0dfeeccb8d030c9bdcfbcc958ea (diff)
downloadsyslinux-4.xx.tar.gz
com32/chain: Correct copyrightsyslinux-4.xx
Should have a defined time 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 4a1d0835..7323d664 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+ 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 f4f45b40..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+ 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 be780437..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+ 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 fa9c61be..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+ 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 0d08229e..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+ 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 1215630f..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+ 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 4e18b884..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+ 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 3317b4d3..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+ 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 686e23a3..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+ 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 79ecad60..2cc9f51d 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+ 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 4b7853c4..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+ 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