summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2004-09-09 17:13:17 +0000
committerMark Wielaard <mark@klomp.org>2004-09-09 17:13:17 +0000
commit6157d08861c8b675abbb23e9a6f6d0ed8e2e0231 (patch)
tree5d0bd2c2514dddd97c3458e1f3deedd612731f56 /examples
parent56b6ab5f46caefc2ff817d81372f411110238463 (diff)
downloadclasspath-6157d08861c8b675abbb23e9a6f6d0ed8e2e0231.tar.gz
* LICENSE: Reindent. List examples and all external libraries
distributed together with GNU Classpath. * examples/README: Fix is/are as indicated by FSF legal.
Diffstat (limited to 'examples')
-rw-r--r--examples/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/README b/examples/README
index ca10ef4be..5452b8023 100644
--- a/examples/README
+++ b/examples/README
@@ -1,4 +1,5 @@
-These examples show how the GNU Classpath library can be used.
+This directory contains example programs that show how the GNU Classpath
+library can be used.
Each example has its own package under gnu.classpath.examples and has a
class Demo which contains a main() method to run that particular example.
@@ -36,7 +37,7 @@ and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2, or (at
your option) any later version.
-GNU Classpath examples is distributed in the hope that it will be
+GNU Classpath examples are distributed in the hope that they will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.