diff -r 015a5ecf29e8 extras/mini-os/include/tpmback.h --- a/extras/mini-os/include/tpmback.h Tue Jul 20 17:15:08 2010 -0400 +++ b/extras/mini-os/include/tpmback.h Fri Sep 03 14:49:39 2010 -0400 @@ -1,3 +1,38 @@ +/* LICENSE AND DISCLAIMER + * + * Copyright © 2010 The Johns Hopkins University/Applied Physics + * Laboratory + + * This software was developed at The Johns Hopkins University/Applied + * Physics Laboratory (“JHU/APL”) that is the author thereof under the + * “work made for hire” provisions of the copyright law. Permission is + * hereby granted, free of charge, to any person obtaining a copy of this + * software and associated documentation (the “Software”), to use the + * Software without restriction, including without limitation the rights to + * copy, modify, merge, publish, distribute, sublicense, and/or sell copies + * of the Software, and to permit others to do so, subject to the following + * conditions: + + * 1. This LICENSE AND DISCLAIMER, including the copyright notice, shall + * be included in all copies of the Software, including copies of + * substantial portions of the Software; + + * 2. JHU/APL assumes no obligation to provide support of any kind with + * regard to the Software. This includes no obligation to provide assistance + * in using the Software nor to provide updated versions of the Software; and + + * 3. THE SOFTWARE AND ITS DOCUMENTATION ARE PROVIDED AS IS AND WITHOUT ANY + * EXPRESS OR IMPLIED WARRANTIES WHATSOEVER. ALL WARRANTIES INCLUDING, BUT + * NOT LIMITED TO, PERFORMANCE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + * PURPOSE, AND NONINFRINGEMENT ARE HEREBY DISCLAIMED. USERS ASSUME THE + * ENTIRE RISK AND LIABILITY OF USING THE SOFTWARE. USERS ARE ADVISED TO + * TEST THE SOFTWARE THOROUGHLY BEFORE RELYING ON IT. IN NO EVENT SHALL THE + * JOHNS HOPKINS UNIVERSITY BE LIABLE FOR ANY DAMAGES WHATSOEVER, INCLUDING, + * WITHOUT LIMITATION, ANY LOST PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR + * CONSEQUENTIAL DAMAGES, ARISING OUT OF THE USE OR INABILITY TO USE THE + * SOFTWARE. + */ + #include #include #include diff -r 015a5ecf29e8 extras/mini-os/include/tpmfront.h --- a/extras/mini-os/include/tpmfront.h Tue Jul 20 17:15:08 2010 -0400 +++ b/extras/mini-os/include/tpmfront.h Fri Sep 03 14:49:39 2010 -0400 @@ -1,3 +1,38 @@ +/* LICENSE AND DISCLAIMER + * + * Copyright © 2010 The Johns Hopkins University/Applied Physics + * Laboratory + + * This software was developed at The Johns Hopkins University/Applied + * Physics Laboratory (“JHU/APL”) that is the author thereof under the + * “work made for hire” provisions of the copyright law. Permission is + * hereby granted, free of charge, to any person obtaining a copy of this + * software and associated documentation (the “Software”), to use the + * Software without restriction, including without limitation the rights to + * copy, modify, merge, publish, distribute, sublicense, and/or sell copies + * of the Software, and to permit others to do so, subject to the following + * conditions: + + * 1. This LICENSE AND DISCLAIMER, including the copyright notice, shall + * be included in all copies of the Software, including copies of + * substantial portions of the Software; + + * 2. JHU/APL assumes no obligation to provide support of any kind with + * regard to the Software. This includes no obligation to provide assistance + * in using the Software nor to provide updated versions of the Software; and + + * 3. THE SOFTWARE AND ITS DOCUMENTATION ARE PROVIDED AS IS AND WITHOUT ANY + * EXPRESS OR IMPLIED WARRANTIES WHATSOEVER. ALL WARRANTIES INCLUDING, BUT + * NOT LIMITED TO, PERFORMANCE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + * PURPOSE, AND NONINFRINGEMENT ARE HEREBY DISCLAIMED. USERS ASSUME THE + * ENTIRE RISK AND LIABILITY OF USING THE SOFTWARE. USERS ARE ADVISED TO + * TEST THE SOFTWARE THOROUGHLY BEFORE RELYING ON IT. IN NO EVENT SHALL THE + * JOHNS HOPKINS UNIVERSITY BE LIABLE FOR ANY DAMAGES WHATSOEVER, INCLUDING, + * WITHOUT LIMITATION, ANY LOST PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR + * CONSEQUENTIAL DAMAGES, ARISING OUT OF THE USE OR INABILITY TO USE THE + * SOFTWARE. + */ + #ifndef TPMFRONT_H #define TPMFRONT_H diff -r 015a5ecf29e8 extras/mini-os/tpmback.c --- a/extras/mini-os/tpmback.c Tue Jul 20 17:15:08 2010 -0400 +++ b/extras/mini-os/tpmback.c Fri Sep 03 14:49:39 2010 -0400 @@ -1,3 +1,37 @@ +/* LICENSE AND DISCLAIMER + * + * Copyright © 2010 The Johns Hopkins University/Applied Physics + * Laboratory + + * This software was developed at The Johns Hopkins University/Applied + * Physics Laboratory (“JHU/APL”) that is the author thereof under the + * “work made for hire” provisions of the copyright law. Permission is + * hereby granted, free of charge, to any person obtaining a copy of this + * software and associated documentation (the “Software”), to use the + * Software without restriction, including without limitation the rights to + * copy, modify, merge, publish, distribute, sublicense, and/or sell copies + * of the Software, and to permit others to do so, subject to the following + * conditions: + + * 1. This LICENSE AND DISCLAIMER, including the copyright notice, shall + * be included in all copies of the Software, including copies of + * substantial portions of the Software; + + * 2. JHU/APL assumes no obligation to provide support of any kind with + * regard to the Software. This includes no obligation to provide assistance + * in using the Software nor to provide updated versions of the Software; and + + * 3. THE SOFTWARE AND ITS DOCUMENTATION ARE PROVIDED AS IS AND WITHOUT ANY + * EXPRESS OR IMPLIED WARRANTIES WHATSOEVER. ALL WARRANTIES INCLUDING, BUT + * NOT LIMITED TO, PERFORMANCE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + * PURPOSE, AND NONINFRINGEMENT ARE HEREBY DISCLAIMED. USERS ASSUME THE + * ENTIRE RISK AND LIABILITY OF USING THE SOFTWARE. USERS ARE ADVISED TO + * TEST THE SOFTWARE THOROUGHLY BEFORE RELYING ON IT. IN NO EVENT SHALL THE + * JOHNS HOPKINS UNIVERSITY BE LIABLE FOR ANY DAMAGES WHATSOEVER, INCLUDING, + * WITHOUT LIMITATION, ANY LOST PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR + * CONSEQUENTIAL DAMAGES, ARISING OUT OF THE USE OR INABILITY TO USE THE + * SOFTWARE. + */ #include #include #include diff -r 015a5ecf29e8 extras/mini-os/tpmfront.c --- a/extras/mini-os/tpmfront.c Tue Jul 20 17:15:08 2010 -0400 +++ b/extras/mini-os/tpmfront.c Fri Sep 03 14:49:39 2010 -0400 @@ -1,3 +1,37 @@ +/* LICENSE AND DISCLAIMER + * + * Copyright © 2010 The Johns Hopkins University/Applied Physics + * Laboratory + + * This software was developed at The Johns Hopkins University/Applied + * Physics Laboratory (“JHU/APL”) that is the author thereof under the + * “work made for hire” provisions of the copyright law. Permission is + * hereby granted, free of charge, to any person obtaining a copy of this + * software and associated documentation (the “Software”), to use the + * Software without restriction, including without limitation the rights to + * copy, modify, merge, publish, distribute, sublicense, and/or sell copies + * of the Software, and to permit others to do so, subject to the following + * conditions: + + * 1. This LICENSE AND DISCLAIMER, including the copyright notice, shall + * be included in all copies of the Software, including copies of + * substantial portions of the Software; + + * 2. JHU/APL assumes no obligation to provide support of any kind with + * regard to the Software. This includes no obligation to provide assistance + * in using the Software nor to provide updated versions of the Software; and + + * 3. THE SOFTWARE AND ITS DOCUMENTATION ARE PROVIDED AS IS AND WITHOUT ANY + * EXPRESS OR IMPLIED WARRANTIES WHATSOEVER. ALL WARRANTIES INCLUDING, BUT + * NOT LIMITED TO, PERFORMANCE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + * PURPOSE, AND NONINFRINGEMENT ARE HEREBY DISCLAIMED. USERS ASSUME THE + * ENTIRE RISK AND LIABILITY OF USING THE SOFTWARE. USERS ARE ADVISED TO + * TEST THE SOFTWARE THOROUGHLY BEFORE RELYING ON IT. IN NO EVENT SHALL THE + * JOHNS HOPKINS UNIVERSITY BE LIABLE FOR ANY DAMAGES WHATSOEVER, INCLUDING, + * WITHOUT LIMITATION, ANY LOST PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR + * CONSEQUENTIAL DAMAGES, ARISING OUT OF THE USE OR INABILITY TO USE THE + * SOFTWARE. + */ #include #include #include