summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormananth <mananth>2003-08-29 08:32:46 +0000
committermananth <mananth>2003-08-29 08:32:46 +0000
commitf6dbeb5ff2083b9ad5b5085784a96df1b8143b91 (patch)
treebd44dffb51660838a47ecee5c8e7237332460cea
parent24e5e1e5b39afbee41154cb4bc7b207a6c98aaeb (diff)
downloadsysfsutils_0_1_1.tar.gz
Correct IBM Copyright informationsysfsutils_0_1_1
-rw-r--r--ChangeLog3
-rw-r--r--Makefile2
-rw-r--r--cmd/lsbus.c2
-rw-r--r--cmd/systool.c2
-rw-r--r--include/libsysfs.h2
-rw-r--r--lib/Makefile2
-rw-r--r--lib/sysfs.h2
-rw-r--r--lib/sysfs_bus.c2
-rw-r--r--lib/sysfs_class.c2
-rw-r--r--lib/sysfs_device.c2
-rw-r--r--lib/sysfs_dir.c2
-rw-r--r--lib/sysfs_driver.c2
-rw-r--r--lib/sysfs_utils.c2
13 files changed, 15 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index b3064ca..5510599 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
+08/29/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
+ * Modified IBM Copyright information
+
07/24/2003 - Daniel Stekloff <dsteklof@us.ibm.com>
* Changed sysutils name to sysfsutils
diff --git a/Makefile b/Makefile
index ab758cf..395ee90 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# sysutils Makefile
#
-# Copyright (c) International Business Machines Corp., 2003
+# Copyright (C) IBM Corp. 2003
#
all:
diff --git a/cmd/lsbus.c b/cmd/lsbus.c
index bd4676f..c709e31 100644
--- a/cmd/lsbus.c
+++ b/cmd/lsbus.c
@@ -3,7 +3,7 @@
*
* Utility to list bus devices
*
- * Copyright (C) 2003 International Business Machines, Inc.
+ * Copyright (C) IBM Corp. 2003
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/cmd/systool.c b/cmd/systool.c
index 60c8d67..6b9f41d 100644
--- a/cmd/systool.c
+++ b/cmd/systool.c
@@ -3,7 +3,7 @@
*
* Sysfs utility to list buses, classes, and devices
*
- * Copyright (C) 2003 International Business Machines, Inc.
+ * Copyright (C) IBM Corp. 2003
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/include/libsysfs.h b/include/libsysfs.h
index 06c5f3a..93fd1a9 100644
--- a/include/libsysfs.h
+++ b/include/libsysfs.h
@@ -3,7 +3,7 @@
*
* Header Definitions for libsysfs
*
- * Copyright (C) 2003 International Business Machines, Inc.
+ * Copyright (C) IBM Corp. 2003
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/lib/Makefile b/lib/Makefile
index cf07a84..7ee0317 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,5 +1,5 @@
# Makefile for libsysfs.a
-# Copyright (c) International Business Machines Corp., 2003
+# Copyright (C) IBM Corp. 2003
CC=gcc
diff --git a/lib/sysfs.h b/lib/sysfs.h
index eb2a002..0059995 100644
--- a/lib/sysfs.h
+++ b/lib/sysfs.h
@@ -3,7 +3,7 @@
*
* Internal Header Definitions for libsysfs
*
- * Copyright (C) 2003 International Business Machines, Inc.
+ * Copyright (C) IBM Corp. 2003
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/lib/sysfs_bus.c b/lib/sysfs_bus.c
index c7b6036..b3fdbb8 100644
--- a/lib/sysfs_bus.c
+++ b/lib/sysfs_bus.c
@@ -3,7 +3,7 @@
*
* Generic bus utility functions for libsysfs
*
- * Copyright (C) 2003 International Business Machines, Inc.
+ * Copyright (C) IBM Corp. 2003
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/lib/sysfs_class.c b/lib/sysfs_class.c
index dee8514..129e8b1 100644
--- a/lib/sysfs_class.c
+++ b/lib/sysfs_class.c
@@ -3,7 +3,7 @@
*
* Generic class utility functions for libsysfs
*
- * Copyright (C) 2003 International Business Machines, Inc.
+ * Copyright (C) IBM Corp. 2003
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/lib/sysfs_device.c b/lib/sysfs_device.c
index 185b5cf..6db6d83 100644
--- a/lib/sysfs_device.c
+++ b/lib/sysfs_device.c
@@ -3,7 +3,7 @@
*
* Generic device utility functions for libsysfs
*
- * Copyright (C) 2003 International Business Machines, Inc.
+ * Copyright (C) IBM Corp. 2003
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/lib/sysfs_dir.c b/lib/sysfs_dir.c
index e6ad906..3919a17 100644
--- a/lib/sysfs_dir.c
+++ b/lib/sysfs_dir.c
@@ -3,7 +3,7 @@
*
* Directory utility functions for libsysfs
*
- * Copyright (C) 2003 International Business Machines, Inc.
+ * Copyright (C) IBM Corp. 2003
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/lib/sysfs_driver.c b/lib/sysfs_driver.c
index 6813c85..1a87ef9 100644
--- a/lib/sysfs_driver.c
+++ b/lib/sysfs_driver.c
@@ -3,7 +3,7 @@
*
* Driver utility functions for libsysfs
*
- * Copyright (C) 2003 International Business Machines, Inc.
+ * Copyright (C) IBM Corp. 2003
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/lib/sysfs_utils.c b/lib/sysfs_utils.c
index a2410ab..a57d854 100644
--- a/lib/sysfs_utils.c
+++ b/lib/sysfs_utils.c
@@ -3,7 +3,7 @@
*
* System utility functions for libsysfs
*
- * Copyright (C) 2003 International Business Machines, Inc.
+ * Copyright (C) IBM Corp. 2003
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public