[syslinux:syslinux-4.xx] com32/chain: Correct copyright

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Mon Mar 30 12:18:07 PDT 2015


Commit-ID:  d12243bb5f014e82f07a5e2ab7a559bc5adad824
Gitweb:     http://www.syslinux.org/commit/d12243bb5f014e82f07a5e2ab7a559bc5adad824
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Mon, 30 Mar 2015 15:14:48 -0400
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Mon, 30 Mar 2015 15:14:48 -0400

com32/chain: Correct copyright

Should have a defined time

Signed-off-by: Gene Cumm <gene.cumm at gmail.com>

---
 com32/chain/Makefile   | 2 +-
 com32/chain/chain.c    | 2 +-
 com32/chain/chain.h    | 2 +-
 com32/chain/mangle.c   | 2 +-
 com32/chain/mangle.h   | 2 +-
 com32/chain/options.c  | 2 +-
 com32/chain/options.h  | 2 +-
 com32/chain/partiter.c | 2 +-
 com32/chain/partiter.h | 2 +-
 com32/chain/utility.c  | 2 +-
 com32/chain/utility.h  | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/com32/chain/Makefile b/com32/chain/Makefile
index 4a1d083..7323d66 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 f4f45b4..4e9e32d 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 be78043..5e155b3 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 fa9c61b..275d0aa 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 0d08229..42f6c5b 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 1215630..2b51939 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 4e18b88..d51d823 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 3317b4d..4937f0c 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 686e23a..a48f8d6 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 79ecad6..2cc9f51 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 4b7853c..f8e9c61 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


More information about the Syslinux-commits mailing list