You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2014/04/01 08:48:42 UTC

git commit: Added Apache License Header to org.apache.stratos.manager.console component's open_sans.css

Repository: incubator-stratos
Updated Branches:
  refs/heads/master 414a2b4ea -> 57c2ec032


Added Apache License Header to org.apache.stratos.manager.console component's open_sans.css


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/57c2ec03
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/57c2ec03
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/57c2ec03

Branch: refs/heads/master
Commit: 57c2ec03267e566f8905aa2bffd663c4b5cf610c
Parents: 414a2b4
Author: M. Isuru Tharanga Chrishantha Perera <is...@apache.org>
Authored: Tue Apr 1 12:18:20 2014 +0530
Committer: M. Isuru Tharanga Chrishantha Perera <is...@apache.org>
Committed: Tue Apr 1 12:18:20 2014 +0530

----------------------------------------------------------------------
 .../themes/theme1/ui/Open_Sans/open_sans.css    | 23 +++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/57c2ec03/components/org.apache.stratos.manager.console/console/themes/theme1/ui/Open_Sans/open_sans.css
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/themes/theme1/ui/Open_Sans/open_sans.css b/components/org.apache.stratos.manager.console/console/themes/theme1/ui/Open_Sans/open_sans.css
index 261b76b..e0bd3ef 100644
--- a/components/org.apache.stratos.manager.console/console/themes/theme1/ui/Open_Sans/open_sans.css
+++ b/components/org.apache.stratos.manager.console/console/themes/theme1/ui/Open_Sans/open_sans.css
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 @font-face {
     font-family: 'Open Sans';
     font-style: normal;
@@ -15,4 +36,4 @@
     font-style: normal;
     font-weight: 800;
     src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(OpenSans-ExtraBold.ttf) format('truetype');
-}
\ No newline at end of file
+}