Home
last modified time | relevance | path

Searched refs:add_license (Results 1 – 24 of 24) sorted by relevance

/dports/misc/sloccount/sloccount-2.26/
H A Dextract_license71 sub add_license() {
151 &add_license("${program_dir}/LICENSE");
152 &add_license("${program_dir}/COPYING");
153 &add_license("${program_dir}/COPYING.LIB");
154 &add_license("${program_dir}/Artistic");
155 &add_license("${program_dir}/COPYING-2.0");
156 &add_license("${program_dir}/COPYING.WTFPL");
157 &add_license("${program_dir}/COPYING.GPL");
158 &add_license("${program_dir}/COPYING.NEWLIB");
159 &add_license("${program_dir}/COPYING.kdb");
/dports/games/fs2open/fs2open.github.com-release_21_4_1/cmake/external/rpavlik-cmake-modules/
H A DLicensing.cmake50 function(add_license LICENSE_TYPE_PROPERTY package license) function
87 add_license(PROPRIETARY_LICENSES "${package}" "${license}" ${ARGN})
91 add_license(SHAREALIKE_LICENSES "${package}" "${license}" ${ARGN})
95 add_license(PERMISSIVE_LICENSES "${package}" "${license}" ${ARGN})
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/utils/
H A Dlicense.sh21 function add_license () { function
50 add_license "$i"
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_powerpath.py45 powerpath.add_license("key"),
57 powerpath.add_license("key"),
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/doc/
H A Dcopyright-fixer.rb9 def add_license(fname) method
78 add_license(fname)
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/harness/wptrunner/update/
H A Dsync.py76 add_license(dest)
79 def add_license(dest): function
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/wptrunner/wptrunner/update/
H A Dsync.py89 add_license(dest)
92 def add_license(dest): function
/dports/games/wesnoth/wesnoth-1.14.17/src/campaign_server/
H A Daddon_utils.hpp80 void add_license(config& cfg);
H A Daddon_utils.cpp124 void add_license(config& cfg) in add_license() function
H A Dcampaign_server.cpp919 add_license(data); in handle_upload()
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dpowerpath.py81 def add_license(key):
H A Dvsphere.py6637 def add_license(key, description, safety_checks=True, service_instance=None): function
6660 salt.utils.vmware.add_license(service_instance, key, description)
/dports/net-mgmt/p5-NetApp/NetApp-500.002/lib/NetApp/Filer/
H A DLicense.pod14 $filer->add_license( $code );
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/askalono-0.4.3/src/store/
H A Dbase.rs93 pub fn add_license(&mut self, name: String, data: TextData) { in add_license() method
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/askalono-0.4.3/src/
H A Dstrategy.rs543 store.add_license("license-1".into(), "aaaaa\nbbbbb\nccccc".into()); in create_dummy_store()
544 store.add_license( in create_dummy_store()
/dports/devel/qbs/qbs-src-1.21.0/src/3rdparty/python/lib/python2.7/site-packages/dmgbuild/
H A Dlicensing.py410 def add_license(filename, license_info): function
H A Dcore.py650 licensing.add_license(filename, options['license'])
/dports/devel/upp/upp/bazaar/Firebird/
H A Dfb.h1000 class add_license : base
1003 add_license(Service& svc);
H A Dfb.cpp2274 add_license::add_license(Service& svc) : in add_license() function in ibpp::svc_cmd::add_license
/dports/sysutils/py-salt/salt-3004.1/tests/unit/utils/
H A Dtest_vmware.py3869 salt.utils.vmware.add_license(
3877 salt.utils.vmware.add_license(
3887 salt.utils.vmware.add_license(
3894 salt.utils.vmware.add_license(
3906 salt.utils.vmware.add_license(
3919 salt.utils.vmware.add_license(
3929 salt.utils.vmware.add_license(
3935 ret = salt.utils.vmware.add_license(
/dports/net-mgmt/p5-NetApp/NetApp-500.002/lib/NetApp/
H A DFiler.pm495 sub add_license { subroutine
H A DFiler.pod151 =head3 add_license( $code )
/dports/misc/py-tflite-support/tflite-support-0.1.0a1/src/tensorflow/lite/experimental/support/metadata/
H A Dmetadata_schema_generated.h1731 void add_license(flatbuffers::Offset<flatbuffers::String> license) {
1760 builder_.add_license(license);
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dvmware.py1704 def add_license(service_instance, key, description, license_manager=None): function