Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update copyright year and include 'LICENSE' in 'fsl'. |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
06a31756cc58f2c991c35f4bae3e918f |
User & Date: | marc 2013-01-17 05:20:31 |
Context
2014-05-07
| ||
08:57 | Create new branch named "record" check-in: fa58aa9189 user: fifr tags: record | |
2013-01-17
| ||
15:01 | Provide optional docstring support in interceptor definitions (addresses [1f4a2dbd11]). Leaf check-in: 5912961aa5 user: marc tags: interceptor-docstrings | |
09:43 | Added support for 'purge' interceptor to clean MISSING files from repo. Leaf check-in: 62a73a0f44 user: michael tags: ttmrichter | |
05:20 | Update copyright year and include 'LICENSE' in 'fsl'. Leaf check-in: 06a31756cc user: marc tags: trunk | |
05:08 | Colour MISSING in default status filter. check-in: 2e30171ad3 user: marc tags: trunk | |
Changes
Changes to LICENSE.
|
| | | 1 2 3 4 5 6 7 8 | Copyright (c) 2012-3, Marc Simpson <marc@0branch.com> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL |
︙ | ︙ |
Changes to fsl.
1 2 3 | #!/usr/bin/env expect # -*-tcl-*- # | | > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | #!/usr/bin/env expect # -*-tcl-*- # # Copyright (c) 2012-3, Marc Simpson <marc@0branch.com> # # Permission to use, copy, modify, and/or distribute this software for # any purpose with or without fee is hereby granted, provided that the # above copyright notice and this permission notice appear in all # copies. # # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL # WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED # WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE # AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL # DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR # PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. # --( Aliases and Filters )--------------------------------------------- namespace eval config { set aliases {} set filters {}; # registered filters set commands {}; # registered interceptors |
︙ | ︙ |