mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-08 07:42:33 +01:00
m
Author:halw Date:2010-02-12T17:44:37.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@452 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[[Property:uuid|3abb5fc8-b5e5-2d25-fcac-72929abba0a7]]
|
||||
You can use EiffelStudio to include a license text in each of your classes automatically. The automatic class licensing facility is flexible so that you can use various strategies to retrieve the license text used.
|
||||
|
||||
When you save the text of a class file in EiffelStudio, the automatic licensing facility searches for an appropriate license text file ( <code lang="text">.lic</code> ) to use. If such a file is found, then EiffelStudio includes the contents of that file as an ending <code>note</code> part in your class. Here's the text of a class that includes an Eiffel Software license:
|
||||
When you save the text of a class file in EiffelStudio, the automatic licensing facility searches for an appropriate license text file (file type <code lang="text">.lic</code>) to use. If such a file is found, then EiffelStudio includes the contents of that file as an ending <code>note</code> part in your class. Here's the text of a class that includes an Eiffel Software license:
|
||||
|
||||
<code>
|
||||
class
|
||||
@@ -66,7 +66,7 @@ Notice that a variable is used for the <code>note</code> keyword (to support the
|
||||
|
||||
==Location of license text files==
|
||||
|
||||
Where you keep your license text files depends upon the method you use to have EiffelStudio retrieve the license text from the files. Generally, license text is retrieved from files in one of three places:
|
||||
Where you keep your license text files depends upon which method you use to have EiffelStudio retrieve the license text from the files. Generally, license text is retrieved from files in one of three places:
|
||||
|
||||
:# Your project directory (the directory that contains your project configuration file, the "<code lang="text">.ecf</code>" file).
|
||||
:# The '''Eiffel Software license template directory''': <code lang="text">$ISE_EIFFEL/studio/templates/licenses</code>
|
||||
|
||||
Reference in New Issue
Block a user