Searched refs:copyright (Results 1 - 17 of 17) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_ver.cpp5 with this work for additional information regarding copyright ownership.
22 sc_ver.cpp -- copyright information.
102 std::stringstream copyright; local
104 // temporary stream to print copyright line-wise with indentation
105 copyright << sc_copyright();
109 while( getline( copyright, line ) )
210 // Andy Goodrich: update copyright notice.
219 // Andy Goodrich: updated copyright notice to include 2008.
/gem5/ext/pybind11/docs/
H A Dconf.py56 copyright = '2017, Wenzel Jakob' variable
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbfriends.inc5 with this work for additional information regarding copyright ownership.
H A Dsc_signed_bitref.inc5 with this work for additional information regarding copyright ownership.
H A Dsc_unsigned_bitref.inc5 with this work for additional information regarding copyright ownership.
H A Dsc_signed_subref.inc5 with this work for additional information regarding copyright ownership.
H A Dsc_unsigned_subref.inc5 with this work for additional information regarding copyright ownership.
H A Dsc_nbcommon.inc5 with this work for additional information regarding copyright ownership.
/gem5/src/systemc/dt/int/
H A Dsc_nbfriends.inc5 with this work for additional information regarding copyright ownership.
H A Dsc_signed_bitref.inc5 with this work for additional information regarding copyright ownership.
H A Dsc_unsigned_bitref.inc5 with this work for additional information regarding copyright ownership.
H A Dsc_nbcommon.inc5 with this work for additional information regarding copyright ownership.
H A Dsc_signed_subref.inc5 with this work for additional information regarding copyright ownership.
H A Dsc_unsigned_subref.inc5 with this work for additional information regarding copyright ownership.
/gem5/ext/systemc/src/sysc/qt/md/
H A Dhppa_b.s6 ; granted, provided that the above copyright notice and this notice
H A Dhppa.s8 ; granted, provided that the above copyright notice and this notice
/gem5/src/python/m5/
H A Dmain.py4 # The license below extends only to copyright in the software and shall
18 # met: redistributions of source code must retain the above copyright
20 # redistributions in binary form must reproduce the above copyright
23 # neither the name of the copyright holders nor the names of its
54 "gem5 is copyrighted software; use the --copyright option for details."
82 option('-C', "--copyright", action="store_true", default=False,
83 help="Show full copyright information")
286 if options.copyright:

Completed in 30 milliseconds