Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Additional materials on MIT license |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1c5998f30bf8c656ed398350abe16c42 |
User & Date: | kevin 2015-08-30 03:13:51 |
Context
2016-07-02
| ||
16:23 | Update to version 6.3 check-in: c726dbf678 user: kevin tags: trunk | |
2015-08-30
| ||
03:13 | Additional materials on MIT license check-in: 1c5998f30b user: kevin tags: trunk | |
03:11 | Initial commit check-in: 1c1fe59ed0 user: kevin tags: trunk | |
Changes
Changes to libs/manpower/manpower-main.tcl.
1 2 3 4 | # Manpower: Man page browser and viewer #Copyright (C) 2015 WordTech Communications LLC | | | 1 2 3 4 5 6 7 8 9 10 11 12 | # Manpower: Man page browser and viewer #Copyright (C) 2015 WordTech Communications LLC #MIT license #let's get started package require Img package require BWidget package require aquahig package require tablelist_tile |
︙ | ︙ |
Changes to libs/regproc/regproc.tcl.
1 2 | #regproc.tcl routines to register serial numbers | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | #regproc.tcl routines to register serial numbers #Copyright 2015 WordTech Communications LLC #MIT license package provide regproc 1.4 package require http package require xplat image create photo _unlock -data { R0lGODlhGAAgAIABAAAAAP///yH+GkNyZWF0ZWQgd2l0aCBHSU1QIG9uIGEgTWFj |
︙ | ︙ |
Changes to libs/softwareupdate/softwareupdate.tcl.
1 2 3 4 | #softwareupdate.tcl routines to manage spoftware updates # Copyright (C) 2014 WordTech Communications LLC | | | 1 2 3 4 5 6 7 8 9 10 11 12 | #softwareupdate.tcl routines to manage spoftware updates # Copyright (C) 2014 WordTech Communications LLC #MIT license package provide softwareupdate 1.4 package require http package require tdom namespace eval softwareupdate { |
︙ | ︙ |
Added license.txt.
> > > > > > > > > | 1 2 3 4 5 6 7 8 9 | The MIT License (MIT) Copyright (c) 2015 WordTech Communications LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |