From 3f04a14d7c0b92bd67e67e2902c8153771418e60 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sat, 14 Nov 2009 23:26:07 -0500 Subject: [PATCH] there's no reason why we should follow the FSF's stupid recommendation for the naming of these files, right? This could give the wrong impression that Eigen is only GPL-licensed. --- COPYING => COPYING.GPL | 0 COPYING.LESSER => COPYING.LGPL | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename COPYING => COPYING.GPL (100%) rename COPYING.LESSER => COPYING.LGPL (100%) diff --git a/COPYING b/COPYING.GPL similarity index 100% rename from COPYING rename to COPYING.GPL diff --git a/COPYING.LESSER b/COPYING.LGPL similarity index 100% rename from COPYING.LESSER rename to COPYING.LGPL