Skip to content

Commit

Permalink
license header fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
delchev committed Nov 13, 2017
1 parent 227bd25 commit dd215c2
Show file tree
Hide file tree
Showing 59 changed files with 495 additions and 93 deletions.
10 changes: 10 additions & 0 deletions ide/ide-console/src/main/resources/ide-console/console.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<!DOCTYPE HTML>
<!--
~ Copyright (c) 2017 SAP and others.
~ All rights reserved. This program and the accompanying materials
~ are made available under the terms of the Eclipse Public License v1.0
~ which accompanies this distribution, and is available at
~ http://www.eclipse.org/legal/epl-v10.html
~ Contributors:
~ SAP - initial API and implementation
-->

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
Expand Down
12 changes: 11 additions & 1 deletion ide/ide-console/src/main/resources/ide-console/console.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2017 SAP and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contributors:
* SAP - initial API and implementation
*/

exports.getView = function() {
var view = {
"id":"console",
Expand All @@ -8,4 +18,4 @@ exports.getView = function() {
"link":"../ide-console/console.html"
};
return view;
}
}
12 changes: 11 additions & 1 deletion ide/ide-core/src/main/resources/ide/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<!DOCTYPE html>
<!--
~ Copyright (c) 2017 SAP and others.
~ All rights reserved. This program and the accompanying materials
~ are made available under the terms of the Eclipse Public License v1.0
~ which accompanies this distribution, and is available at
~ http://www.eclipse.org/legal/epl-v10.html
~ Contributors:
~ SAP - initial API and implementation
-->

<html lang="en">
<head>

Expand Down Expand Up @@ -87,4 +97,4 @@

</body>

</html>
</html>
12 changes: 12 additions & 0 deletions ide/ide-core/src/main/resources/ide/properties.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<!DOCTYPE html>
<!--
~ Copyright (c) 2017 SAP and others.
~ All rights reserved. This program and the accompanying materials
~ are made available under the terms of the Eclipse Public License v1.0
~ which accompanies this distribution, and is available at
~ http://www.eclipse.org/legal/epl-v10.html
~ Contributors:
~ SAP - initial API and implementation
-->

<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down
6 changes: 2 additions & 4 deletions ide/ide-core/src/main/resources/ide/services/editor.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
/*******************************************************************************
/*
* Copyright (c) 2017 SAP and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contributors:
* SAP - initial API and implementation
*******************************************************************************/

/* eslint-env node, dirigible */
*/

var extensions = require('core/v3/extensions');
var response = require('http/v3/response');
Expand Down
6 changes: 2 additions & 4 deletions ide/ide-core/src/main/resources/ide/services/menu.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
/*******************************************************************************
/*
* Copyright (c) 2017 SAP and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contributors:
* SAP - initial API and implementation
*******************************************************************************/

/* eslint-env node, dirigible */
*/

var extensions = require('core/v3/extensions');
var response = require('http/v3/response');
Expand Down
8 changes: 3 additions & 5 deletions ide/ide-core/src/main/resources/ide/services/menu/file.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
/*******************************************************************************
/*
* Copyright (c) 2017 SAP and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contributors:
* SAP - initial API and implementation
*******************************************************************************/

/* eslint-env node, dirigible */
*/

exports.getMenu = function() {
var menu = {
Expand All @@ -33,4 +31,4 @@ exports.getMenu = function() {
]
};
return menu;
}
}
8 changes: 3 additions & 5 deletions ide/ide-core/src/main/resources/ide/services/menu/help.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
/*******************************************************************************
/*
* Copyright (c) 2017 SAP and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contributors:
* SAP - initial API and implementation
*******************************************************************************/

/* eslint-env node, dirigible */
*/

exports.getMenu = function() {
var menu = {
Expand Down Expand Up @@ -55,4 +53,4 @@ exports.getMenu = function() {
]
};
return menu;
}
}
8 changes: 3 additions & 5 deletions ide/ide-core/src/main/resources/ide/services/menu/window.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
/*******************************************************************************
/*
* Copyright (c) 2017 SAP and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contributors:
* SAP - initial API and implementation
*******************************************************************************/

/* eslint-env node, dirigible */
*/

var extensions = require('core/v3/extensions');

Expand Down Expand Up @@ -63,4 +61,4 @@ exports.getMenu = function() {
}

return menu;
}
}
6 changes: 2 additions & 4 deletions ide/ide-core/src/main/resources/ide/services/perspectives.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
/*******************************************************************************
/*
* Copyright (c) 2017 SAP and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contributors:
* SAP - initial API and implementation
*******************************************************************************/

/* eslint-env node, dirigible */
*/

var extensions = require('core/v3/extensions');
var response = require('http/v3/response');
Expand Down
4 changes: 2 additions & 2 deletions ide/ide-core/src/main/resources/ide/services/templates.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*******************************************************************************
/*
* Copyright (c) 2017 SAP and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contributors:
* SAP - initial API and implementation
*******************************************************************************/
*/

var extensions = require('core/v3/extensions');
var response = require('http/v3/response');
Expand Down
6 changes: 2 additions & 4 deletions ide/ide-core/src/main/resources/ide/services/user-name.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
/*******************************************************************************
/*
* Copyright (c) 2017 SAP and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contributors:
* SAP - initial API and implementation
*******************************************************************************/

/* eslint-env node, dirigible */
*/

var user = require('security/v3/user');
var response = require('http/v3/response');
Expand Down
6 changes: 2 additions & 4 deletions ide/ide-core/src/main/resources/ide/services/views.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
/*******************************************************************************
/*
* Copyright (c) 2017 SAP and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contributors:
* SAP - initial API and implementation
*******************************************************************************/

/* eslint-env node, dirigible */
*/

var extensions = require('core/v3/extensions');
var response = require('http/v3/response');
Expand Down
12 changes: 11 additions & 1 deletion ide/ide-core/src/main/resources/ide/services/workbench.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2017 SAP and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contributors:
* SAP - initial API and implementation
*/

exports.getPerspective = function() {
var perspective = {
"name":"Workbench",
Expand All @@ -6,4 +16,4 @@ exports.getPerspective = function() {
"image":"files-o"
};
return perspective;
}
}
12 changes: 11 additions & 1 deletion ide/ide-core/src/main/resources/ide/ui/message-hub.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2017 SAP and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contributors:
* SAP - initial API and implementation
*/

(function (name, context, definition) {
// AMD -> CommonJS -> Globals
if (typeof module != 'undefined' && module.exports)
Expand Down Expand Up @@ -110,4 +120,4 @@
}

return FramesMessageHub;
}));
}));
12 changes: 11 additions & 1 deletion ide/ide-core/src/main/resources/ide/ui/ui-core-ng-modules.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
/*
* Copyright (c) 2017 SAP and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contributors:
* SAP - initial API and implementation
*/

/**
* Provides key microservices for constructing and managing the IDE UI
*
*/
*/
angular.module('ideUiCore', ['ngResource'])
.provider('messageHub', function MessageHubProvider() {
this.evtNamePrefix = '';
Expand Down
12 changes: 11 additions & 1 deletion ide/ide-core/src/main/resources/ide/ui/ui-layout.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2017 SAP and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contributors:
* SAP - initial API and implementation
*/

var ViewRegistry = function() {

var _views = {};
Expand Down Expand Up @@ -335,4 +345,4 @@ function uuidv4() {
return ([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g, c =>
(c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16)
)
}
}
10 changes: 10 additions & 0 deletions ide/ide-core/src/main/resources/ide/welcome.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<!DOCTYPE html>
<!--
~ Copyright (c) 2017 SAP and others.
~ All rights reserved. This program and the accompanying materials
~ are made available under the terms of the Eclipse Public License v1.0
~ which accompanies this distribution, and is available at
~ http://www.eclipse.org/legal/epl-v10.html
~ Contributors:
~ SAP - initial API and implementation
-->

<html lang="en">
<head>
<meta charset="utf-8">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<!DOCTYPE HTML>
<!--
~ Copyright (c) 2017 SAP and others.
~ All rights reserved. This program and the accompanying materials
~ are made available under the terms of the Eclipse Public License v1.0
~ which accompanies this distribution, and is available at
~ http://www.eclipse.org/legal/epl-v10.html
~ Contributors:
~ SAP - initial API and implementation
-->

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2017 SAP and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contributors:
* SAP - initial API and implementation
*/

var messageHub = new FramesMessageHub();

messageHub.fireFileOpen = function(fileDescriptor){
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2017 SAP and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contributors:
* SAP - initial API and implementation
*/

exports.getPerspective = function() {
var perspective = {
"name":"Database",
Expand Down
Loading

0 comments on commit dd215c2

Please sign in to comment.