[ogre] COPYING now has an MIT license so use a name that makes sense for it.

Bruno Wolff III bruno at fedoraproject.org
Wed Jan 5 06:23:42 UTC 2011


commit 7199bf15b3de1649b159e6fcf1b43c73e80ec607
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Tue Jan 4 23:29:45 2011 -0600

    COPYING now has an MIT license so use a name that makes sense for it.

 ogre.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ogre.spec b/ogre.spec
index c961417..08f0dc7 100644
--- a/ogre.spec
+++ b/ogre.spec
@@ -110,9 +110,9 @@ for i in api/OgreParticleEmitter_8h_source.html \
   touch -r $i api/tmp
   mv api/tmp $i
 done
-# Add lgpl.txt symlink for links in License.html
+# Add mit.txt symlink for links in License.html
 rm -r Docs/licenses/*
-ln -s ../COPYING Docs/licenses/lgpl.txt
+ln -s ../COPYING Docs/licenses/mit.txt
 # remove included tinyxml headers to ensure use of system headers
 rm Tools/XMLConverter/include/tiny*
 


More information about the scm-commits mailing list