public
Fork of mbailey/deprec
Description: master respository for deprec - deployment recipes for capistrano
Homepage: http://www.deprec.org/
Clone URL: git://github.com/paulreimer/deprec.git
updated

git-svn-id: svn://scm.deprecated.org/deprec/trunk@327 
479ab18a-db23-0410-b897-fa3724b950b0
mbailey (author)
Tue Feb 05 19:48:29 -0800 2008
commit  0509b777af2fa3abb267f82e4adaf34ea309472a
tree    52889cc114232df61112189a142dda61e4d78c0d
parent  e0d0cf692c3cc581d8b2c889220795a81451aabb
...
1
2
3
4
5
 
 
6
7
8
...
15
16
17
18
 
19
20
21
...
55
56
57
58
 
59
60
61
...
110
111
112
113
 
114
115
116
...
168
169
170
171
 
172
173
174
...
225
226
227
228
 
229
230
231
...
278
279
280
281
 
282
283
284
...
303
304
305
306
307
308
309
 
 
 
310
311
312
...
336
337
338
339
 
340
...
1
2
3
 
 
4
5
6
7
8
...
15
16
17
 
18
19
20
21
...
55
56
57
 
58
59
60
61
...
110
111
112
 
113
114
115
116
...
168
169
170
 
171
172
173
174
...
225
226
227
 
228
229
230
231
...
278
279
280
 
281
282
283
284
...
303
304
305
 
 
 
 
306
307
308
309
310
311
...
335
336
337
 
338
339
0
@@ -1,8 +1,8 @@
0
      GNU GENERAL PUBLIC LICENSE
0
      Version 2, June 1991
0
 
0
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
0
- 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
0
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
0
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
0
  Everyone is permitted to copy and distribute verbatim copies
0
  of this license document, but changing it is not allowed.
0
 
0
@@ -15,7 +15,7 @@ software--to make sure the software is free for all its users. This
0
 General Public License applies to most of the Free Software
0
 Foundation's software and to any other program whose authors commit to
0
 using it. (Some other Free Software Foundation software is covered by
0
-the GNU Library General Public License instead.) You can apply it to
0
+the GNU Lesser General Public License instead.) You can apply it to
0
 your programs, too.
0
 
0
   When we speak of free software, we are referring to freedom, not
0
@@ -55,7 +55,7 @@ patent must be licensed for everyone's free use or not licensed at all.
0
 
0
   The precise terms and conditions for copying, distribution and
0
 modification follow.
0
-
0
+
0
      GNU GENERAL PUBLIC LICENSE
0
    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0
 
0
@@ -110,7 +110,7 @@ above, provided that you also meet all of these conditions:
0
     License. (Exception: if the Program itself is interactive but
0
     does not normally print such an announcement, your work based on
0
     the Program is not required to print an announcement.)
0
-
0
+
0
 These requirements apply to the modified work as a whole. If
0
 identifiable sections of that work are not derived from the Program,
0
 and can be reasonably considered independent and separate works in
0
@@ -168,7 +168,7 @@ access to copy from a designated place, then offering equivalent
0
 access to copy the source code from the same place counts as
0
 distribution of the source code, even though third parties are not
0
 compelled to copy the source along with the object code.
0
-
0
+
0
   4. You may not copy, modify, sublicense, or distribute the Program
0
 except as expressly provided under this License. Any attempt
0
 otherwise to copy, modify, sublicense or distribute the Program is
0
@@ -225,7 +225,7 @@ impose that choice.
0
 
0
 This section is intended to make thoroughly clear what is believed to
0
 be a consequence of the rest of this License.
0
-
0
+
0
   8. If the distribution and/or use of the Program is restricted in
0
 certain countries either by patents or by copyrighted interfaces, the
0
 original copyright holder who places the Program under this License
0
@@ -278,7 +278,7 @@ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
0
 POSSIBILITY OF SUCH DAMAGES.
0
 
0
      END OF TERMS AND CONDITIONS
0
-
0
+
0
    How to Apply These Terms to Your New Programs
0
 
0
   If you develop a new program, and you want it to be of the greatest
0
@@ -303,10 +303,9 @@ the "copyright" line and a pointer to where the full notice is found.
0
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
0
     GNU General Public License for more details.
0
 
0
- You should have received a copy of the GNU General Public License
0
- along with this program; if not, write to the Free Software
0
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
0
-
0
+ You should have received a copy of the GNU General Public License along
0
+ with this program; if not, write to the Free Software Foundation, Inc.,
0
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
0
 
0
 Also add information on how to contact you by electronic and paper mail.
0
 
0
@@ -336,5 +335,5 @@ necessary. Here is a sample; alter the names:
0
 This General Public License does not permit incorporating your program into
0
 proprietary programs. If your program is a subroutine library, you may
0
 consider it more useful to permit linking proprietary applications with the
0
-library. If this is what you want to do, use the GNU Library General
0
+library. If this is what you want to do, use the GNU Lesser General
0
 Public License instead of this License.

Comments

    No one has commented yet.