aboutsummaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorCédric Le Goater <clg@fr.ibm.com>2016-03-09 13:30:34 +0100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-03-31 14:17:25 +1100
commit47583954fa300ffb7361f69bcb3e3ed858390f0f (patch)
tree97ecd8201a3aac737b7c1ff9025c24482a53066e /external
parentb0485ac7ac704489660e891938ca9930936f2c5b (diff)
downloadskiboot-47583954fa300ffb7361f69bcb3e3ed858390f0f.zip
skiboot-47583954fa300ffb7361f69bcb3e3ed858390f0f.tar.gz
skiboot-47583954fa300ffb7361f69bcb3e3ed858390f0f.tar.bz2
external: add copyright to xscom files
Signed-off-by: Cédric Le Goater <clg@fr.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'external')
-rw-r--r--external/xscom-utils/getscom.c16
-rw-r--r--external/xscom-utils/putscom.c16
-rw-r--r--external/xscom-utils/xscom.c16
-rw-r--r--external/xscom-utils/xscom.h16
4 files changed, 64 insertions, 0 deletions
diff --git a/external/xscom-utils/getscom.c b/external/xscom-utils/getscom.c
index bda8d9b..45bdf2c 100644
--- a/external/xscom-utils/getscom.c
+++ b/external/xscom-utils/getscom.c
@@ -1,3 +1,19 @@
+/* Copyright 2014-2016 IBM Corp.
+ *
+ * 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
+ * imitations under the License.
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
diff --git a/external/xscom-utils/putscom.c b/external/xscom-utils/putscom.c
index 74ecb5d..8c397fc 100644
--- a/external/xscom-utils/putscom.c
+++ b/external/xscom-utils/putscom.c
@@ -1,3 +1,19 @@
+/* Copyright 2014-2016 IBM Corp.
+ *
+ * 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
+ * imitations under the License.
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
diff --git a/external/xscom-utils/xscom.c b/external/xscom-utils/xscom.c
index 43e8a89..3338542 100644
--- a/external/xscom-utils/xscom.c
+++ b/external/xscom-utils/xscom.c
@@ -1,3 +1,19 @@
+/* Copyright 2014-2016 IBM Corp.
+ *
+ * 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
+ * imitations under the License.
+ */
+
#define _LARGEFILE64_SOURCE
#include <sys/mman.h>
#include <string.h>
diff --git a/external/xscom-utils/xscom.h b/external/xscom-utils/xscom.h
index 755bef7..52ba119 100644
--- a/external/xscom-utils/xscom.h
+++ b/external/xscom-utils/xscom.h
@@ -1,3 +1,19 @@
+/* Copyright 2014-2016 IBM Corp.
+ *
+ * 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
+ * imitations under the License.
+ */
+
#ifndef __XSCOM_H
#define __XSCOM_H