Skip to content

Commit c817b82

Browse files
committed
Fix a bunch of http:// -> https:// instances
This is nowhere near all of the http:// instances in the tree, but these caught my eye, and are obviously https:// these days. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent d430232 commit c817b82

31 files changed

+56
-35
lines changed

examples/Hello.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
you may not use this file except in compliance with the License.
44
You may obtain a copy of the License at
55
6-
http://www.apache.org/licenses/LICENSE-2.0
6+
https://www.apache.org/licenses/LICENSE-2.0
77
88
Unless required by applicable law or agreed to in writing, software
99
distributed under the License is distributed on an "AS IS" BASIS,

ompi/mpi/java/java/CartComm.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* All rights reserved.
1212
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights
1313
* reserved.
14+
* Copyright (c) 2022 Cisco Systems, Inc. All rights reserved
1415
* $COPYRIGHT$
1516
*
1617
* Additional copyrights may follow
@@ -27,7 +28,7 @@
2728
* you may not use this file except in compliance with the License.
2829
* You may obtain a copy of the License at
2930
*
30-
* http://www.apache.org/licenses/LICENSE-2.0
31+
* https://www.apache.org/licenses/LICENSE-2.0
3132
*
3233
* Unless required by applicable law or agreed to in writing, software
3334
* distributed under the License is distributed on an "AS IS" BASIS,

ompi/mpi/java/java/CartParms.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* All rights reserved.
1212
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights
1313
* reserved.
14+
* Copyright (c) 2022 Cisco Systems, Inc. All rights reserved
1415
* $COPYRIGHT$
1516
*
1617
* Additional copyrights may follow
@@ -27,7 +28,7 @@
2728
* you may not use this file except in compliance with the License.
2829
* You may obtain a copy of the License at
2930
*
30-
* http://www.apache.org/licenses/LICENSE-2.0
31+
* https://www.apache.org/licenses/LICENSE-2.0
3132
*
3233
* Unless required by applicable law or agreed to in writing, software
3334
* distributed under the License is distributed on an "AS IS" BASIS,

ompi/mpi/java/java/Comm.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights
1515
* reserved.
1616
* Copyright (c) 2017-2019 FUJITSU LIMITED. All rights reserved.
17+
* Copyright (c) 2022 Cisco Systems, Inc. All rights reserved
1718
* $COPYRIGHT$
1819
*
1920
* Additional copyrights may follow
@@ -30,7 +31,7 @@
3031
* you may not use this file except in compliance with the License.
3132
* You may obtain a copy of the License at
3233
*
33-
* http://www.apache.org/licenses/LICENSE-2.0
34+
* https://www.apache.org/licenses/LICENSE-2.0
3435
*
3536
* Unless required by applicable law or agreed to in writing, software
3637
* distributed under the License is distributed on an "AS IS" BASIS,

ompi/mpi/java/java/Count.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights
33
* reserved.
4+
* Copyright (c) 2022 Cisco Systems, Inc. All rights reserved
45
* $COPYRIGHT$
56
*
67
* Additional copyrights may follow
@@ -17,7 +18,7 @@
1718
* you may not use this file except in compliance with the License.
1819
* You may obtain a copy of the License at
1920
*
20-
* http://www.apache.org/licenses/LICENSE-2.0
21+
* https://www.apache.org/licenses/LICENSE-2.0
2122
*
2223
* Unless required by applicable law or agreed to in writing, software
2324
* distributed under the License is distributed on an "AS IS" BASIS,

ompi/mpi/java/java/Datatype.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights
1313
* reserved.
1414
* Copyright (c) 2018 FUJITSU LIMITED. All rights reserved.
15+
* Copyright (c) 2022 Cisco Systems, Inc. All rights reserved
1516
* $COPYRIGHT$
1617
*
1718
* Additional copyrights may follow
@@ -28,7 +29,7 @@
2829
* you may not use this file except in compliance with the License.
2930
* You may obtain a copy of the License at
3031
*
31-
* http://www.apache.org/licenses/LICENSE-2.0
32+
* https://www.apache.org/licenses/LICENSE-2.0
3233
*
3334
* Unless required by applicable law or agreed to in writing, software
3435
* distributed under the License is distributed on an "AS IS" BASIS,

ompi/mpi/java/java/Errhandler.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* All rights reserved.
1212
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights
1313
* reserved.
14+
* Copyright (c) 2022 Cisco Systems, Inc. All rights reserved
1415
* $COPYRIGHT$
1516
*
1617
* Additional copyrights may follow
@@ -27,7 +28,7 @@
2728
* you may not use this file except in compliance with the License.
2829
* You may obtain a copy of the License at
2930
*
30-
* http://www.apache.org/licenses/LICENSE-2.0
31+
* https://www.apache.org/licenses/LICENSE-2.0
3132
*
3233
* Unless required by applicable law or agreed to in writing, software
3334
* distributed under the License is distributed on an "AS IS" BASIS,

ompi/mpi/java/java/Freeable.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* All rights reserved.
1212
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights
1313
* reserved.
14+
* Copyright (c) 2022 Cisco Systems, Inc. All rights reserved
1415
* $COPYRIGHT$
1516
*
1617
* Additional copyrights may follow
@@ -27,7 +28,7 @@
2728
* you may not use this file except in compliance with the License.
2829
* You may obtain a copy of the License at
2930
*
30-
* http://www.apache.org/licenses/LICENSE-2.0
31+
* https://www.apache.org/licenses/LICENSE-2.0
3132
*
3233
* Unless required by applicable law or agreed to in writing, software
3334
* distributed under the License is distributed on an "AS IS" BASIS,

ompi/mpi/java/java/GraphComm.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights
1313
* reserved.
1414
* Copyright (c) 2018 FUJITSU LIMITED. All rights reserved.
15+
* Copyright (c) 2022 Cisco Systems, Inc. All rights reserved
1516
* $COPYRIGHT$
1617
*
1718
* Additional copyrights may follow
@@ -28,7 +29,7 @@
2829
* you may not use this file except in compliance with the License.
2930
* You may obtain a copy of the License at
3031
*
31-
* http://www.apache.org/licenses/LICENSE-2.0
32+
* https://www.apache.org/licenses/LICENSE-2.0
3233
*
3334
* Unless required by applicable law or agreed to in writing, software
3435
* distributed under the License is distributed on an "AS IS" BASIS,

ompi/mpi/java/java/GraphParms.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* All rights reserved.
1212
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights
1313
* reserved.
14+
* Copyright (c) 2022 Cisco Systems, Inc. All rights reserved
1415
* $COPYRIGHT$
1516
*
1617
* Additional copyrights may follow
@@ -27,7 +28,7 @@
2728
* you may not use this file except in compliance with the License.
2829
* You may obtain a copy of the License at
2930
*
30-
* http://www.apache.org/licenses/LICENSE-2.0
31+
* https://www.apache.org/licenses/LICENSE-2.0
3132
*
3233
* Unless required by applicable law or agreed to in writing, software
3334
* distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)