aboutsummaryrefslogtreecommitdiff
path: root/topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'topology.c')
-rw-r--r--topology.c29
1 files changed, 20 insertions, 9 deletions
diff --git a/topology.c b/topology.c
index 6f5699d..052ddb9 100644
--- a/topology.c
+++ b/topology.c
@@ -1,16 +1,27 @@
-/*****************************************************************************
- * Copyright (C) 2013, Linaro Limited.
- *
- * This file is part of cpu_topology.
+/*
+ * topology.c
*
- * All rights reserved.
+ * Copyright (C) 2014 Zoran Markovic <zoran.markovic@linaro.org>
*
- * Contributors:
+ * Contributors:
* Shaojie Sun <shaojie.sun@linaro.org> (Hislicon technologies)
- * - initial API and implementation
*
- *****************************************************************************/
-
+ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ * 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 Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+ *
+ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ */
#define _GNU_SOURCE
#include <stdio.h>