Skip to content

Commit

Permalink
chore: fix license to GPL-3.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffladiray authored Feb 13, 2024
1 parent f2cfca4 commit 94cc206
Show file tree
Hide file tree
Showing 13 changed files with 2,704 additions and 50 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion agent_ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.summary = "Ruby agent for Forest Admin."
spec.description = "Forest is a modern admin interface that works on all major web frameworks. This gem is the main
repository (monorepo) for the Ruby agent."
spec.license = "MIT"
spec.license = "GPL-3.0"
spec.required_ruby_version = ">= 3.0.0"

spec.metadata["homepage_uri"] = spec.homepage
Expand Down
695 changes: 674 additions & 21 deletions packages/forest_admin_agent/LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/forest_admin_agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERN

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
The gem is available as open source under the terms of the [GPL-3.0 License](https://www.gnu.org/licenses/gpl-3.0.en.html).
2 changes: 1 addition & 1 deletion packages/forest_admin_agent/forest_admin_agent.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.summary = "Ruby agent for Forest Admin."
spec.description = "Forest is a modern admin interface that works on all major web frameworks. This gem makes Forest
admin work on any Ruby application."
spec.license = "MIT"
spec.license = "GPL-3.0"
spec.required_ruby_version = ">= 3.0.0"

spec.metadata["homepage_uri"] = spec.homepage
Expand Down
674 changes: 674 additions & 0 deletions packages/forest_admin_datasource_active_record/LICENSE

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.summary = "Ruby agent for Forest Admin."
spec.description = "Forest is a modern admin interface that works on all major web frameworks. This gem makes Forest
admin work on any Ruby application."
spec.license = "MIT"
spec.license = "GPL-3.0"
spec.required_ruby_version = ">= 3.0.0"

spec.metadata["homepage_uri"] = spec.homepage
Expand Down
695 changes: 674 additions & 21 deletions packages/forest_admin_datasource_customizer/LICENSE

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.summary = "Ruby agent for Forest Admin."
spec.description = "Forest is a modern admin interface that works on all major web frameworks. This gem makes Forest
admin work on any Ruby application."
spec.license = "MIT"
spec.license = "GPL-3.0"
spec.required_ruby_version = ">= 3.0.0"

spec.metadata["homepage_uri"] = spec.homepage
Expand Down
674 changes: 674 additions & 0 deletions packages/forest_admin_datasource_toolkit/LICENSE

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.summary = "Ruby agent for Forest Admin."
spec.description = "Forest is a modern admin interface that works on all major web frameworks. This gem makes Forest
admin work on any Ruby application."
spec.license = "MIT"
spec.license = "GPL-3.0"
spec.required_ruby_version = ">= 3.0.0"

spec.metadata["homepage_uri"] = spec.homepage
Expand Down
2 changes: 1 addition & 1 deletion packages/forest_admin_rails/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ $ gem install forest_admin
Contribution directions go here.

## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
The gem is available as open source under the terms of the [GPL-3.0 License](https://www.gnu.org/licenses/gpl-3.0.en.html).
2 changes: 1 addition & 1 deletion packages/forest_admin_rails/forest_admin_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.summary = "Official Rails Agent for Forest Admin."
spec.description = "Forest is a modern admin interface that works on all major web frameworks. This gem makes Forest
admin work on any Rails application (Rails >= 6.1)."
spec.license = "MIT"
spec.license = "GPL-3.0"
spec.required_ruby_version = ">= 3.0.0"

spec.metadata["homepage_uri"] = spec.homepage
Expand Down

0 comments on commit 94cc206

Please sign in to comment.