mesa/src/mapi/glapi
Kenneth Graunke dd404bc94f mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Generated automatically be the following shell command:
$ git grep 'BRIAN PAUL BE LIABLE' | sed 's/:.*$//g' | xargs -I '{}' \
  sed -i 's/BRIAN PAUL/THE AUTHORS/' {}

The intention here is to protect all authors, not just Brian Paul.  I
believe that was already the sensible interpretation, but spelling it
out is probably better.

More practically, it also prevents people from accidentally copy &
pasting the license into a new file which says Brian is not liable when
he isn't even one of the authors.

Reviewed-by: Brian Paul <brianp@vmware.com>
2013-04-23 22:06:38 -07:00
..
gen mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. 2013-04-23 22:06:38 -07:00
tests Properly check GLX_INDIRECT_RENDERING in glapi/tests/check_table 2013-03-13 14:55:52 +00:00
.gitignore Clean up .gitignore files 2013-01-10 22:01:31 +01:00
glapi.c build: Move src/mapi/mapi/* to src/mapi/ 2013-04-15 12:04:25 -07:00
glapi.h mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. 2013-04-23 22:06:38 -07:00
glapi_dispatch.c mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. 2013-04-23 22:06:38 -07:00
glapi_entrypoint.c mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. 2013-04-23 22:06:38 -07:00
glapi_getproc.c mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. 2013-04-23 22:06:38 -07:00
glapi_nop.c mapi/glapi: Never use a generic no-op entry-point on Windows. 2012-02-02 14:45:24 +00:00
glapi_priv.h mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. 2013-04-23 22:06:38 -07:00
glthread.c glapi: Move public function/variable declarations to glapi.h. 2010-08-21 14:13:59 +08:00
glthread.h build: Move src/mapi/mapi/* to src/mapi/ 2013-04-15 12:04:25 -07:00
Makefile.am build: Move src/mapi/mapi/* to src/mapi/ 2013-04-15 12:04:25 -07:00
Makefile.sources build: Rename sources.mak -> Makefile.sources 2013-04-15 12:04:25 -07:00
SConscript build: Move src/mapi/mapi/* to src/mapi/ 2013-04-15 12:04:25 -07:00