Browse Source

Project placed under the MIT license.

Permitted per: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=273338

Quote:

My "symlinks" utility pre-dates the "open source licensing" fad
by a number of years.  Just to clarify, this is 100% freeware,
written entirely by myself.  The intent is to use it to detect
missing/obsolete symlink targets on an installed distro, before
creating the "gold" (or "final") release discs.

Use and distribute and modify as you (or anyone else) sees fit.
There have no formal restrictions or requirements whatsoever
regarding distribution of either binaries or source code,
whether modified or original.
Cheers

--
Mark Lord
Real-Time Remedies Inc.
mlord@pobox.com
devel
J. Brandt Buckley 13 years ago
parent
commit
6e7572104c
  1. 8
      LICENSE
  2. 5
      Readme.md

8
LICENSE

@ -0,0 +1,8 @@
Portions Copyright (c) 2012 Jonathon Brandt Buckley, http://runlevel1.com
Portions Copyright (c) 2006 Mark Lord, mlord@pobox.com
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.

5
Readme.md

@ -34,7 +34,7 @@ Usage
$ symlinks -rv [path]
### Convert absolute symlinks to a relative:
### Convert absolute symlink to relative:
$ symlinks -rc [path]
@ -63,4 +63,5 @@ Added -s flag to shorten links with redundant path elements. Also includes code
Credit
------
Symlinks was originally created by Mark Lord (mlord@pobox.com).
Symlinks was created by Mark Lord.
Minor modifications made by Jonathon Brandt Buckley.
Loading…
Cancel
Save