From 543a0622b03083fa424d55938ee987759fa002c4 Mon Sep 17 00:00:00 2001 From: nagai Date: Fri, 16 Jul 2004 13:58:43 +0000 Subject: * rename files to avoid application (cvs and so on) troubles git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/sample/tkextlib/tkHTML/COPYRIGHT.orig | 12 ------------ ext/tk/sample/tkextlib/tkHTML/Orig_COPYRIGHT.txt | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 ext/tk/sample/tkextlib/tkHTML/COPYRIGHT.orig create mode 100644 ext/tk/sample/tkextlib/tkHTML/Orig_COPYRIGHT.txt (limited to 'ext/tk/sample/tkextlib/tkHTML') diff --git a/ext/tk/sample/tkextlib/tkHTML/COPYRIGHT.orig b/ext/tk/sample/tkextlib/tkHTML/COPYRIGHT.orig deleted file mode 100644 index 2b3757bb2..000000000 --- a/ext/tk/sample/tkextlib/tkHTML/COPYRIGHT.orig +++ /dev/null @@ -1,12 +0,0 @@ - -The following text is the original 'COPYRIGHT' file of tkHTML. - ------------------------------------------------------------------------ -Most of the source code for the Tk Html widget has been place in the -public domain. You can do with it whatever you want. However, some -files have been copied from other sources and contain copyrights. -A copyright notice appears separately at the top of each source file. ------------------------------------------------------------------------ - -In this sample, HTML documents are quoted in the 'tests' directory of -tkHTML source tree. There were no copyright notice in the directory. diff --git a/ext/tk/sample/tkextlib/tkHTML/Orig_COPYRIGHT.txt b/ext/tk/sample/tkextlib/tkHTML/Orig_COPYRIGHT.txt new file mode 100644 index 000000000..2b3757bb2 --- /dev/null +++ b/ext/tk/sample/tkextlib/tkHTML/Orig_COPYRIGHT.txt @@ -0,0 +1,12 @@ + +The following text is the original 'COPYRIGHT' file of tkHTML. + +----------------------------------------------------------------------- +Most of the source code for the Tk Html widget has been place in the +public domain. You can do with it whatever you want. However, some +files have been copied from other sources and contain copyrights. +A copyright notice appears separately at the top of each source file. +----------------------------------------------------------------------- + +In this sample, HTML documents are quoted in the 'tests' directory of +tkHTML source tree. There were no copyright notice in the directory. -- cgit