From 432212266435b62c6f76bd6781e3c23ecb884476 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Fri, 9 Jan 2015 01:00:30 +0900 Subject: [PATCH] docs: Trim license --- _docs/gen.go | 2 +- _docs/public/example/blocks.content.html | 1 - _docs/public/example/blocks.html | 1 - _docs/public/example/hue.content.html | 1 - _docs/public/example/hue.html | 1 - _docs/public/example/keyboard.content.html | 1 - _docs/public/example/keyboard.html | 1 - _docs/public/example/mosaic.content.html | 1 - _docs/public/example/mosaic.html | 1 - _docs/public/example/perspective.content.html | 1 - _docs/public/example/perspective.html | 1 - _docs/public/example/rotate.content.html | 1 - _docs/public/example/rotate.html | 1 - _docs/public/index.html | 4 +--- 14 files changed, 2 insertions(+), 16 deletions(-) diff --git a/_docs/gen.go b/_docs/gen.go index d7af23a07..d459f71c8 100644 --- a/_docs/gen.go +++ b/_docs/gen.go @@ -36,7 +36,7 @@ func init() { if err != nil { panic(err) } - license = string(b) + license = strings.TrimSpace(string(b)) // TODO: Year check } diff --git a/_docs/public/example/blocks.content.html b/_docs/public/example/blocks.content.html index 12d847906..258bea9d4 100644 --- a/_docs/public/example/blocks.content.html +++ b/_docs/public/example/blocks.content.html @@ -13,6 +13,5 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - --> diff --git a/_docs/public/example/blocks.html b/_docs/public/example/blocks.html index 2f5e6c8bc..4fa765201 100644 --- a/_docs/public/example/blocks.html +++ b/_docs/public/example/blocks.html @@ -13,7 +13,6 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - -->