remove bookmarks from homepage, relicense homepage
This commit is contained in:
parent
eaf4037ac9
commit
67a44bd7e9
40
homepage/LICENSE
Normal file
40
homepage/LICENSE
Normal file
@ -0,0 +1,40 @@
|
||||
Blue Oak Model License, Version 1.0.0
|
||||
|
||||
Purpose
|
||||
This license gives everyone as much permission to work with this
|
||||
software as possible, while protecting contributors from liability.
|
||||
|
||||
Acceptance
|
||||
In order to receive this license, you must agree to its rules. The
|
||||
rules of this license are both obligations under that agreement and conditions
|
||||
to your license. You must not do anything with this software that triggers a
|
||||
rule that you cannot or will not follow.
|
||||
|
||||
Copyright
|
||||
Each contributor licenses you to do everything with this software that
|
||||
would otherwise infringe that contributor's copyright in it.
|
||||
|
||||
Notices
|
||||
You must ensure that everyone who gets a copy of any part of this
|
||||
software from you, with or without changes, also gets the text of this license
|
||||
or a link to <https://blueoakcouncil.org/license/1.0.0>.
|
||||
|
||||
Excuse
|
||||
If anyone notifies you in writing that you have not complied with the
|
||||
Notices, you can keep your license by taking all practical steps to comply
|
||||
within 30 days after the notice. If you do not do so, your license ends
|
||||
immediately.
|
||||
|
||||
Patent
|
||||
Each contributor licenses you to do everything with this software that
|
||||
would otherwise infringe any patent claims they can license or become able to
|
||||
license.
|
||||
|
||||
Reliability
|
||||
No contributor can revoke this license.
|
||||
|
||||
No Liability
|
||||
As far as the law allows, this software comes as is, without any
|
||||
warranty or condition, and no contributor will be liable to anyone for any
|
||||
damages related to this software or this license, under any kind of legal
|
||||
claim.
|
1576
homepage/homepage
1576
homepage/homepage
File diff suppressed because it is too large
Load Diff
@ -1,17 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
test -e toki_common \
|
||||
&& . ./toki_common \
|
||||
|| . toki_common
|
||||
|
||||
test -n "$2" \
|
||||
&& printf 'Usage: %s (lipu)\n' >&2 \
|
||||
&& exit 64 \
|
||||
|| true # syexits(3) EX_USAGE
|
||||
|
||||
test -n "$1" \
|
||||
&& JASIMA="$1"
|
||||
|
||||
dd <"$JASIMA" 2>/dev/null
|
@ -1,20 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
test -z "$1" \
|
||||
&& printf 'Usage: %s [nimi...]\n' "$0" >&2 \
|
||||
&& exit 64 \
|
||||
|| true # sysexits EX_USAGE
|
||||
|
||||
argv0="$0"
|
||||
filter=".data.$1.ucsur"
|
||||
|
||||
if test -n "$2"
|
||||
then while test -n "$2"
|
||||
do filter="$filter, .data.$2.ucsur" \
|
||||
&& shift
|
||||
done
|
||||
fi
|
||||
|
||||
toki_lipunimi | jq -r "$filter"
|
Loading…
Reference in New Issue
Block a user