hen 0.3.5 → 0.3.6
Sign up to get free protection for your applications and to get access to all the features.
- data/COPYING +68 -81
- data/README +9 -9
- data/bin/hen +7 -7
- data/example/project/COPYING +68 -81
- data/example/project/README +12 -11
- data/lib/hen.rb +7 -7
- data/lib/hen/cli.rb +7 -7
- data/lib/hen/dsl.rb +7 -7
- data/lib/hen/version.rb +1 -1
- metadata +7 -7
data/COPYING
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
= License for hen
|
2
|
-
|
3
|
-
GNU GENERAL PUBLIC LICENSE
|
4
|
-
Version 3,
|
2
|
+
|
3
|
+
GNU AFFERO GENERAL PUBLIC LICENSE
|
4
|
+
Version 3, 19 November 2007
|
5
5
|
|
6
6
|
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
7
7
|
Everyone is permitted to copy and distribute verbatim copies
|
@@ -9,17 +9,15 @@
|
|
9
9
|
|
10
10
|
Preamble
|
11
11
|
|
12
|
-
The GNU General Public License is a free, copyleft license for
|
13
|
-
software and other kinds of works
|
12
|
+
The GNU Affero General Public License is a free, copyleft license for
|
13
|
+
software and other kinds of works, specifically designed to ensure
|
14
|
+
cooperation with the community in the case of network server software.
|
14
15
|
|
15
16
|
The licenses for most software and other practical works are designed
|
16
17
|
to take away your freedom to share and change the works. By contrast,
|
17
|
-
|
18
|
+
our General Public Licenses are intended to guarantee your freedom to
|
18
19
|
share and change all versions of a program--to make sure it remains free
|
19
|
-
software for all its users.
|
20
|
-
GNU General Public License for most of our software; it applies also to
|
21
|
-
any other work released this way by its authors. You can apply it to
|
22
|
-
your programs, too.
|
20
|
+
software for all its users.
|
23
21
|
|
24
22
|
When we speak of free software, we are referring to freedom, not
|
25
23
|
price. Our General Public Licenses are designed to make sure that you
|
@@ -28,44 +26,34 @@
|
|
28
26
|
want it, that you can change the software or use pieces of it in new
|
29
27
|
free programs, and that you know you can do these things.
|
30
28
|
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
that
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
products. If such problems arise substantially in other domains, we
|
60
|
-
stand ready to extend this provision to those domains in future versions
|
61
|
-
of the GPL, as needed to protect the freedom of users.
|
62
|
-
|
63
|
-
Finally, every program is threatened constantly by software patents.
|
64
|
-
States should not allow patents to restrict development and use of
|
65
|
-
software on general-purpose computers, but in those that do, we wish to
|
66
|
-
avoid the special danger that patents applied to a free program could
|
67
|
-
make it effectively proprietary. To prevent this, the GPL assures that
|
68
|
-
patents cannot be used to render the program non-free.
|
29
|
+
Developers that use our General Public Licenses protect your rights
|
30
|
+
with two steps: (1) assert copyright on the software, and (2) offer
|
31
|
+
you this License which gives you legal permission to copy, distribute
|
32
|
+
and/or modify the software.
|
33
|
+
|
34
|
+
A secondary benefit of defending all users' freedom is that
|
35
|
+
improvements made in alternate versions of the program, if they
|
36
|
+
receive widespread use, become available for other developers to
|
37
|
+
incorporate. Many developers of free software are heartened and
|
38
|
+
encouraged by the resulting cooperation. However, in the case of
|
39
|
+
software used on network servers, this result may fail to come about.
|
40
|
+
The GNU General Public License permits making a modified version and
|
41
|
+
letting the public access it on a server without ever releasing its
|
42
|
+
source code to the public.
|
43
|
+
|
44
|
+
The GNU Affero General Public License is designed specifically to
|
45
|
+
ensure that, in such cases, the modified source code becomes available
|
46
|
+
to the community. It requires the operator of a network server to
|
47
|
+
provide the source code of the modified version running there to the
|
48
|
+
users of that server. Therefore, public use of a modified version, on
|
49
|
+
a publicly accessible server, gives the public access to the source
|
50
|
+
code of the modified version.
|
51
|
+
|
52
|
+
An older license, called the Affero General Public License and
|
53
|
+
published by Affero, was designed to accomplish similar goals. This is
|
54
|
+
a different license, not a version of the Affero GPL, but Affero has
|
55
|
+
released a new version of the Affero GPL which permits relicensing under
|
56
|
+
this license.
|
69
57
|
|
70
58
|
The precise terms and conditions for copying, distribution and
|
71
59
|
modification follow.
|
@@ -74,7 +62,7 @@
|
|
74
62
|
|
75
63
|
0. Definitions.
|
76
64
|
|
77
|
-
"This License" refers to version 3 of the GNU General Public License.
|
65
|
+
"This License" refers to version 3 of the GNU Affero General Public License.
|
78
66
|
|
79
67
|
"Copyright" also means copyright-like laws that apply to other kinds of
|
80
68
|
works, such as semiconductor masks.
|
@@ -551,35 +539,45 @@
|
|
551
539
|
the Program, the only way you could satisfy both those terms and this
|
552
540
|
License would be to refrain entirely from conveying the Program.
|
553
541
|
|
554
|
-
13. Use with the GNU
|
542
|
+
13. Remote Network Interaction; Use with the GNU General Public License.
|
543
|
+
|
544
|
+
Notwithstanding any other provision of this License, if you modify the
|
545
|
+
Program, your modified version must prominently offer all users
|
546
|
+
interacting with it remotely through a computer network (if your version
|
547
|
+
supports such interaction) an opportunity to receive the Corresponding
|
548
|
+
Source of your version by providing access to the Corresponding Source
|
549
|
+
from a network server at no charge, through some standard or customary
|
550
|
+
means of facilitating copying of software. This Corresponding Source
|
551
|
+
shall include the Corresponding Source for any work covered by version 3
|
552
|
+
of the GNU General Public License that is incorporated pursuant to the
|
553
|
+
following paragraph.
|
555
554
|
|
556
555
|
Notwithstanding any other provision of this License, you have
|
557
556
|
permission to link or combine any covered work with a work licensed
|
558
|
-
under version 3 of the GNU
|
557
|
+
under version 3 of the GNU General Public License into a single
|
559
558
|
combined work, and to convey the resulting work. The terms of this
|
560
559
|
License will continue to apply to the part which is the covered work,
|
561
|
-
but the
|
562
|
-
|
563
|
-
combination as such.
|
560
|
+
but the work with which it is combined will remain governed by version
|
561
|
+
3 of the GNU General Public License.
|
564
562
|
|
565
563
|
14. Revised Versions of this License.
|
566
564
|
|
567
565
|
The Free Software Foundation may publish revised and/or new versions of
|
568
|
-
the GNU General Public License from time to time. Such new versions
|
569
|
-
be similar in spirit to the present version, but may differ in detail to
|
566
|
+
the GNU Affero General Public License from time to time. Such new versions
|
567
|
+
will be similar in spirit to the present version, but may differ in detail to
|
570
568
|
address new problems or concerns.
|
571
569
|
|
572
570
|
Each version is given a distinguishing version number. If the
|
573
|
-
Program specifies that a certain numbered version of the GNU General
|
571
|
+
Program specifies that a certain numbered version of the GNU Affero General
|
574
572
|
Public License "or any later version" applies to it, you have the
|
575
573
|
option of following the terms and conditions either of that numbered
|
576
574
|
version or of any later version published by the Free Software
|
577
575
|
Foundation. If the Program does not specify a version number of the
|
578
|
-
GNU General Public License, you may choose any version ever published
|
576
|
+
GNU Affero General Public License, you may choose any version ever published
|
579
577
|
by the Free Software Foundation.
|
580
578
|
|
581
579
|
If the Program specifies that a proxy can decide which future
|
582
|
-
versions of the GNU General Public License can be used, that proxy's
|
580
|
+
versions of the GNU Affero General Public License can be used, that proxy's
|
583
581
|
public statement of acceptance of a version permanently authorizes you
|
584
582
|
to choose that version for the Program.
|
585
583
|
|
@@ -637,40 +635,29 @@
|
|
637
635
|
Copyright (C) <year> <name of author>
|
638
636
|
|
639
637
|
This program is free software: you can redistribute it and/or modify
|
640
|
-
it under the terms of the GNU General Public License as published by
|
638
|
+
it under the terms of the GNU Affero General Public License as published by
|
641
639
|
the Free Software Foundation, either version 3 of the License, or
|
642
640
|
(at your option) any later version.
|
643
641
|
|
644
642
|
This program is distributed in the hope that it will be useful,
|
645
643
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
646
644
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
647
|
-
GNU General Public License for more details.
|
645
|
+
GNU Affero General Public License for more details.
|
648
646
|
|
649
|
-
You should have received a copy of the GNU General Public License
|
647
|
+
You should have received a copy of the GNU Affero General Public License
|
650
648
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
651
649
|
|
652
650
|
Also add information on how to contact you by electronic and paper mail.
|
653
651
|
|
654
|
-
If
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
The hypothetical commands `show w' and `show c' should show the appropriate
|
663
|
-
parts of the General Public License. Of course, your program's commands
|
664
|
-
might be different; for a GUI interface, you would use an "about box".
|
652
|
+
If your software can interact with users remotely through a computer
|
653
|
+
network, you should also make sure that it provides a way for users to
|
654
|
+
get its source. For example, if your program is a web application, its
|
655
|
+
interface could display a "Source" link that leads users to an archive
|
656
|
+
of the code. There are many ways you could offer source, and different
|
657
|
+
solutions will be better for different programs; see section 13 for the
|
658
|
+
specific requirements.
|
665
659
|
|
666
660
|
You should also get your employer (if you work as a programmer) or school,
|
667
661
|
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
668
|
-
For more information on this, and how to apply and follow the GNU
|
662
|
+
For more information on this, and how to apply and follow the GNU AGPL, see
|
669
663
|
<http://www.gnu.org/licenses/>.
|
670
|
-
|
671
|
-
The GNU General Public License does not permit incorporating your program
|
672
|
-
into proprietary programs. If your program is a subroutine library, you
|
673
|
-
may consider it more useful to permit linking proprietary applications with
|
674
|
-
the library. If this is what you want to do, use the GNU Lesser General
|
675
|
-
Public License instead of this License. But first, please read
|
676
|
-
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
data/README
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
== VERSION
|
4
4
|
|
5
|
-
This documentation refers to hen version 0.3.
|
5
|
+
This documentation refers to hen version 0.3.6
|
6
6
|
|
7
7
|
|
8
8
|
== DESCRIPTION
|
@@ -59,9 +59,8 @@ You can even extend Hen with your own tasks. More on that later. (TODO)
|
|
59
59
|
|
60
60
|
<b></b>
|
61
61
|
Documentation:: <http://prometheus.rubyforge.org/hen>
|
62
|
-
Source code (old):: <http://prometheus.rubyforge.org/svn/scratch/hen>
|
63
62
|
Source code:: <http://github.com/blackwinter/hen>
|
64
|
-
|
63
|
+
RubyForge project:: <http://rubyforge.org/projects/prometheus>
|
65
64
|
RubyGem:: <http://rubygems.org/gems/hen>
|
66
65
|
|
67
66
|
|
@@ -76,13 +75,14 @@ Copyright (C) 2007-2011 University of Cologne,
|
|
76
75
|
Albertus-Magnus-Platz, 50923 Cologne, Germany
|
77
76
|
|
78
77
|
hen is free software: you can redistribute it and/or modify it under the
|
79
|
-
terms of the GNU General Public License as published by the Free
|
80
|
-
Foundation, either version 3 of the License, or (at your option)
|
81
|
-
version.
|
78
|
+
terms of the GNU Affero General Public License as published by the Free
|
79
|
+
Software Foundation, either version 3 of the License, or (at your option)
|
80
|
+
any later version.
|
82
81
|
|
83
82
|
hen is distributed in the hope that it will be useful, but WITHOUT ANY
|
84
83
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
85
|
-
FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
84
|
+
FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for
|
85
|
+
more details.
|
86
86
|
|
87
|
-
You should have received a copy of the GNU General Public License
|
88
|
-
hen. If not, see <http://www.gnu.org/licenses/>.
|
87
|
+
You should have received a copy of the GNU Affero General Public License
|
88
|
+
along with hen. If not, see <http://www.gnu.org/licenses/>.
|
data/bin/hen
CHANGED
@@ -13,17 +13,17 @@
|
|
13
13
|
# Jens Wille <jens.wille@uni-koeln.de> #
|
14
14
|
# #
|
15
15
|
# hen is free software; you can redistribute it and/or modify it under the #
|
16
|
-
# terms of the GNU General Public License as published by the Free
|
17
|
-
# Foundation; either version 3 of the License, or (at your option)
|
18
|
-
# version.
|
16
|
+
# terms of the GNU Affero General Public License as published by the Free #
|
17
|
+
# Software Foundation; either version 3 of the License, or (at your option) #
|
18
|
+
# any later version. #
|
19
19
|
# #
|
20
20
|
# hen is distributed in the hope that it will be useful, but WITHOUT ANY #
|
21
21
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS #
|
22
|
-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
23
|
-
# details.
|
22
|
+
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for #
|
23
|
+
# more details. #
|
24
24
|
# #
|
25
|
-
# You should have received a copy of the GNU General Public License
|
26
|
-
# with hen. If not, see <http://www.gnu.org/licenses/>.
|
25
|
+
# You should have received a copy of the GNU Affero General Public License #
|
26
|
+
# along with hen. If not, see <http://www.gnu.org/licenses/>. #
|
27
27
|
# #
|
28
28
|
###############################################################################
|
29
29
|
#++
|
data/example/project/COPYING
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
= License for <%= progname %>
|
2
|
-
|
3
|
-
GNU GENERAL PUBLIC LICENSE
|
4
|
-
Version 3,
|
2
|
+
|
3
|
+
GNU AFFERO GENERAL PUBLIC LICENSE
|
4
|
+
Version 3, 19 November 2007
|
5
5
|
|
6
6
|
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
7
7
|
Everyone is permitted to copy and distribute verbatim copies
|
@@ -9,17 +9,15 @@
|
|
9
9
|
|
10
10
|
Preamble
|
11
11
|
|
12
|
-
The GNU General Public License is a free, copyleft license for
|
13
|
-
software and other kinds of works
|
12
|
+
The GNU Affero General Public License is a free, copyleft license for
|
13
|
+
software and other kinds of works, specifically designed to ensure
|
14
|
+
cooperation with the community in the case of network server software.
|
14
15
|
|
15
16
|
The licenses for most software and other practical works are designed
|
16
17
|
to take away your freedom to share and change the works. By contrast,
|
17
|
-
|
18
|
+
our General Public Licenses are intended to guarantee your freedom to
|
18
19
|
share and change all versions of a program--to make sure it remains free
|
19
|
-
software for all its users.
|
20
|
-
GNU General Public License for most of our software; it applies also to
|
21
|
-
any other work released this way by its authors. You can apply it to
|
22
|
-
your programs, too.
|
20
|
+
software for all its users.
|
23
21
|
|
24
22
|
When we speak of free software, we are referring to freedom, not
|
25
23
|
price. Our General Public Licenses are designed to make sure that you
|
@@ -28,44 +26,34 @@
|
|
28
26
|
want it, that you can change the software or use pieces of it in new
|
29
27
|
free programs, and that you know you can do these things.
|
30
28
|
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
that
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
products. If such problems arise substantially in other domains, we
|
60
|
-
stand ready to extend this provision to those domains in future versions
|
61
|
-
of the GPL, as needed to protect the freedom of users.
|
62
|
-
|
63
|
-
Finally, every program is threatened constantly by software patents.
|
64
|
-
States should not allow patents to restrict development and use of
|
65
|
-
software on general-purpose computers, but in those that do, we wish to
|
66
|
-
avoid the special danger that patents applied to a free program could
|
67
|
-
make it effectively proprietary. To prevent this, the GPL assures that
|
68
|
-
patents cannot be used to render the program non-free.
|
29
|
+
Developers that use our General Public Licenses protect your rights
|
30
|
+
with two steps: (1) assert copyright on the software, and (2) offer
|
31
|
+
you this License which gives you legal permission to copy, distribute
|
32
|
+
and/or modify the software.
|
33
|
+
|
34
|
+
A secondary benefit of defending all users' freedom is that
|
35
|
+
improvements made in alternate versions of the program, if they
|
36
|
+
receive widespread use, become available for other developers to
|
37
|
+
incorporate. Many developers of free software are heartened and
|
38
|
+
encouraged by the resulting cooperation. However, in the case of
|
39
|
+
software used on network servers, this result may fail to come about.
|
40
|
+
The GNU General Public License permits making a modified version and
|
41
|
+
letting the public access it on a server without ever releasing its
|
42
|
+
source code to the public.
|
43
|
+
|
44
|
+
The GNU Affero General Public License is designed specifically to
|
45
|
+
ensure that, in such cases, the modified source code becomes available
|
46
|
+
to the community. It requires the operator of a network server to
|
47
|
+
provide the source code of the modified version running there to the
|
48
|
+
users of that server. Therefore, public use of a modified version, on
|
49
|
+
a publicly accessible server, gives the public access to the source
|
50
|
+
code of the modified version.
|
51
|
+
|
52
|
+
An older license, called the Affero General Public License and
|
53
|
+
published by Affero, was designed to accomplish similar goals. This is
|
54
|
+
a different license, not a version of the Affero GPL, but Affero has
|
55
|
+
released a new version of the Affero GPL which permits relicensing under
|
56
|
+
this license.
|
69
57
|
|
70
58
|
The precise terms and conditions for copying, distribution and
|
71
59
|
modification follow.
|
@@ -74,7 +62,7 @@
|
|
74
62
|
|
75
63
|
0. Definitions.
|
76
64
|
|
77
|
-
"This License" refers to version 3 of the GNU General Public License.
|
65
|
+
"This License" refers to version 3 of the GNU Affero General Public License.
|
78
66
|
|
79
67
|
"Copyright" also means copyright-like laws that apply to other kinds of
|
80
68
|
works, such as semiconductor masks.
|
@@ -551,35 +539,45 @@
|
|
551
539
|
the Program, the only way you could satisfy both those terms and this
|
552
540
|
License would be to refrain entirely from conveying the Program.
|
553
541
|
|
554
|
-
13. Use with the GNU
|
542
|
+
13. Remote Network Interaction; Use with the GNU General Public License.
|
543
|
+
|
544
|
+
Notwithstanding any other provision of this License, if you modify the
|
545
|
+
Program, your modified version must prominently offer all users
|
546
|
+
interacting with it remotely through a computer network (if your version
|
547
|
+
supports such interaction) an opportunity to receive the Corresponding
|
548
|
+
Source of your version by providing access to the Corresponding Source
|
549
|
+
from a network server at no charge, through some standard or customary
|
550
|
+
means of facilitating copying of software. This Corresponding Source
|
551
|
+
shall include the Corresponding Source for any work covered by version 3
|
552
|
+
of the GNU General Public License that is incorporated pursuant to the
|
553
|
+
following paragraph.
|
555
554
|
|
556
555
|
Notwithstanding any other provision of this License, you have
|
557
556
|
permission to link or combine any covered work with a work licensed
|
558
|
-
under version 3 of the GNU
|
557
|
+
under version 3 of the GNU General Public License into a single
|
559
558
|
combined work, and to convey the resulting work. The terms of this
|
560
559
|
License will continue to apply to the part which is the covered work,
|
561
|
-
but the
|
562
|
-
|
563
|
-
combination as such.
|
560
|
+
but the work with which it is combined will remain governed by version
|
561
|
+
3 of the GNU General Public License.
|
564
562
|
|
565
563
|
14. Revised Versions of this License.
|
566
564
|
|
567
565
|
The Free Software Foundation may publish revised and/or new versions of
|
568
|
-
the GNU General Public License from time to time. Such new versions
|
569
|
-
be similar in spirit to the present version, but may differ in detail to
|
566
|
+
the GNU Affero General Public License from time to time. Such new versions
|
567
|
+
will be similar in spirit to the present version, but may differ in detail to
|
570
568
|
address new problems or concerns.
|
571
569
|
|
572
570
|
Each version is given a distinguishing version number. If the
|
573
|
-
Program specifies that a certain numbered version of the GNU General
|
571
|
+
Program specifies that a certain numbered version of the GNU Affero General
|
574
572
|
Public License "or any later version" applies to it, you have the
|
575
573
|
option of following the terms and conditions either of that numbered
|
576
574
|
version or of any later version published by the Free Software
|
577
575
|
Foundation. If the Program does not specify a version number of the
|
578
|
-
GNU General Public License, you may choose any version ever published
|
576
|
+
GNU Affero General Public License, you may choose any version ever published
|
579
577
|
by the Free Software Foundation.
|
580
578
|
|
581
579
|
If the Program specifies that a proxy can decide which future
|
582
|
-
versions of the GNU General Public License can be used, that proxy's
|
580
|
+
versions of the GNU Affero General Public License can be used, that proxy's
|
583
581
|
public statement of acceptance of a version permanently authorizes you
|
584
582
|
to choose that version for the Program.
|
585
583
|
|
@@ -637,40 +635,29 @@
|
|
637
635
|
Copyright (C) <year> <name of author>
|
638
636
|
|
639
637
|
This program is free software: you can redistribute it and/or modify
|
640
|
-
it under the terms of the GNU General Public License as published by
|
638
|
+
it under the terms of the GNU Affero General Public License as published by
|
641
639
|
the Free Software Foundation, either version 3 of the License, or
|
642
640
|
(at your option) any later version.
|
643
641
|
|
644
642
|
This program is distributed in the hope that it will be useful,
|
645
643
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
646
644
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
647
|
-
GNU General Public License for more details.
|
645
|
+
GNU Affero General Public License for more details.
|
648
646
|
|
649
|
-
You should have received a copy of the GNU General Public License
|
647
|
+
You should have received a copy of the GNU Affero General Public License
|
650
648
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
651
649
|
|
652
650
|
Also add information on how to contact you by electronic and paper mail.
|
653
651
|
|
654
|
-
If
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
The hypothetical commands `show w' and `show c' should show the appropriate
|
663
|
-
parts of the General Public License. Of course, your program's commands
|
664
|
-
might be different; for a GUI interface, you would use an "about box".
|
652
|
+
If your software can interact with users remotely through a computer
|
653
|
+
network, you should also make sure that it provides a way for users to
|
654
|
+
get its source. For example, if your program is a web application, its
|
655
|
+
interface could display a "Source" link that leads users to an archive
|
656
|
+
of the code. There are many ways you could offer source, and different
|
657
|
+
solutions will be better for different programs; see section 13 for the
|
658
|
+
specific requirements.
|
665
659
|
|
666
660
|
You should also get your employer (if you work as a programmer) or school,
|
667
661
|
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
668
|
-
For more information on this, and how to apply and follow the GNU
|
662
|
+
For more information on this, and how to apply and follow the GNU AGPL, see
|
669
663
|
<http://www.gnu.org/licenses/>.
|
670
|
-
|
671
|
-
The GNU General Public License does not permit incorporating your program
|
672
|
-
into proprietary programs. If your program is a subroutine library, you
|
673
|
-
may consider it more useful to permit linking proprietary applications with
|
674
|
-
the library. If this is what you want to do, use the GNU Lesser General
|
675
|
-
Public License instead of this License. But first, please read
|
676
|
-
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
data/example/project/README
CHANGED
@@ -25,14 +25,15 @@ LABEL:: <### PLACE YOUR LINK(S) HERE ###>
|
|
25
25
|
|
26
26
|
### PLACE YOUR COPYRIGHT NOTICE HERE ###
|
27
27
|
|
28
|
-
<%= progname %> is free software: you can redistribute it and/or modify it
|
29
|
-
the terms of the GNU General Public License as published by
|
30
|
-
Foundation, either version 3 of the License, or (at your
|
31
|
-
version.
|
32
|
-
|
33
|
-
<%= progname %> is distributed in the hope that it will be useful, but
|
34
|
-
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
35
|
-
FOR A PARTICULAR PURPOSE. See the GNU General Public
|
36
|
-
|
37
|
-
|
38
|
-
|
28
|
+
<%= progname %> is free software: you can redistribute it and/or modify it
|
29
|
+
under the terms of the GNU Affero General Public License as published by
|
30
|
+
the Free Software Foundation, either version 3 of the License, or (at your
|
31
|
+
option) any later version.
|
32
|
+
|
33
|
+
<%= progname %> is distributed in the hope that it will be useful, but
|
34
|
+
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
35
|
+
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
|
36
|
+
License for more details.
|
37
|
+
|
38
|
+
You should have received a copy of the GNU Affero General Public License
|
39
|
+
along with <%= progname %>. If not, see <http://www.gnu.org/licenses/>.
|
data/lib/hen.rb
CHANGED
@@ -11,17 +11,17 @@
|
|
11
11
|
# Jens Wille <jens.wille@uni-koeln.de> #
|
12
12
|
# #
|
13
13
|
# hen is free software; you can redistribute it and/or modify it under the #
|
14
|
-
# terms of the GNU General Public License as published by the Free
|
15
|
-
# Foundation; either version 3 of the License, or (at your option)
|
16
|
-
# version.
|
14
|
+
# terms of the GNU Affero General Public License as published by the Free #
|
15
|
+
# Software Foundation; either version 3 of the License, or (at your option) #
|
16
|
+
# any later version. #
|
17
17
|
# #
|
18
18
|
# hen is distributed in the hope that it will be useful, but WITHOUT ANY #
|
19
19
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS #
|
20
|
-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
21
|
-
# details.
|
20
|
+
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for #
|
21
|
+
# more details. #
|
22
22
|
# #
|
23
|
-
# You should have received a copy of the GNU General Public License
|
24
|
-
# with hen. If not, see <http://www.gnu.org/licenses/>.
|
23
|
+
# You should have received a copy of the GNU Affero General Public License #
|
24
|
+
# along with hen. If not, see <http://www.gnu.org/licenses/>. #
|
25
25
|
# #
|
26
26
|
###############################################################################
|
27
27
|
#++
|
data/lib/hen/cli.rb
CHANGED
@@ -11,17 +11,17 @@
|
|
11
11
|
# Jens Wille <jens.wille@uni-koeln.de> #
|
12
12
|
# #
|
13
13
|
# hen is free software; you can redistribute it and/or modify it under the #
|
14
|
-
# terms of the GNU General Public License as published by the Free
|
15
|
-
# Foundation; either version 3 of the License, or (at your option)
|
16
|
-
# version.
|
14
|
+
# terms of the GNU Affero General Public License as published by the Free #
|
15
|
+
# Software Foundation; either version 3 of the License, or (at your option) #
|
16
|
+
# any later version. #
|
17
17
|
# #
|
18
18
|
# hen is distributed in the hope that it will be useful, but WITHOUT ANY #
|
19
19
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS #
|
20
|
-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
21
|
-
# details.
|
20
|
+
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for #
|
21
|
+
# more details. #
|
22
22
|
# #
|
23
|
-
# You should have received a copy of the GNU General Public License
|
24
|
-
# with hen. If not, see <http://www.gnu.org/licenses/>.
|
23
|
+
# You should have received a copy of the GNU Affero General Public License #
|
24
|
+
# along with hen. If not, see <http://www.gnu.org/licenses/>. #
|
25
25
|
# #
|
26
26
|
###############################################################################
|
27
27
|
#++
|
data/lib/hen/dsl.rb
CHANGED
@@ -11,17 +11,17 @@
|
|
11
11
|
# Jens Wille <jens.wille@uni-koeln.de> #
|
12
12
|
# #
|
13
13
|
# hen is free software; you can redistribute it and/or modify it under the #
|
14
|
-
# terms of the GNU General Public License as published by the Free
|
15
|
-
# Foundation; either version 3 of the License, or (at your option)
|
16
|
-
# version.
|
14
|
+
# terms of the GNU Affero General Public License as published by the Free #
|
15
|
+
# Software Foundation; either version 3 of the License, or (at your option) #
|
16
|
+
# any later version. #
|
17
17
|
# #
|
18
18
|
# hen is distributed in the hope that it will be useful, but WITHOUT ANY #
|
19
19
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS #
|
20
|
-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
21
|
-
# details.
|
20
|
+
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for #
|
21
|
+
# more details. #
|
22
22
|
# #
|
23
|
-
# You should have received a copy of the GNU General Public License
|
24
|
-
# with hen. If not, see <http://www.gnu.org/licenses/>.
|
23
|
+
# You should have received a copy of the GNU Affero General Public License #
|
24
|
+
# along with hen. If not, see <http://www.gnu.org/licenses/>. #
|
25
25
|
# #
|
26
26
|
###############################################################################
|
27
27
|
#++
|
data/lib/hen/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hen
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 6
|
10
|
+
version: 0.3.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jens Wille
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-04-
|
18
|
+
date: 2011-04-29 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: ruby-nuggets
|
@@ -85,13 +85,13 @@ licenses: []
|
|
85
85
|
|
86
86
|
post_install_message:
|
87
87
|
rdoc_options:
|
88
|
-
- --line-numbers
|
89
88
|
- --main
|
90
89
|
- README
|
91
90
|
- --charset
|
92
91
|
- UTF-8
|
93
92
|
- --title
|
94
|
-
- hen Application documentation (v0.3.
|
93
|
+
- hen Application documentation (v0.3.6)
|
94
|
+
- --line-numbers
|
95
95
|
- --all
|
96
96
|
require_paths:
|
97
97
|
- lib
|
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
116
116
|
requirements: []
|
117
117
|
|
118
118
|
rubyforge_project: prometheus
|
119
|
-
rubygems_version: 1.7.
|
119
|
+
rubygems_version: 1.7.2
|
120
120
|
signing_key:
|
121
121
|
specification_version: 3
|
122
122
|
summary: Hoe or Echoe? No, thanks! Just a Rake helper that fits my own personal style.
|