From d12243bb5f014e82f07a5e2ab7a559bc5adad824 Mon Sep 17 00:00:00 2001 From: Gene Cumm Date: Mon, 30 Mar 2015 15:14:48 -0400 Subject: com32/chain: Correct copyright Should have a defined time Signed-off-by: Gene Cumm --- 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 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 -- cgit 1.2.3-korg