Blame e3b5576d2cab0b44ec146f5da706b762bcb538b4.patch

3ebf129
From 5260f007a94ecc965b12c5479c30e3f1663ca21b Mon Sep 17 00:00:00 2001
3ebf129
From: Louis Gesbert <louis.gesbert@ocamlpro.com>
3ebf129
Date: Thu, 30 Nov 2017 10:25:36 +0100
3ebf129
Subject: [PATCH] Fix license headers for opamVersionCompare
3ebf129
3ebf129
With agreement from the author, Ralf Treinen
3ebf129
---
3ebf129
 src/core/opamVersionCompare.ml  | 9 +++------
3ebf129
 src/core/opamVersionCompare.mli | 9 +++------
3ebf129
 2 files changed, 6 insertions(+), 12 deletions(-)
3ebf129
3ebf129
diff --git a/src/core/opamVersionCompare.ml b/src/core/opamVersionCompare.ml
3ebf129
index d539ad0ff..016e179bc 100644
3ebf129
--- a/src/core/opamVersionCompare.ml
3ebf129
+++ b/src/core/opamVersionCompare.ml
3ebf129
@@ -3,12 +3,9 @@
3ebf129
 (*                                                                            *)
3ebf129
 (*  Copyright (C) 2011 Ralf Treinen <ralf.treinen@pps.jussieu.fr>             *)
3ebf129
 (*                                                                            *)
3ebf129
-(*  This library is free software: you can redistribute it and/or modify      *)
3ebf129
-(*  it under the terms of the GNU Lesser General Public License as            *)
3ebf129
-(*  published by the Free Software Foundation, either version 3 of the        *)
3ebf129
-(*  License, or (at your option) any later version.  A special linking        *)
3ebf129
-(*  exception to the GNU Lesser General Public License applies to this        *)
3ebf129
-(*  library, see the COPYING file for more information.                       *)
3ebf129
+(*  All rights reserved. This file is distributed under the terms of the      *)
3ebf129
+(*  GNU Lesser General Public License version 2.1, with the special           *)
3ebf129
+(*  exception on linking described in the file LICENSE.                       *)
3ebf129
 (*                                                                            *)
3ebf129
 (*  Work developed with the support of the Mancoosi Project                   *)
3ebf129
 (*  http://www.mancoosi.org                                                   *)
3ebf129
diff --git a/src/core/opamVersionCompare.mli b/src/core/opamVersionCompare.mli
3ebf129
index 1aa72f04d..11339f299 100644
3ebf129
--- a/src/core/opamVersionCompare.mli
3ebf129
+++ b/src/core/opamVersionCompare.mli
3ebf129
@@ -3,12 +3,9 @@
3ebf129
 (*                                                                            *)
3ebf129
 (*  Copyright (C) 2009-2011 Pietro Abate <pietro.abate@pps.jussieu.fr>        *)
3ebf129
 (*                                                                            *)
3ebf129
-(*  This library is free software: you can redistribute it and/or modify      *)
3ebf129
-(*  it under the terms of the GNU Lesser General Public License as            *)
3ebf129
-(*  published by the Free Software Foundation, either version 3 of the        *)
3ebf129
-(*  License, or (at your option) any later version.  A special linking        *)
3ebf129
-(*  exception to the GNU Lesser General Public License applies to this        *)
3ebf129
-(*  library, see the COPYING file for more information.                       *)
3ebf129
+(*  All rights reserved. This file is distributed under the terms of the      *)
3ebf129
+(*  GNU Lesser General Public License version 2.1, with the special           *)
3ebf129
+(*  exception on linking described in the file LICENSE.                       *)
3ebf129
 (*                                                                            *)
3ebf129
 (*  Work developed with the support of the Mancoosi Project                   *)
3ebf129
 (*  http://www.mancoosi.org                                                   *)