summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-11-01 16:06:31 -0700
committerPatrick Venture <venture@google.com>2018-11-02 07:43:59 -0700
commite84b4ddb671d97cb4725ee2de18979c69e42b971 (patch)
treea49c3951e9104f92c6d60453f0621b7fc5badde8
parentf0d958dff595613dc628352bd8430029d91d54ab (diff)
downloadopenpower-proc-control-e84b4ddb671d97cb4725ee2de18979c69e42b971.tar.gz
openpower-proc-control-e84b4ddb671d97cb4725ee2de18979c69e42b971.zip
s/copyright char/(C)/g to make compiler happy
Compiler complaining about the copyright characters. Change-Id: I6730a50a668899a33e9dfcc4accb67ee207a3f08 Signed-off-by: Patrick Venture <venture@google.com>
-rw-r--r--cfam_access.cpp2
-rw-r--r--filedescriptor.cpp2
-rw-r--r--proc_control.cpp2
-rw-r--r--procedures/openfsi/scan.cpp3
-rw-r--r--procedures/p9/cleanup_pcie.cpp4
-rw-r--r--procedures/p9/collect_sbe_hb_data.cpp2
-rw-r--r--procedures/p9/set_sync_fsi_clock_mode.cpp2
-rw-r--r--procedures/p9/start_host.cpp2
-rw-r--r--procedures/p9/vcs_workaround.cpp2
-rw-r--r--registration.cpp2
-rw-r--r--targeting.cpp2
-rw-r--r--test/utest.cpp2
12 files changed, 13 insertions, 14 deletions
diff --git a/cfam_access.cpp b/cfam_access.cpp
index e764c86..78d95da 100644
--- a/cfam_access.cpp
+++ b/cfam_access.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright © 2017 IBM Corporation
+ * Copyright (C) 2017 IBM Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/filedescriptor.cpp b/filedescriptor.cpp
index 6a4b898..89f77e2 100644
--- a/filedescriptor.cpp
+++ b/filedescriptor.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright © 2017 IBM Corporation
+ * Copyright (C) 2017 IBM Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/proc_control.cpp b/proc_control.cpp
index 7de54df..5668c00 100644
--- a/proc_control.cpp
+++ b/proc_control.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright © 2017 IBM Corporation
+ * Copyright (C) 2017 IBM Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/procedures/openfsi/scan.cpp b/procedures/openfsi/scan.cpp
index 273d280..e616e7f 100644
--- a/procedures/openfsi/scan.cpp
+++ b/procedures/openfsi/scan.cpp
@@ -1,6 +1,5 @@
-
/**
- * Copyright © 2017 IBM Corporation
+ * Copyright (C) 2017 IBM Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/procedures/p9/cleanup_pcie.cpp b/procedures/p9/cleanup_pcie.cpp
index 6ec007a..bfeb472 100644
--- a/procedures/p9/cleanup_pcie.cpp
+++ b/procedures/p9/cleanup_pcie.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright © 2018 IBM Corporation
+ * Copyright (C) 2018 IBM Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -47,4 +47,4 @@ void cleanupPcie()
REGISTER_PROCEDURE("cleanupPcie", cleanupPcie);
}
-} \ No newline at end of file
+}
diff --git a/procedures/p9/collect_sbe_hb_data.cpp b/procedures/p9/collect_sbe_hb_data.cpp
index 3764520..436a379 100644
--- a/procedures/p9/collect_sbe_hb_data.cpp
+++ b/procedures/p9/collect_sbe_hb_data.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright © 2017 IBM Corporation
+ * Copyright (C) 2017 IBM Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/procedures/p9/set_sync_fsi_clock_mode.cpp b/procedures/p9/set_sync_fsi_clock_mode.cpp
index 1751a9d..b17aec5 100644
--- a/procedures/p9/set_sync_fsi_clock_mode.cpp
+++ b/procedures/p9/set_sync_fsi_clock_mode.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright © 2017 IBM Corporation
+ * Copyright (C) 2017 IBM Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/procedures/p9/start_host.cpp b/procedures/p9/start_host.cpp
index 541252e..07020df 100644
--- a/procedures/p9/start_host.cpp
+++ b/procedures/p9/start_host.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright © 2017 IBM Corporation
+ * Copyright (C) 2017 IBM Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/procedures/p9/vcs_workaround.cpp b/procedures/p9/vcs_workaround.cpp
index 1cb51b5..e418971 100644
--- a/procedures/p9/vcs_workaround.cpp
+++ b/procedures/p9/vcs_workaround.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright © 2017 IBM Corporation
+ * Copyright (C) 2017 IBM Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/registration.cpp b/registration.cpp
index f45f767..9442c11 100644
--- a/registration.cpp
+++ b/registration.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright © 2017 IBM Corporation
+ * Copyright (C) 2017 IBM Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/targeting.cpp b/targeting.cpp
index 205bf68..5d55ac9 100644
--- a/targeting.cpp
+++ b/targeting.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright © 2017 IBM Corporation
+ * Copyright (C) 2017 IBM Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/test/utest.cpp b/test/utest.cpp
index d085862..85ee6e4 100644
--- a/test/utest.cpp
+++ b/test/utest.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright © 2017 IBM Corporation
+ * Copyright (C) 2017 IBM Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
OpenPOWER on IntegriCloud