Skip to content

Commit 8caf5dc

Browse files
committed
Tidy up use of git-webui resources
As part of the Apache 2.0 license conditions, need to mention our modifications in the files we've modified. It's really just these 4, the others don't have a copyright notice. Also removing the readme as it's tailored to the full git-webui solution.
1 parent 6394841 commit 8caf5dc

File tree

5 files changed

+15
-172
lines changed

5 files changed

+15
-172
lines changed

git-webui/README.md

Lines changed: 0 additions & 172 deletions
This file was deleted.

git-webui/src/share/git-webui/webui/css/bootstrap.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*
18+
* Modifications Copyright (C) 2021 InterSystems Corporation
19+
*/
20+
1721
// Core variables and mixins
1822
@import "variables.less";
1923
@import "mixins.less";

git-webui/src/share/git-webui/webui/css/git-webui.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*
18+
* Modifications Copyright (C) 2021 InterSystems Corporation
19+
*/
20+
1721
// Theme
1822
@import "variables.less";
1923

git-webui/src/share/git-webui/webui/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17+
<!--
18+
Modifications Copyright (C) 2021 InterSystems Corporation
19+
-->
1720
<html lang="en">
1821
<head>
1922
<meta charset="utf-8">

git-webui/src/share/git-webui/webui/js/git-webui.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*
18+
* Modifications Copyright (C) 2021 InterSystems Corporation
19+
*/
20+
1721
"use strict"
1822

1923
var webui = webui || {};

0 commit comments

Comments
 (0)