Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"tdk_license" string in tcl files #2

Open
QuLk opened this issue Sep 10, 2018 · 2 comments
Open

"tdk_license" string in tcl files #2

QuLk opened this issue Sep 10, 2018 · 2 comments

Comments

@QuLk
Copy link

QuLk commented Sep 10, 2018

I do a search for tdk_license under the tdk root folder. Found 21 occurrence(s) in 8 file(s). I think those related lines should be removed or commented out from the tcl files.

Searching for: tdk_license

app\comp\lib\app-comp\comp_startup.tcl(104): set userinfo  [compiler::tdk_license user-name]
app\comp\lib\app-comp\comp_startup.tcl(105): set useremail [compiler::tdk_license user-email]
app\comp\lib\app-comp\comp_startup.tcl(109): set licinfo "| [compiler::tdk_license type] license for $userinfo."
app\comp\lib\app-comp\comp_startup.tcl(122): set expire [compiler::tdk_license expiration-date]
app\comp\lib\app-comp\procomp.tcl(378): set userinfo [compiler::tdk_license user-name]
app\comp\lib\app-comp\procomp.tcl(379): set useremail [compiler::tdk_license user-email]
app\comp\lib\app-comp\procomp.tcl(385): log "# [compiler::tdk_license type] license for $userinfo."
app\comp\lib\app-comp\procomp.tcl(386): set e [compiler::tdk_license expiration-date]
app\comp\lib\app-comp\procomp.tcl(388): log "# Expires: [compiler::tdk_license expiration-date]."
app\comp\lib\app-comp\procomp.tcl(831): set expiry [compiler::tdk_license expiration-date]
app\comp\lib\app-comp\procomp.tcl(841): set user [compiler::tdk_license user-name]
app\comp\lib\app-comp\procomp.tcl(842): set mail [compiler::tdk_license user-email]
app\comp\lib\comp-ui\compiler.tcl(390): set userinfo [compiler::tdk_license user-name]
app\comp\lib\comp-ui\compiler.tcl(391): set useremail [compiler::tdk_license user-email]
app\comp\lib\comp-ui\compiler.tcl(395): set licinfo "| [compiler::tdk_license type] license for $userinfo."
app\comp\lib\comp-ui\compiler.tcl(413): set expire [compiler::tdk_license expiration-date]
app\tape\lib\app-tape\tape_pot.tcl(20): compiler::tdk_license user-name
app\tape\lib\app-tape\tape_state.tcl(19): compiler::tdk_license user-name
app\tclsvc\tclsvc.tcl(64): if {[catch {package require compiler; compiler::tdk_license user-name} err]} {
lib\tclcompiler\cmpWPkg.c(72): { "tdk_license",     TdkLicenseObjCmd, 1 },
lib\tclparser\tclParser.c(113): Tcl_CreateObjCommand(interp, "tdk_license", TdkLicenseObjCmd, NULL, NULL);
@ColdfireMC
Copy link

I think is better to convert it into a pull request

@cyangy
Copy link

cyangy commented Nov 16, 2022

I do a search for tdk_license under the tdk root folder. Found 21 occurrence(s) in 8 file(s). I think those related lines should be removed or commented out from the tcl files.

Searching for: tdk_license

app\comp\lib\app-comp\comp_startup.tcl(104): set userinfo  [compiler::tdk_license user-name]
app\comp\lib\app-comp\comp_startup.tcl(105): set useremail [compiler::tdk_license user-email]
app\comp\lib\app-comp\comp_startup.tcl(109): set licinfo "| [compiler::tdk_license type] license for $userinfo."
app\comp\lib\app-comp\comp_startup.tcl(122): set expire [compiler::tdk_license expiration-date]
app\comp\lib\app-comp\procomp.tcl(378): set userinfo [compiler::tdk_license user-name]
app\comp\lib\app-comp\procomp.tcl(379): set useremail [compiler::tdk_license user-email]
app\comp\lib\app-comp\procomp.tcl(385): log "# [compiler::tdk_license type] license for $userinfo."
app\comp\lib\app-comp\procomp.tcl(386): set e [compiler::tdk_license expiration-date]
app\comp\lib\app-comp\procomp.tcl(388): log "# Expires: [compiler::tdk_license expiration-date]."
app\comp\lib\app-comp\procomp.tcl(831): set expiry [compiler::tdk_license expiration-date]
app\comp\lib\app-comp\procomp.tcl(841): set user [compiler::tdk_license user-name]
app\comp\lib\app-comp\procomp.tcl(842): set mail [compiler::tdk_license user-email]
app\comp\lib\comp-ui\compiler.tcl(390): set userinfo [compiler::tdk_license user-name]
app\comp\lib\comp-ui\compiler.tcl(391): set useremail [compiler::tdk_license user-email]
app\comp\lib\comp-ui\compiler.tcl(395): set licinfo "| [compiler::tdk_license type] license for $userinfo."
app\comp\lib\comp-ui\compiler.tcl(413): set expire [compiler::tdk_license expiration-date]
app\tape\lib\app-tape\tape_pot.tcl(20): compiler::tdk_license user-name
app\tape\lib\app-tape\tape_state.tcl(19): compiler::tdk_license user-name
app\tclsvc\tclsvc.tcl(64): if {[catch {package require compiler; compiler::tdk_license user-name} err]} {
lib\tclcompiler\cmpWPkg.c(72): { "tdk_license",     TdkLicenseObjCmd, 1 },
lib\tclparser\tclParser.c(113): Tcl_CreateObjCommand(interp, "tdk_license", TdkLicenseObjCmd, NULL, NULL);

I'd like to just bypass it, instead of comment it. See this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants