HomeSort by relevance Sort by last modified time
    Searched defs:license (Results 26 - 50 of 95) sorted by null

12 3 4

  /external/mesa3d/src/mapi/glapi/gen/
gl_gentable.py 11 # license, and/or sell copies of the Software, and to permit persons to whom
32 import license namespace
145 self.license = license.bsd_license_template % ( \
gl_procs.py 10 # license, and/or sell copies of the Software, and to permit persons to whom
28 import license namespace
39 self.license = license.bsd_license_template % ( \
gl_table.py 10 # license, and/or sell copies of the Software, and to permit persons to whom
29 import license namespace
39 self.license = license.bsd_license_template % ( \
84 self.license = license.bsd_license_template % ("(C) Copyright IBM Corporation 2005", "IBM")
gl_x86_asm.py 10 # license, and/or sell copies of the Software, and to permit persons to whom
28 import license namespace
38 self.license = license.bsd_license_template % ( \
remap_helper.py 12 # license, and/or sell copies of the Software, and to permit persons to whom
28 import license namespace
62 self.license = license.bsd_license_template % ("Copyright (C) 2009 Chia-I Wu <olv@0xlab.org>", "Chia-I Wu")
gl_x86-64_asm.py 10 # license, and/or sell copies of the Software, and to permit persons to whom
28 import license namespace
108 self.license = license.bsd_license_template % ("(C) Copyright IBM Corporation 2005", "IBM")
glX_doc.py 10 # license, and/or sell copies of the Software, and to permit persons to whom
28 import gl_XML, glX_XML, glX_proto_common, license namespace
91 self.license = ""
glX_proto_recv.py 10 # license, and/or sell copies of the Software, and to permit persons to whom
28 import gl_XML, glX_XML, glX_proto_common, license namespace
37 self.license = license.bsd_license_template % ( "(C) Copyright IBM Corporation 2005", "IBM")
73 self.license = license.bsd_license_template % ( "(C) Copyright IBM Corporation 2005", "IBM")
glX_server_table.py 10 # license, and/or sell copies of the Software, and to permit persons to whom
28 import gl_XML, glX_XML, glX_proto_common, license namespace
351 self.license = license.bsd_license_template % ( "(C) Copyright IBM Corporation 2005, 2006", "IBM")
glX_XML.py 10 # license, and/or sell copies of the Software, and to permit persons to whom
29 import license namespace
glX_proto_send.py 10 # license, and/or sell copies of the Software, and to permit persons to whom
29 import gl_XML, glX_XML, glX_proto_common, license namespace
154 self.license = license.bsd_license_template % ( "(C) Copyright IBM Corporation 2004, 2005", "IBM")
930 self.license = license.bsd_license_template % ( \
1018 self.license = license.bsd_license_template % ( \
    [all...]
glX_proto_size.py 10 # license, and/or sell copies of the Software, and to permit persons to whom
29 import license namespace
306 self.license = license.bsd_license_template % ( "(C) Copyright IBM Corporation 2004", "IBM")
410 self.license = license.bsd_license_template % ( "(C) Copyright IBM Corporation 2005", "IBM")
  /external/wpa_supplicant_8/wpa_supplicant/
main.c 5 * This software may be distributed under the terms of the BSD license.
87 " -L = show license (BSD)\n"
110 static void license(void) function
235 license();
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_css_value_keywords.py 10 import license namespace
14 %(license)s
41 %(license)s
139 'license': license.license_for_generated_cpp(),
157 'license': license.license_for_generated_cpp(),
make_event_factory.py 34 import license namespace
39 HEADER_TEMPLATE = """%(license)s
138 'license': license.license_for_generated_cpp(),
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_x86-64_asm.py 10 # license, and/or sell copies of the Software, and to permit persons to whom
28 import license namespace
108 self.license = license.bsd_license_template % ("(C) Copyright IBM Corporation 2005", "IBM")
glX_doc.py 10 # license, and/or sell copies of the Software, and to permit persons to whom
28 import gl_XML, glX_XML, glX_proto_common, license namespace
91 self.license = ""
glX_proto_recv.py 10 # license, and/or sell copies of the Software, and to permit persons to whom
28 import gl_XML, glX_XML, glX_proto_common, license namespace
37 self.license = license.bsd_license_template % ( "(C) Copyright IBM Corporation 2005", "IBM")
73 self.license = license.bsd_license_template % ( "(C) Copyright IBM Corporation 2005", "IBM")
glX_server_table.py 10 # license, and/or sell copies of the Software, and to permit persons to whom
28 import gl_XML, glX_XML, glX_proto_common, license namespace
351 self.license = license.bsd_license_template % ( "(C) Copyright IBM Corporation 2005, 2006", "IBM")
glX_XML.py 10 # license, and/or sell copies of the Software, and to permit persons to whom
29 import license namespace
glX_proto_send.py 10 # license, and/or sell copies of the Software, and to permit persons to whom
29 import gl_XML, glX_XML, glX_proto_common, license namespace
154 self.license = license.bsd_license_template % ( "(C) Copyright IBM Corporation 2004, 2005", "IBM")
930 self.license = license.bsd_license_template % ( \
1018 self.license = license.bsd_license_template % ( \
    [all...]
glX_proto_size.py 10 # license, and/or sell copies of the Software, and to permit persons to whom
29 import license namespace
306 self.license = license.bsd_license_template % ( "(C) Copyright IBM Corporation 2004", "IBM")
410 self.license = license.bsd_license_template % ( "(C) Copyright IBM Corporation 2005", "IBM")
  /external/markdown/
setup.py 37 license = 'BSD License', variable in class:md_install_scripts
42 'License :: OSI Approved :: BSD License',
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
LicensesActivity.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
54 // read the raw license String from the license HTML fil
56 final String license = IOUtils.toString(input, "UTF-8"); local
    [all...]
  /external/protobuf/python/
setup.py 123 license = 'New BSD License', variable

Completed in 1370 milliseconds

12 3 4