diff options
Diffstat (limited to 'sample')
-rw-r--r-- | sample/Makefile | 2 | ||||
-rw-r--r-- | sample/c32echo.c | 2 | ||||
-rw-r--r-- | sample/c32entry.S | 2 | ||||
-rw-r--r-- | sample/conio.c | 2 | ||||
-rw-r--r-- | sample/fd.c | 2 | ||||
-rw-r--r-- | sample/hello.c | 2 | ||||
-rw-r--r-- | sample/hello2.c | 2 | ||||
-rw-r--r-- | sample/mdiskchk.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/sample/Makefile b/sample/Makefile index 9ad85409..6894ceca 100644 --- a/sample/Makefile +++ b/sample/Makefile @@ -1,6 +1,6 @@ ## ----------------------------------------------------------------------- ## -## Copyright 2001-2007 H. Peter Anvin - All Rights Reserved +## Copyright 2001-2008 H. Peter Anvin - All Rights Reserved ## ## 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/sample/c32echo.c b/sample/c32echo.c index 07409f48..08c25a23 100644 --- a/sample/c32echo.c +++ b/sample/c32echo.c @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2002 H. Peter Anvin - All Rights Reserved + * Copyright 2002-2008 H. Peter Anvin - All Rights Reserved * * 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/sample/c32entry.S b/sample/c32entry.S index 6b58db85..2e40c58b 100644 --- a/sample/c32entry.S +++ b/sample/c32entry.S @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------- # -# Copyright 2003 H. Peter Anvin - All Rights Reserved +# Copyright 2003-2008 H. Peter Anvin - All Rights Reserved # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation diff --git a/sample/conio.c b/sample/conio.c index 72a9631f..6698deed 100644 --- a/sample/conio.c +++ b/sample/conio.c @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2001-2003 H. Peter Anvin - All Rights Reserved + * Copyright 2001-2008 H. Peter Anvin - All Rights Reserved * * 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/sample/fd.c b/sample/fd.c index ccacc30c..468480d6 100644 --- a/sample/fd.c +++ b/sample/fd.c @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2003 H. Peter Anvin - All Rights Reserved + * Copyright 2003-2008 H. Peter Anvin - All Rights Reserved * * 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/sample/hello.c b/sample/hello.c index 2336dd0e..e5460c35 100644 --- a/sample/hello.c +++ b/sample/hello.c @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2002 H. Peter Anvin - All Rights Reserved + * Copyright 2002-2008 H. Peter Anvin - All Rights Reserved * * 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/sample/hello2.c b/sample/hello2.c index 3c5835d2..1308a31b 100644 --- a/sample/hello2.c +++ b/sample/hello2.c @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 2002 H. Peter Anvin - All Rights Reserved + * Copyright 2002-2008 H. Peter Anvin - All Rights Reserved * * 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/sample/mdiskchk.c b/sample/mdiskchk.c index 095bda27..8d679f7e 100644 --- a/sample/mdiskchk.c +++ b/sample/mdiskchk.c @@ -1,6 +1,6 @@ /* -*- c -*- ------------------------------------------------------------- * * - * Copyright 2003-2004 H. Peter Anvin - All Rights Reserved + * Copyright 2003-2008 H. Peter Anvin - All Rights Reserved * * 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 |