ronin-gen 1.0.0.pre2 → 1.0.0.pre3

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,20 +27,19 @@
27
27
 
28
28
  ## License
29
29
 
30
- <%= @title %> - A Ronin library.
31
-
32
30
  Copyright (c) <%= Time.new.strftime("%Y") %> <%= @author %> (<%= @safe_email %>)
33
31
 
34
- This program is free software; you can redistribute it and/or modify
32
+ This file is part of <%= @title %>.
33
+
34
+ <%= @title %> is free software: you can redistribute it and/or modify
35
35
  it under the terms of the GNU General Public License as published by
36
- the Free Software Foundation; either version 2 of the License, or
36
+ the Free Software Foundation, either version 3 of the License, or
37
37
  (at your option) any later version.
38
38
 
39
- This program is distributed in the hope that it will be useful,
39
+ <%= @title %> is distributed in the hope that it will be useful,
40
40
  but WITHOUT ANY WARRANTY; without even the implied warranty of
41
41
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42
42
  GNU General Public License for more details.
43
43
 
44
44
  You should have received a copy of the GNU General Public License
45
- along with this program; if not, write to the Free Software
46
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
45
+ along with <%= @title %>. If not, see <http://www.gnu.org/licenses/>.
@@ -2,7 +2,7 @@ name: <%= @name %>
2
2
  summary: A Ronin library.
3
3
  description: <%= @name %> is a library for Ronin.
4
4
 
5
- license: GPL-2
5
+ license: GPL-3
6
6
  authors: <%= @author %>
7
7
  email: <%= @email %>
8
8
  homepage: <%= @homepage %>
@@ -1,19 +1,18 @@
1
1
  #
2
- # <%= @title %> - A Ronin library.
3
- #
4
2
  # Copyright (c) <%= Time.new.strftime("%Y") %> <%= @author %> (<%= @safe_email %>)
5
3
  #
6
- # This program is free software; you can redistribute it and/or modify
4
+ # This file is part of <%= @title %>.
5
+ #
6
+ # <%= @title %> is free software: you can redistribute it and/or modify
7
7
  # it under the terms of the GNU General Public License as published by
8
- # the Free Software Foundation; either version 2 of the License, or
8
+ # the Free Software Foundation, either version 3 of the License, or
9
9
  # (at your option) any later version.
10
10
  #
11
- # This program is distributed in the hope that it will be useful,
11
+ # <%= @title %> is distributed in the hope that it will be useful,
12
12
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
13
13
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
14
  # GNU General Public License for more details.
15
15
  #
16
16
  # You should have received a copy of the GNU General Public License
17
- # along with this program; if not, write to the Free Software
18
- # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17
+ # along with <%= @title %>. If not, see <http://www.gnu.org/licenses/>.
19
18
  #
@@ -3,7 +3,7 @@ summary: A Ruby library for Ronin that provides various generators.
3
3
  description:
4
4
  Ronin Gen is a Ruby library for Ronin that provides various generators.
5
5
 
6
- license: GPL-2
6
+ license: GPL-3
7
7
  authors: Postmodern
8
8
  email: postmodern.mod3@gmail.com
9
9
  homepage: http://github.com/ronin-ruby/ronin-gen
@@ -16,8 +16,8 @@ dependencies:
16
16
  data_paths: ~> 0.2.1
17
17
  thor: ~> 0.14.3
18
18
  # Ronin dependencies:
19
- ronin-support: ~> 0.1.0.pre2
20
- ronin: ~> 1.0.0.pre3
19
+ ronin-support: ~> 0.1.0.pre3
20
+ ronin: ~> 1.0.0.pre4
21
21
 
22
22
  development_dependencies:
23
23
  bundler: ~> 1.0.0
@@ -1,21 +1,20 @@
1
1
  #
2
- # Ronin Gen - A Ruby library for Ronin that provides various generators.
2
+ # Copyright (c) 2009-2011 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
- # Copyright (c) 2009-2010 Hal Brodigan (postmodern.mod3 at gmail.com)
4
+ # This file is part of Ronin Gen.
5
5
  #
6
- # This program is free software; you can redistribute it and/or modify
6
+ # Ronin Gen is free software: you can redistribute it and/or modify
7
7
  # it under the terms of the GNU General Public License as published by
8
- # the Free Software Foundation; either version 2 of the License, or
8
+ # the Free Software Foundation, either version 3 of the License, or
9
9
  # (at your option) any later version.
10
10
  #
11
- # This program is distributed in the hope that it will be useful,
11
+ # Ronin Gen is distributed in the hope that it will be useful,
12
12
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
13
13
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
14
  # GNU General Public License for more details.
15
15
  #
16
16
  # You should have received a copy of the GNU General Public License
17
- # along with this program; if not, write to the Free Software
18
- # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17
+ # along with Ronin Gen. If not, see <http://www.gnu.org/licenses/>.
19
18
  #
20
19
 
21
20
  require 'ronin/gen/generator'
@@ -1,21 +1,20 @@
1
1
  #
2
- # Ronin Gen - A Ruby library for Ronin that provides various generators.
2
+ # Copyright (c) 2009-2011 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
- # Copyright (c) 2009-2010 Hal Brodigan (postmodern.mod3 at example.com)
4
+ # This file is part of Ronin Gen.
5
5
  #
6
- # This program is free software; you can redistribute it and/or modify
6
+ # Ronin Gen is free software: you can redistribute it and/or modify
7
7
  # it under the terms of the GNU General Public License as published by
8
- # the Free Software Foundation; either version 2 of the License, or
8
+ # the Free Software Foundation, either version 3 of the License, or
9
9
  # (at your option) any later version.
10
10
  #
11
- # This program is distributed in the hope that it will be useful,
11
+ # Ronin Gen is distributed in the hope that it will be useful,
12
12
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
13
13
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
14
  # GNU General Public License for more details.
15
15
  #
16
16
  # You should have received a copy of the GNU General Public License
17
- # along with this program; if not, write to the Free Software
18
- # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17
+ # along with Ronin Gen. If not, see <http://www.gnu.org/licenses/>.
19
18
  #
20
19
 
21
20
  require 'data_paths'
@@ -1,21 +1,20 @@
1
1
  #
2
- # Ronin Gen - A Ruby library for Ronin that provides various generators.
2
+ # Copyright (c) 2009-2011 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
- # Copyright (c) 2009-2010 Hal Brodigan (postmodern.mod3 at gmail.com)
4
+ # This file is part of Ronin Gen.
5
5
  #
6
- # This program is free software; you can redistribute it and/or modify
6
+ # Ronin Gen is free software: you can redistribute it and/or modify
7
7
  # it under the terms of the GNU General Public License as published by
8
- # the Free Software Foundation; either version 2 of the License, or
8
+ # the Free Software Foundation, either version 3 of the License, or
9
9
  # (at your option) any later version.
10
10
  #
11
- # This program is distributed in the hope that it will be useful,
11
+ # Ronin Gen is distributed in the hope that it will be useful,
12
12
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
13
13
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
14
  # GNU General Public License for more details.
15
15
  #
16
16
  # You should have received a copy of the GNU General Public License
17
- # along with this program; if not, write to the Free Software
18
- # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17
+ # along with Ronin Gen. If not, see <http://www.gnu.org/licenses/>.
19
18
  #
20
19
 
21
20
  require 'ronin/gen/generator'
@@ -1,21 +1,20 @@
1
1
  #
2
- # Ronin Gen - A Ruby library for Ronin that provides various generators.
2
+ # Copyright (c) 2009-2011 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
- # Copyright (c) 2009-2010 Hal Brodigan (postmodern.mod3 at example.com)
4
+ # This file is part of Ronin Gen.
5
5
  #
6
- # This program is free software; you can redistribute it and/or modify
6
+ # Ronin Gen is free software: you can redistribute it and/or modify
7
7
  # it under the terms of the GNU General Public License as published by
8
- # the Free Software Foundation; either version 2 of the License, or
8
+ # the Free Software Foundation, either version 3 of the License, or
9
9
  # (at your option) any later version.
10
10
  #
11
- # This program is distributed in the hope that it will be useful,
11
+ # Ronin Gen is distributed in the hope that it will be useful,
12
12
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
13
13
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
14
  # GNU General Public License for more details.
15
15
  #
16
16
  # You should have received a copy of the GNU General Public License
17
- # along with this program; if not, write to the Free Software
18
- # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17
+ # along with Ronin Gen. If not, see <http://www.gnu.org/licenses/>.
19
18
  #
20
19
 
21
20
  require 'ronin/gen/exceptions/unknown_generator'
@@ -1,21 +1,20 @@
1
1
  #
2
- # Ronin Gen - A Ruby library for Ronin that provides various generators.
2
+ # Copyright (c) 2009-2011 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
- # Copyright (c) 2009-2010 Hal Brodigan (postmodern.mod3 at example.com)
4
+ # This file is part of Ronin Gen.
5
5
  #
6
- # This program is free software; you can redistribute it and/or modify
6
+ # Ronin Gen is free software: you can redistribute it and/or modify
7
7
  # it under the terms of the GNU General Public License as published by
8
- # the Free Software Foundation; either version 2 of the License, or
8
+ # the Free Software Foundation, either version 3 of the License, or
9
9
  # (at your option) any later version.
10
10
  #
11
- # This program is distributed in the hope that it will be useful,
11
+ # Ronin Gen is distributed in the hope that it will be useful,
12
12
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
13
13
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
14
  # GNU General Public License for more details.
15
15
  #
16
16
  # You should have received a copy of the GNU General Public License
17
- # along with this program; if not, write to the Free Software
18
- # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17
+ # along with Ronin Gen. If not, see <http://www.gnu.org/licenses/>.
19
18
  #
20
19
 
21
20
  module Ronin
@@ -1,21 +1,20 @@
1
1
  #
2
- # Ronin Gen - A Ruby library for Ronin that provides various generators.
2
+ # Copyright (c) 2009-2011 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
- # Copyright (c) 2009-2010 Hal Brodigan (postmodern.mod3 at gmail.com)
4
+ # This file is part of Ronin Gen.
5
5
  #
6
- # This program is free software; you can redistribute it and/or modify
6
+ # Ronin Gen is free software: you can redistribute it and/or modify
7
7
  # it under the terms of the GNU General Public License as published by
8
- # the Free Software Foundation; either version 2 of the License, or
8
+ # the Free Software Foundation, either version 3 of the License, or
9
9
  # (at your option) any later version.
10
10
  #
11
- # This program is distributed in the hope that it will be useful,
11
+ # Ronin Gen is distributed in the hope that it will be useful,
12
12
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
13
13
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
14
  # GNU General Public License for more details.
15
15
  #
16
16
  # You should have received a copy of the GNU General Public License
17
- # along with this program; if not, write to the Free Software
18
- # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17
+ # along with Ronin Gen. If not, see <http://www.gnu.org/licenses/>.
19
18
  #
20
19
 
21
20
  require 'ronin/gen/generator'
@@ -1,21 +1,20 @@
1
1
  #
2
- # Ronin Gen - A Ruby library for Ronin that provides various generators.
2
+ # Copyright (c) 2009-2011 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
- # Copyright (c) 2009-2010 Hal Brodigan (postmodern.mod3 at example.com)
4
+ # This file is part of Ronin Gen.
5
5
  #
6
- # This program is free software; you can redistribute it and/or modify
6
+ # Ronin Gen is free software: you can redistribute it and/or modify
7
7
  # it under the terms of the GNU General Public License as published by
8
- # the Free Software Foundation; either version 2 of the License, or
8
+ # the Free Software Foundation, either version 3 of the License, or
9
9
  # (at your option) any later version.
10
10
  #
11
- # This program is distributed in the hope that it will be useful,
11
+ # Ronin Gen is distributed in the hope that it will be useful,
12
12
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
13
13
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
14
  # GNU General Public License for more details.
15
15
  #
16
16
  # You should have received a copy of the GNU General Public License
17
- # along with this program; if not, write to the Free Software
18
- # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17
+ # along with Ronin Gen. If not, see <http://www.gnu.org/licenses/>.
19
18
  #
20
19
 
21
20
  require 'ronin/gen/exceptions/unknown_generator'
@@ -1,21 +1,20 @@
1
1
  #
2
- # Ronin Gen - A Ruby library for Ronin that provides various generators.
2
+ # Copyright (c) 2009-2011 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
- # Copyright (c) 2009-2010 Hal Brodigan (postmodern.mod3 at example.com)
4
+ # This file is part of Ronin Gen.
5
5
  #
6
- # This program is free software; you can redistribute it and/or modify
6
+ # Ronin Gen is free software: you can redistribute it and/or modify
7
7
  # it under the terms of the GNU General Public License as published by
8
- # the Free Software Foundation; either version 2 of the License, or
8
+ # the Free Software Foundation, either version 3 of the License, or
9
9
  # (at your option) any later version.
10
10
  #
11
- # This program is distributed in the hope that it will be useful,
11
+ # Ronin Gen is distributed in the hope that it will be useful,
12
12
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
13
13
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
14
  # GNU General Public License for more details.
15
15
  #
16
16
  # You should have received a copy of the GNU General Public License
17
- # along with this program; if not, write to the Free Software
18
- # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17
+ # along with Ronin Gen. If not, see <http://www.gnu.org/licenses/>.
19
18
  #
20
19
 
21
20
  module Ronin
@@ -1,21 +1,20 @@
1
1
  #
2
- # Ronin Gen - A Ruby library for Ronin that provides various generators.
2
+ # Copyright (c) 2009-2011 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
- # Copyright (c) 2009-2010 Hal Brodigan (postmodern.mod3 at example.com)
4
+ # This file is part of Ronin Gen.
5
5
  #
6
- # This program is free software; you can redistribute it and/or modify
6
+ # Ronin Gen is free software: you can redistribute it and/or modify
7
7
  # it under the terms of the GNU General Public License as published by
8
- # the Free Software Foundation; either version 2 of the License, or
8
+ # the Free Software Foundation, either version 3 of the License, or
9
9
  # (at your option) any later version.
10
10
  #
11
- # This program is distributed in the hope that it will be useful,
11
+ # Ronin Gen is distributed in the hope that it will be useful,
12
12
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
13
13
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
14
  # GNU General Public License for more details.
15
15
  #
16
16
  # You should have received a copy of the GNU General Public License
17
- # along with this program; if not, write to the Free Software
18
- # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17
+ # along with Ronin Gen. If not, see <http://www.gnu.org/licenses/>.
19
18
  #
20
19
 
21
20
  require 'ronin/templates/template'
@@ -1,21 +1,20 @@
1
1
  #
2
- # Ronin Gen - A Ruby library for Ronin that provides various generators.
2
+ # Copyright (c) 2009-2011 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
- # Copyright (c) 2009-2010 Hal Brodigan (postmodern.mod3 at example.com)
4
+ # This file is part of Ronin Gen.
5
5
  #
6
- # This program is free software; you can redistribute it and/or modify
6
+ # Ronin Gen is free software: you can redistribute it and/or modify
7
7
  # it under the terms of the GNU General Public License as published by
8
- # the Free Software Foundation; either version 2 of the License, or
8
+ # the Free Software Foundation, either version 3 of the License, or
9
9
  # (at your option) any later version.
10
10
  #
11
- # This program is distributed in the hope that it will be useful,
11
+ # Ronin Gen is distributed in the hope that it will be useful,
12
12
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
13
13
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
14
  # GNU General Public License for more details.
15
15
  #
16
16
  # You should have received a copy of the GNU General Public License
17
- # along with this program; if not, write to the Free Software
18
- # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17
+ # along with Ronin Gen. If not, see <http://www.gnu.org/licenses/>.
19
18
  #
20
19
 
21
20
  require 'open_namespace'
@@ -1,21 +1,20 @@
1
1
  #
2
- # Ronin Gen - A Ruby library for Ronin that provides various generators.
2
+ # Copyright (c) 2009-2011 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
- # Copyright (c) 2009-2010 Hal Brodigan (postmodern.mod3 at gmail.com)
4
+ # This file is part of Ronin Gen.
5
5
  #
6
- # This program is free software; you can redistribute it and/or modify
6
+ # Ronin Gen is free software: you can redistribute it and/or modify
7
7
  # it under the terms of the GNU General Public License as published by
8
- # the Free Software Foundation; either version 2 of the License, or
8
+ # the Free Software Foundation, either version 3 of the License, or
9
9
  # (at your option) any later version.
10
10
  #
11
- # This program is distributed in the hope that it will be useful,
11
+ # Ronin Gen is distributed in the hope that it will be useful,
12
12
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
13
13
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
14
  # GNU General Public License for more details.
15
15
  #
16
16
  # You should have received a copy of the GNU General Public License
17
- # along with this program; if not, write to the Free Software
18
- # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17
+ # along with Ronin Gen. If not, see <http://www.gnu.org/licenses/>.
19
18
  #
20
19
 
21
20
  require 'ronin/ui/cli/commands'
@@ -1,21 +1,20 @@
1
1
  #
2
- # Ronin Gen - A Ruby library for Ronin that provides various generators.
2
+ # Copyright (c) 2009-2011 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
- # Copyright (c) 2009-2010 Hal Brodigan (postmodern.mod3 at gmail.com)
4
+ # This file is part of Ronin Gen.
5
5
  #
6
- # This program is free software; you can redistribute it and/or modify
6
+ # Ronin Gen is free software: you can redistribute it and/or modify
7
7
  # it under the terms of the GNU General Public License as published by
8
- # the Free Software Foundation; either version 2 of the License, or
8
+ # the Free Software Foundation, either version 3 of the License, or
9
9
  # (at your option) any later version.
10
10
  #
11
- # This program is distributed in the hope that it will be useful,
11
+ # Ronin Gen is distributed in the hope that it will be useful,
12
12
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
13
13
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
14
  # GNU General Public License for more details.
15
15
  #
16
16
  # You should have received a copy of the GNU General Public License
17
- # along with this program; if not, write to the Free Software
18
- # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17
+ # along with Ronin Gen. If not, see <http://www.gnu.org/licenses/>.
19
18
  #
20
19
 
21
20
  require 'ronin/gen/config'
@@ -1,21 +1,20 @@
1
1
  #
2
- # Ronin Gen - A Ruby library for Ronin that provides various generators.
2
+ # Copyright (c) 2009-2011 Hal Brodigan (postmodern.mod3 at gmail.com)
3
3
  #
4
- # Copyright (c) 2009-2010 Hal Brodigan (postmodern.mod3 at gmail.com)
4
+ # This file is part of Ronin Gen.
5
5
  #
6
- # This program is free software; you can redistribute it and/or modify
6
+ # Ronin Gen is free software: you can redistribute it and/or modify
7
7
  # it under the terms of the GNU General Public License as published by
8
- # the Free Software Foundation; either version 2 of the License, or
8
+ # the Free Software Foundation, either version 3 of the License, or
9
9
  # (at your option) any later version.
10
10
  #
11
- # This program is distributed in the hope that it will be useful,
11
+ # Ronin Gen is distributed in the hope that it will be useful,
12
12
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
13
13
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
14
  # GNU General Public License for more details.
15
15
  #
16
16
  # You should have received a copy of the GNU General Public License
17
- # along with this program; if not, write to the Free Software
18
- # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17
+ # along with Ronin Gen. If not, see <http://www.gnu.org/licenses/>.
19
18
  #
20
19
 
21
20
  require 'ronin/gen/source_code_generator'