aboutsummaryrefslogtreecommitdiff
path: root/clocks.h
diff options
context:
space:
mode:
Diffstat (limited to 'clocks.h')
-rw-r--r--clocks.h28
1 files changed, 17 insertions, 11 deletions
diff --git a/clocks.h b/clocks.h
index aa94b3b..b205a28 100644
--- a/clocks.h
+++ b/clocks.h
@@ -1,17 +1,23 @@
-/*******************************************************************************
- * Copyright (C) 2010, Linaro Limited.
+/*
+ * Power debug tool (powerdebug)
*
- * This file is part of PowerDebug.
+ * Copyright (C) 2016, Linaro Limited.
*
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * 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; either version 2
+ * of the License, or (at your option) any later version.
*
- * Contributors:
- * Amit Arora <amit.arora@linaro.org> (IBM Corporation)
- * - initial API and implementation
- *******************************************************************************/
+ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ */
extern int clock_init(void);
extern int clock_dump(char *clk);