From 88972db75ca55a7d84a83efde9ce77ba87e15fc8 Mon Sep 17 00:00:00 2001 From: codistmonk Date: Sun, 27 Jun 2010 13:38:29 +0000 Subject: [PATCH] Updated comments. git-svn-id: https://aprog.svn.sourceforge.net/svnroot/aprog/trunk@28 7cbf5e2b-b55d-4b93-acdd-c0d7b961df51 --- .../sourceforge/aprog/i18n/Messages_en.properties | 22 ++++++++++++++++ .../sourceforge/aprog/i18n/Messages_fr.properties | 30 +++++++++++++++++++--- .../sourceforge/aprog/swing/SwingToolsTest.java | 3 ++- 3 files changed, 50 insertions(+), 5 deletions(-) rewrite Aprog/test/net/sourceforge/aprog/i18n/Messages_fr.properties (100%) diff --git a/Aprog/test/net/sourceforge/aprog/i18n/Messages_en.properties b/Aprog/test/net/sourceforge/aprog/i18n/Messages_en.properties index 483b739..d548f8d 100644 --- a/Aprog/test/net/sourceforge/aprog/i18n/Messages_en.properties +++ b/Aprog/test/net/sourceforge/aprog/i18n/Messages_en.properties @@ -1,3 +1,25 @@ +# The MIT License +# +# Copyright 2010 Codist Monk. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + public_key = Public key package_key = Package key life_universe_everything = Answer: {0} \ No newline at end of file diff --git a/Aprog/test/net/sourceforge/aprog/i18n/Messages_fr.properties b/Aprog/test/net/sourceforge/aprog/i18n/Messages_fr.properties dissimilarity index 100% index 66f380f..651aa32 100644 --- a/Aprog/test/net/sourceforge/aprog/i18n/Messages_fr.properties +++ b/Aprog/test/net/sourceforge/aprog/i18n/Messages_fr.properties @@ -1,4 +1,26 @@ -public_key = Clé publique -package_key = Clé package -life_universe_everything = Réponse : {0} -What\ is\ the\ question? = Quelle est la question ? \ No newline at end of file +# The MIT License +# +# Copyright 2010 Codist Monk. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +public_key = Cl\u00C3\u00A9 publique +package_key = Cl\u00C3\u00A9 package +life_universe_everything = R\u00C3\u00A9ponse : {0} +What\ is\ the\ question? = Quelle est la question ? \ No newline at end of file diff --git a/Aprog/test/net/sourceforge/aprog/swing/SwingToolsTest.java b/Aprog/test/net/sourceforge/aprog/swing/SwingToolsTest.java index 9c9e52e..2f24ff1 100644 --- a/Aprog/test/net/sourceforge/aprog/swing/SwingToolsTest.java +++ b/Aprog/test/net/sourceforge/aprog/swing/SwingToolsTest.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2010 greg. + * Copyright 2010 Codist Monk. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -38,6 +38,7 @@ import javax.swing.SwingUtilities; import net.sourceforge.aprog.tools.Tools; import org.junit.Test; + /** * Automated tests using JUnit 4 for {@link SwingTools}. * -- 2.11.4.GIT