add comment to all views package
Project: http://git-wip-us.apache.org/repos/asf/incubator-cmda/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cmda/commit/94545d6f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cmda/tree/94545d6f Diff: http://git-wip-us.apache.org/repos/asf/incubator-cmda/diff/94545d6f Branch: refs/heads/master Commit: 94545d6f155240618aadd7b8c984a92e5d44f5b9 Parents: 07a31d1 Author: cat1021 <longma1...@gmail.com> Authored: Fri Sep 4 16:28:51 2015 -0700 Committer: cat1021 <longma1...@gmail.com> Committed: Fri Sep 4 16:28:51 2015 -0700 ---------------------------------------------------------------------- app/views/main.scala.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/94545d6f/app/views/main.scala.html ---------------------------------------------------------------------- diff --git a/app/views/main.scala.html b/app/views/main.scala.html index e919a4c..7bda335 100644 --- a/app/views/main.scala.html +++ b/app/views/main.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * Licensed to the Apache Software Foundation (ASF) under one or more * + * contributor license agreements. See the NOTICE file distributed with * + * this work for additional information regarding copyright ownership. * + * The ASF licenses this file to You under the Apache License, Version 2.0 * + * (the "License"); you may not use this file except in compliance with * + * the License. You may obtain a copy of the License at * + * * + * http://www.apache.org/licenses/LICENSE-2.0 * + * * + * Unless required by applicable law or agreed to in writing, software * + * 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. * + *******************************************************************************@ + @(title: String)(content: Html) <!DOCTYPE html>