Fix license. Linaro switched years ago to GPL.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
diff --git a/regulator.c b/regulator.c
index 0e1c2c6..dc29769 100644
--- a/regulator.c
+++ b/regulator.c
@@ -1,19 +1,25 @@
-/*******************************************************************************
- * Copyright (C) 2010, Linaro Limited.
+/*
+ * Powerdebug : power debugging tool
*
- * 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
+ * Author:
+ * Daniel Lezcano <daniel.lezcano@linaro.org>
*
- * Contributors:
- * Amit Arora <amit.arora@linaro.org> (IBM Corporation)
- * - initial API and implementation
- * Daniel Lezcano <daniel.lezcano@linaro.org> (IBM Corporation)
- * - rewrote code and API based on the tree
- *******************************************************************************/
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
#include "regulator.h"