mfc: The mfc decoder library is dual licensed too
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 24 Dec 2012 10:49:42 +0000 (11:49 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 31 Dec 2012 14:59:05 +0000 (15:59 +0100)
Apache License 2.0 and LGPL2+

sys/mfc/mfc_decoder/mfc_decoder.c
sys/mfc/mfc_decoder/mfc_decoder.h

index 245d729..682373e 100644 (file)
@@ -1,5 +1,11 @@
 /*
- * Copyright 2012 FXI Technologies
+ * Copyright (c) 2012 FXI Technologies
+ *
+ * This library is licensed under 2 different licenses and you
+ * can choose to use it under the terms of any one of them. The
+ * two licenses are the Apache License 2.0 and the LGPL.
+ *
+ * Apache License 2.0:
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ *
+ * LGPL:
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
+
 /*
  * Author: Haavard Kvaalen <havardk@fxitech.com>
  */
index 944e4e8..28425c6 100644 (file)
@@ -1,5 +1,11 @@
 /*
- * Copyright 2012 FXI Technologies
+ * Copyright (c) 2012 FXI Technologies
+ *
+ * This library is licensed under 2 different licenses and you
+ * can choose to use it under the terms of any one of them. The
+ * two licenses are the Apache License 2.0 and the LGPL.
+ *
+ * Apache License 2.0:
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ *
+ * LGPL:
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
 /*
  * Author: Haavard Kvaalen <havardk@fxitech.com>