From: Chia-I Wu <ol...@gm...> - 2010-04-09 17:03:57
|
On Fri, Apr 9, 2010 at 9:36 PM, Brian Paul <br...@vm...> wrote: > One thing below... > > diff --git a/src/gallium/state_trackers/egl/common/native_probe.h b/src/gallium/state_trackers/egl/common/native_probe.h > new file mode 100644 > index 0000000..4ed37a5 > --- /dev/null > +++ b/src/gallium/state_trackers/egl/common/native_probe.h > @@ -0,0 +1,67 @@ > +/* > + * Mesa 3-D graphics library > + * Version: 7.8 > + * > + * Copyright (C) 2009-2010 Chia-I Wu <ol...@0x...> > + * > + * Permission is hereby granted, free of charge, to any person obtaining a > + * copy of this software and associated documentation files (the "Software"), > + * to deal in the Software without restriction, including without limitation > + * the rights to use, copy, modify, merge, publish, distribute, sublicense, > + * and/or sell copies of the Software, and to permit persons to whom the > + * Software is furnished to do so, subject to the following conditions: > + * > + * The above copyright notice and this permission notice shall be included > + * in all copies or substantial portions of the Software. > + * > + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS > + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, > + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL > + * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN > When copying/pasting the license info into new files, check who's named in the license blurb. > You can either replace "BRIAN PAUL" with your name or "THE AUTHORS AND COPYRIGHT HOLDERS". Ouch, sorry. I overlooked that part. I will audit all files with my name and update the license notice accordingly. -- ol...@Lu... |