Skip to content

Commit d8628af

Browse files
removed redundant license headers
1 parent 3c79f46 commit d8628af

File tree

196 files changed

+2
-2397
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

196 files changed

+2
-2397
lines changed

dashboard/client/src/components/grid/clusters/ClusterTag.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,6 @@
1010
// See the License for the specific language governing permissions and
1111
// limitations under the License.
1212

13-
// Licensed under the Apache License, Version 2.0 (the "License");
14-
// you may not use this file except in compliance with the License.
15-
// You may obtain a copy of the License at
16-
//
17-
// http://www.apache.org/licenses/LICENSE-2.0
18-
//
19-
// Unless required by applicable law or agreed to in writing, software
20-
// distributed under the License is distributed on an "AS IS" BASIS,
21-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22-
// See the License for the specific language governing permissions and
23-
// limitations under the License.
24-
2513
import React from "react";
2614
import {Button} from "@blueprintjs/core";
2715

twister2/api/src/java/edu/iu/dsc/tws/api/JobConfig.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,6 @@
1010
// See the License for the specific language governing permissions and
1111
// limitations under the License.
1212

13-
// Licensed under the Apache License, Version 2.0 (the "License");
14-
// you may not use this file except in compliance with the License.
15-
// You may obtain a copy of the License at
16-
//
17-
// http://www.apache.org/licenses/LICENSE-2.0
18-
//
19-
// Unless required by applicable law or agreed to in writing, software
20-
// distributed under the License is distributed on an "AS IS" BASIS,
21-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22-
// See the License for the specific language governing permissions and
23-
// limitations under the License.
24-
2513
package edu.iu.dsc.tws.api;
2614

2715
import java.util.HashMap;

twister2/api/src/java/edu/iu/dsc/tws/api/checkpointing/CheckpointingClient.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,6 @@
1010
// See the License for the specific language governing permissions and
1111
// limitations under the License.
1212

13-
// Licensed under the Apache License, Version 2.0 (the "License");
14-
// you may not use this file except in compliance with the License.
15-
// You may obtain a copy of the License at
16-
//
17-
// http://www.apache.org/licenses/LICENSE-2.0
18-
//
19-
// Unless required by applicable law or agreed to in writing, software
20-
// distributed under the License is distributed on an "AS IS" BASIS,
21-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22-
// See the License for the specific language governing permissions and
23-
// limitations under the License.
2413
package edu.iu.dsc.tws.api.checkpointing;
2514

2615
import java.util.Set;

twister2/api/src/java/edu/iu/dsc/tws/api/checkpointing/Snapshot.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,6 @@
1010
// See the License for the specific language governing permissions and
1111
// limitations under the License.
1212

13-
// Licensed under the Apache License, Version 2.0 (the "License");
14-
// you may not use this file except in compliance with the License.
15-
// You may obtain a copy of the License at
16-
//
17-
// http://www.apache.org/licenses/LICENSE-2.0
18-
//
19-
// Unless required by applicable law or agreed to in writing, software
20-
// distributed under the License is distributed on an "AS IS" BASIS,
21-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22-
// See the License for the specific language governing permissions and
23-
// limitations under the License.
24-
2513
package edu.iu.dsc.tws.api.checkpointing;
2614

2715
import edu.iu.dsc.tws.api.comms.packing.DataPacker;

twister2/api/src/java/edu/iu/dsc/tws/api/checkpointing/StateStore.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,6 @@
1010
// See the License for the specific language governing permissions and
1111
// limitations under the License.
1212

13-
// Licensed under the Apache License, Version 2.0 (the "License");
14-
// you may not use this file except in compliance with the License.
15-
// You may obtain a copy of the License at
16-
//
17-
// http://www.apache.org/licenses/LICENSE-2.0
18-
//
19-
// Unless required by applicable law or agreed to in writing, software
20-
// distributed under the License is distributed on an "AS IS" BASIS,
21-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22-
// See the License for the specific language governing permissions and
23-
// limitations under the License.
24-
2513
package edu.iu.dsc.tws.api.checkpointing;
2614

2715
import java.io.IOException;

twister2/api/src/java/edu/iu/dsc/tws/api/comms/channel/TWSChannel.java

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -10,41 +10,6 @@
1010
// See the License for the specific language governing permissions and
1111
// limitations under the License.
1212

13-
// Licensed under the Apache License, Version 2.0 (the "License");
14-
// you may not use this file except in compliance with the License.
15-
// You may obtain a copy of the License at
16-
//
17-
// http://www.apache.org/licenses/LICENSE-2.0
18-
//
19-
// Unless required by applicable law or agreed to in writing, software
20-
// distributed under the License is distributed on an "AS IS" BASIS,
21-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22-
// See the License for the specific language governing permissions and
23-
// limitations under the License.
24-
25-
// Licensed under the Apache License, Version 2.0 (the "License");
26-
// you may not use this file except in compliance with the License.
27-
// You may obtain a copy of the License at
28-
//
29-
// http://www.apache.org/licenses/LICENSE-2.0
30-
//
31-
// Unless required by applicable law or agreed to in writing, software
32-
// distributed under the License is distributed on an "AS IS" BASIS,
33-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34-
// See the License for the specific language governing permissions and
35-
// limitations under the License.
36-
37-
// Licensed under the Apache License, Version 2.0 (the "License");
38-
// you may not use this file except in compliance with the License.
39-
// You may obtain a copy of the License at
40-
//
41-
// http://www.apache.org/licenses/LICENSE-2.0
42-
//
43-
// Unless required by applicable law or agreed to in writing, software
44-
// distributed under the License is distributed on an "AS IS" BASIS,
45-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
46-
// See the License for the specific language governing permissions and
47-
// limitations under the License.
4813
package edu.iu.dsc.tws.api.comms.channel;
4914

5015
import java.nio.ByteBuffer;

twister2/api/src/java/edu/iu/dsc/tws/api/comms/messaging/ChannelMessage.java

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,6 @@
1010
// See the License for the specific language governing permissions and
1111
// limitations under the License.
1212

13-
// Licensed under the Apache License, Version 2.0 (the "License");
14-
// you may not use this file except in compliance with the License.
15-
// You may obtain a copy of the License at
16-
//
17-
// http://www.apache.org/licenses/LICENSE-2.0
18-
//
19-
// Unless required by applicable law or agreed to in writing, software
20-
// distributed under the License is distributed on an "AS IS" BASIS,
21-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22-
// See the License for the specific language governing permissions and
23-
// limitations under the License.
24-
25-
// Licensed under the Apache License, Version 2.0 (the "License");
26-
// you may not use this file except in compliance with the License.
27-
// You may obtain a copy of the License at
28-
//
29-
// http://www.apache.org/licenses/LICENSE-2.0
30-
//
31-
// Unless required by applicable law or agreed to in writing, software
32-
// distributed under the License is distributed on an "AS IS" BASIS,
33-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34-
// See the License for the specific language governing permissions and
35-
// limitations under the License.
3613
package edu.iu.dsc.tws.api.comms.messaging;
3714

3815
import java.util.ArrayList;

twister2/api/src/java/edu/iu/dsc/tws/api/comms/messaging/ChannelMessageReleaseCallback.java

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,6 @@
1010
// See the License for the specific language governing permissions and
1111
// limitations under the License.
1212

13-
// Licensed under the Apache License, Version 2.0 (the "License");
14-
// you may not use this file except in compliance with the License.
15-
// You may obtain a copy of the License at
16-
//
17-
// http://www.apache.org/licenses/LICENSE-2.0
18-
//
19-
// Unless required by applicable law or agreed to in writing, software
20-
// distributed under the License is distributed on an "AS IS" BASIS,
21-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22-
// See the License for the specific language governing permissions and
23-
// limitations under the License.
24-
25-
// Licensed under the Apache License, Version 2.0 (the "License");
26-
// you may not use this file except in compliance with the License.
27-
// You may obtain a copy of the License at
28-
//
29-
// http://www.apache.org/licenses/LICENSE-2.0
30-
//
31-
// Unless required by applicable law or agreed to in writing, software
32-
// distributed under the License is distributed on an "AS IS" BASIS,
33-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34-
// See the License for the specific language governing permissions and
35-
// limitations under the License.
3613
package edu.iu.dsc.tws.api.comms.messaging;
3714

3815
public interface ChannelMessageReleaseCallback {

twister2/api/src/java/edu/iu/dsc/tws/api/comms/messaging/MessageDirection.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,6 @@
1010
// See the License for the specific language governing permissions and
1111
// limitations under the License.
1212

13-
// Licensed under the Apache License, Version 2.0 (the "License");
14-
// you may not use this file except in compliance with the License.
15-
// You may obtain a copy of the License at
16-
//
17-
// http://www.apache.org/licenses/LICENSE-2.0
18-
//
19-
// Unless required by applicable law or agreed to in writing, software
20-
// distributed under the License is distributed on an "AS IS" BASIS,
21-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22-
// See the License for the specific language governing permissions and
23-
// limitations under the License.
2413

2514
package edu.iu.dsc.tws.api.comms.messaging;
2615

twister2/api/src/java/edu/iu/dsc/tws/api/comms/messaging/MessageFlags.java

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,6 @@
1010
// See the License for the specific language governing permissions and
1111
// limitations under the License.
1212

13-
// Licensed under the Apache License, Version 2.0 (the "License");
14-
// you may not use this file except in compliance with the License.
15-
// You may obtain a copy of the License at
16-
//
17-
// http://www.apache.org/licenses/LICENSE-2.0
18-
//
19-
// Unless required by applicable law or agreed to in writing, software
20-
// distributed under the License is distributed on an "AS IS" BASIS,
21-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22-
// See the License for the specific language governing permissions and
23-
// limitations under the License.
24-
25-
// Licensed under the Apache License, Version 2.0 (the "License");
26-
// you may not use this file except in compliance with the License.
27-
// You may obtain a copy of the License at
28-
//
29-
// http://www.apache.org/licenses/LICENSE-2.0
30-
//
31-
// Unless required by applicable law or agreed to in writing, software
32-
// distributed under the License is distributed on an "AS IS" BASIS,
33-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34-
// See the License for the specific language governing permissions and
35-
// limitations under the License.
3613
package edu.iu.dsc.tws.api.comms.messaging;
3714

3815
public final class MessageFlags {

0 commit comments

Comments
 (0)