8000 copyright in main index.scala · githubcs/baasbox@d3851f0 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d3851f0

Browse files
committed
copyright in main index.scala
1 parent 6e7dd08 commit d3851f0

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

app/views/admin/noscript.scala.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<noscript>
2-
<div class="alert alert-block span10">
2+
<div class="alert alert-block span10">
33
<h4 class="alert-heading">Warning!</h4>
44
<p>You need to have <a href="http://en.wikipedia.org/wiki/JavaScript" target="_blank">JavaScript</a> enabled to use this site.</p>
55
</div>

app/views/index.scala.html

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
1+
2+
13
@(version: String)
24
<html>
5+
<!--
6+
~ Copyright (c) 2014.
7+
~
8+
~ BaasBox - info at baasbox.com
9+
~
10+
~ Licensed under the Apache License, Version 2.0 (the "License");
11+
~ you may not use this file except in compliance with the License.
12+
~ You may obtain a copy of the License at
13+
~
14+
~ http://www.apache.org/licenses/LICENSE-2.0
15+
~
16+
~ Unless required by applicable law or agreed to in writing, software
17+
~ distributed under the License is distributed on an "AS IS" BASIS,
18+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19+
~ See the License for the specific language governing permissions and
20+
~ limitations under the License.
21+
-->
322
<head>
4-
<title>BaasBox v.@version</title>
23+
24+
<title>BaasBox v.@version</title>
525
<style>
626
body
727
{

0 commit comments

Comments
 (0)
0