From d65e91dcdd5ef96c1a78101aa4553ed8a0a2d981 Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 22 Jul 2008 09:44:38 +0000 Subject: [PATCH] added .txt extension git-svn-id: trunk@15833 - --- .gitattributes | 14 ++++++++++---- COPYING.GPL => COPYING.GPL.txt | 0 COPYING.LGPL => COPYING.LGPL.txt | 0 COPYING => COPYING.txt | 0 components/dbexport/demo/{README => README.txt} | 0 .../synunihighlighter/{CHANGES => CHANGES.txt} | 0 .../synunihighlighter/{CREDITS => CREDITS.txt} | 0 docs/{FAQ => FAQ.txt} | 0 docs/{INSTALL => INSTALL.txt} | 0 docs/{TODO => TODO.txt} | 0 lcl/interfaces/gtk2/{TODOS => TODOS.txt} | 0 11 files changed, 10 insertions(+), 4 deletions(-) rename COPYING.GPL => COPYING.GPL.txt (100%) rename COPYING.LGPL => COPYING.LGPL.txt (100%) rename COPYING => COPYING.txt (100%) rename components/dbexport/demo/{README => README.txt} (100%) rename components/synunihighlighter/{CHANGES => CHANGES.txt} (100%) rename components/synunihighlighter/{CREDITS => CREDITS.txt} (100%) rename docs/{FAQ => FAQ.txt} (100%) rename docs/{INSTALL => INSTALL.txt} (100%) rename docs/{TODO => TODO.txt} (100%) rename lcl/interfaces/gtk2/{TODOS => TODOS.txt} (100%) diff --git a/.gitattributes b/.gitattributes index 2f1fc078e0..3b5f96ed48 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,8 @@ * text=auto !eol +/COPYING.GPL.txt svneol=native#text/plain +/COPYING.LGPL.txt svneol=native#text/plain /COPYING.modifiedLGPL -text svneol=unset#application/octet-stream +/COPYING.txt svneol=native#text/plain /README.txt svneol=native#text/plain components/README.txt svneol=native#text/plain components/cgi/Makefile svneol=native#text/plain @@ -238,7 +241,7 @@ components/datadict/testdatadict.lpr svneol=native#text/plain components/datadict/tfpcodegenerator.xpm svneol=native#text/plain components/dbexport/README.txt svneol=native#text/plain components/dbexport/dbexportimg.lrs svneol=native#text/plain -components/dbexport/demo/README svneol=native#text/plain +components/dbexport/demo/README.txt svneol=native#text/plain components/dbexport/demo/gendata.pp svneol=native#text/plain components/dbexport/demo/simple/firstnames.txt svneol=native#text/plain components/dbexport/demo/simple/frmmain.lfm svneol=native#text/plain @@ -1071,6 +1074,8 @@ components/synedit/synmacrorecorder.pas svneol=native#text/pascal components/synedit/synmemo.pas svneol=native#text/pascal components/synedit/synregexpr.pas svneol=native#text/pascal components/synedit/syntextdrawer.pp svneol=native#text/pascal +components/synunihighlighter/CHANGES.txt svneol=native#text/plain +components/synunihighlighter/CREDITS.txt svneol=native#text/plain components/synunihighlighter/README.txt svneol=native#text/plain components/synunihighlighter/languages/synunidesigner.de.po svneol=native#text/plain components/synunihighlighter/languages/synunidesigner.id.po svneol=native#text/plain @@ -1378,15 +1383,15 @@ docs/Contributors.txt svneol=native#text/plain docs/CrossCompile.txt svneol=native#text/plain docs/DesignGuidelines.txt svneol=native#text/plain docs/ExtendingTheIDE.txt svneol=native#text/plain -docs/FAQ svneol=native#text/plain +docs/FAQ.txt svneol=native#text/plain docs/ForDelphians.txt svneol=native#text/plain docs/IDEWindowHelpTree.xml svneol=native#text/plain -docs/INSTALL svneol=native#text/plain +docs/INSTALL.txt svneol=native#text/plain docs/LCLMessages.txt svneol=native#text/plain docs/LazarusIDEInternals.pdf -text svneol=unset#application/pdf docs/Packages.txt svneol=native#text/plain docs/RemoteDebugging.txt svneol=native#text/plain -docs/TODO svneol=native#text/plain +docs/TODO.txt svneol=native#text/plain docs/acknowledgements.txt svneol=native#text/plain docs/booth/ProdProgEntwMitOpenSourceSystems2007.odp -text docs/contributors.utf8 svneol=native#text/plain @@ -3267,6 +3272,7 @@ lcl/interfaces/gtk/tests/lclclipboardunit.lrs svneol=native#text/plain lcl/interfaces/gtk/tests/lclclipboardunit.pas svneol=native#text/plain lcl/interfaces/gtk/tnotebook_close_tab.xpm -text svneol=native#image/x-xpixmap lcl/interfaces/gtk2/README.txt svneol=native#text/plain +lcl/interfaces/gtk2/TODOS.txt svneol=native#text/plain lcl/interfaces/gtk2/gtk2callback.inc svneol=native#text/plan lcl/interfaces/gtk2/gtk2cellrenderer.pas svneol=native#text/plain lcl/interfaces/gtk2/gtk2def.pp svneol=native#text/pascal diff --git a/COPYING.GPL b/COPYING.GPL.txt similarity index 100% rename from COPYING.GPL rename to COPYING.GPL.txt diff --git a/COPYING.LGPL b/COPYING.LGPL.txt similarity index 100% rename from COPYING.LGPL rename to COPYING.LGPL.txt diff --git a/COPYING b/COPYING.txt similarity index 100% rename from COPYING rename to COPYING.txt diff --git a/components/dbexport/demo/README b/components/dbexport/demo/README.txt similarity index 100% rename from components/dbexport/demo/README rename to components/dbexport/demo/README.txt diff --git a/components/synunihighlighter/CHANGES b/components/synunihighlighter/CHANGES.txt similarity index 100% rename from components/synunihighlighter/CHANGES rename to components/synunihighlighter/CHANGES.txt diff --git a/components/synunihighlighter/CREDITS b/components/synunihighlighter/CREDITS.txt similarity index 100% rename from components/synunihighlighter/CREDITS rename to components/synunihighlighter/CREDITS.txt diff --git a/docs/FAQ b/docs/FAQ.txt similarity index 100% rename from docs/FAQ rename to docs/FAQ.txt diff --git a/docs/INSTALL b/docs/INSTALL.txt similarity index 100% rename from docs/INSTALL rename to docs/INSTALL.txt diff --git a/docs/TODO b/docs/TODO.txt similarity index 100% rename from docs/TODO rename to docs/TODO.txt diff --git a/lcl/interfaces/gtk2/TODOS b/lcl/interfaces/gtk2/TODOS.txt similarity index 100% rename from lcl/interfaces/gtk2/TODOS rename to lcl/interfaces/gtk2/TODOS.txt