Skip to content

Commit

Permalink
Added and fixed licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
Viliam Rockai committed Feb 19, 2015
1 parent 5a52808 commit bcbe0b4
Show file tree
Hide file tree
Showing 15 changed files with 138 additions and 18 deletions.
15 changes: 15 additions & 0 deletions plugins/alerts/plugins/alerts/ts/alerts.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/// Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
/// and other contributors as indicated by the @author tags.
///
/// Licensed 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.

/// <reference path="alertsPlugin.ts"/>
module HawkularAlerts {

Expand Down
15 changes: 15 additions & 0 deletions plugins/alerts/plugins/alerts/ts/alertsGlobals.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/// Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
/// and other contributors as indicated by the @author tags.
///
/// Licensed 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.

/// <reference path="../../includes.ts"/>
module HawkularAlerts {

Expand Down
15 changes: 15 additions & 0 deletions plugins/alerts/plugins/alerts/ts/alertsPlugin.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/// Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
/// and other contributors as indicated by the @author tags.
///
/// Licensed 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.

/// <reference path="../../includes.ts"/>
/// <reference path="alertsGlobals.ts"/>
module HawkularAlerts {
Expand Down
15 changes: 15 additions & 0 deletions plugins/alerts/plugins/includes.ts
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
/// Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
/// and other contributors as indicated by the @author tags.
///
/// Licensed 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.

/// <reference path="../libs/hawtio-utilities/defs.d.ts"/>
15 changes: 15 additions & 0 deletions plugins/inventory/plugins/includes.ts
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
/// Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
/// and other contributors as indicated by the @author tags.
///
/// Licensed 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.

/// <reference path="../libs/hawtio-utilities/defs.d.ts"/>
15 changes: 15 additions & 0 deletions plugins/inventory/plugins/inventory/ts/inventory.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/// Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
/// and other contributors as indicated by the @author tags.
///
/// Licensed 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.

/// <reference path="inventoryPlugin.ts"/>
module Inventory {

Expand Down
15 changes: 15 additions & 0 deletions plugins/inventory/plugins/inventory/ts/inventoryGlobals.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/// Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
/// and other contributors as indicated by the @author tags.
///
/// Licensed 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.

/// <reference path="../../includes.ts"/>
module Inventory {

Expand Down
15 changes: 15 additions & 0 deletions plugins/inventory/plugins/inventory/ts/inventoryPlugin.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/// Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
/// and other contributors as indicated by the @author tags.
///
/// Licensed 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.

/// <reference path="../../includes.ts"/>
/// <reference path="inventoryGlobals.ts"/>
module Inventory {
Expand Down
8 changes: 4 additions & 4 deletions plugins/metrics/plugins/includes.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/// <reference path="../libs/hawtio-utilities/defs.d.ts"/>
/// <reference path="../libs/hawtio-core-dts/defs.d.ts"/>
/// <reference path="../vendor/moment/moment.d.ts"/>

/// Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
/// and other contributors as indicated by the @author tags.
///
Expand All @@ -16,3 +12,7 @@
/// 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.

/// <reference path="../libs/hawtio-utilities/defs.d.ts"/>
/// <reference path="../libs/hawtio-core-dts/defs.d.ts"/>
/// <reference path="../vendor/moment/moment.d.ts"/>
4 changes: 2 additions & 2 deletions plugins/metrics/plugins/metrics/ts/addUrlPage.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/// <reference path="metricsPlugin.ts"/>

/// Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
/// and other contributors as indicated by the @author tags.
///
Expand All @@ -15,6 +13,8 @@
/// See the License for the specific language governing permissions and
/// limitations under the License.

/// <reference path="metricsPlugin.ts"/>

module HawkularMetrics {

export class AddUrlController {
Expand Down
4 changes: 2 additions & 2 deletions plugins/metrics/plugins/metrics/ts/metricsGlobals.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/// <reference path="../../includes.ts"/>

/// Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
/// and other contributors as indicated by the @author tags.
///
Expand All @@ -15,6 +13,8 @@
/// See the License for the specific language governing permissions and
/// limitations under the License.

/// <reference path="../../includes.ts"/>

module HawkularMetrics {

export var pluginName = "hawkular-metrics";
Expand Down
6 changes: 3 additions & 3 deletions plugins/metrics/plugins/metrics/ts/metricsPlugin.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/// <reference path="../../includes.ts"/>
/// <reference path="metricsGlobals.ts"/>

/// Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
/// and other contributors as indicated by the @author tags.
///
Expand All @@ -16,6 +13,9 @@
/// See the License for the specific language governing permissions and
/// limitations under the License.

/// <reference path="../../includes.ts"/>
/// <reference path="metricsGlobals.ts"/>

module HawkularMetrics {

export var _module = angular.module(HawkularMetrics.pluginName, ['hawkularCharts', 'hawkular.services']);
Expand Down
4 changes: 2 additions & 2 deletions plugins/metrics/plugins/metrics/ts/metricsSelectionPage.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/// <reference path="metricsPlugin.ts"/>

/// Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
/// and other contributors as indicated by the @author tags.
///
Expand All @@ -15,6 +13,8 @@
/// See the License for the specific language governing permissions and
/// limitations under the License.

/// <reference path="metricsPlugin.ts"/>

module HawkularMetrics {


Expand Down
6 changes: 3 additions & 3 deletions plugins/metrics/plugins/metrics/ts/metricsViewPage.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/// <reference path="metricsPlugin.ts"/>
/// <reference path="../../includes.ts"/>

/// Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
/// and other contributors as indicated by the @author tags.
///
Expand All @@ -16,6 +13,9 @@
/// See the License for the specific language governing permissions and
/// limitations under the License.

/// <reference path="metricsPlugin.ts"/>
/// <reference path="../../includes.ts"/>

module HawkularMetrics {

export interface IContextChartDataPoint {
Expand Down
4 changes: 2 additions & 2 deletions plugins/metrics/plugins/metrics/ts/overviewPage.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/// <reference path="metricsPlugin.ts"/>

/// Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
/// and other contributors as indicated by the @author tags.
///
Expand All @@ -15,6 +13,8 @@
/// See the License for the specific language governing permissions and
/// limitations under the License.

/// <reference path="metricsPlugin.ts"/>

module HawkularMetrics {


Expand Down

0 comments on commit bcbe0b4

Please sign in to comment.