Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Commit e0f30fe

Browse files
author
Isuru Haththotuwa
committed
adding license header to modules/wso2das/files/configs/repository/deployment/server/jaggeryapps/portal/controllers/includes/common-scripts.jag and modules/wso2das/files/configs/repository/deployment/server/jaggeryapps/portal/extensions/components/gadget/index.js
1 parent f0c39bd commit e0f30fe

File tree

2 files changed

+40
-0
lines changed
  • modules/wso2das/files/configs/repository/deployment/server/jaggeryapps/portal

2 files changed

+40
-0
lines changed

modules/wso2das/files/configs/repository/deployment/server/jaggeryapps/portal/controllers/includes/common-scripts.jag

+19
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
<%
2+
// ------------------------------------------------------------------------------
3+
//
4+
// Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
5+
//
6+
// WSO2 Inc. licenses this file to you under the Apache License,
7+
// Version 2.0 (the "License"); you may not use this file except
8+
// in compliance with the License.
9+
// You may obtain a copy of the License at
10+
//
11+
// http://www.apache.org/licenses/LICENSE-2.0
12+
//
13+
// Unless required by applicable law or agreed to in writing,
14+
// software distributed under the License is distributed on an
15+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
// KIND, either express or implied. See the License for the
17+
// specific language governing permissions and limitations
18+
// under the License.
19+
//
20+
// -----------------------------------------------------------------------------
221
var log = new Log();
322
var process = require('process');
423
//TODO: fix carbon module and use it

modules/wso2das/files/configs/repository/deployment/server/jaggeryapps/portal/extensions/components/gadget/index.js

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/**
2+
* ------------------------------------------------------------------------------
3+
*
4+
* Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
5+
*
6+
* WSO2 Inc. licenses this file to you under the Apache License,
7+
* Version 2.0 (the "License"); you may not use this file except
8+
* in compliance with the License.
9+
* You may obtain a copy of the License at
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
13+
* Unless required by applicable law or agreed to in writing,
14+
* software distributed under the License is distributed on an
15+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
* KIND, either express or implied. See the License for the
17+
* specific language governing permissions and limitations
18+
* under the License.
19+
*
20+
* -----------------------------------------------------------------------------
21+
*/
122
(function () {
223

324
var DEFAULT_PADDING = 35;

0 commit comments

Comments
 (0)