Skip to content

Commit

Permalink
Merge pull request #45 from vinted/relicence
Browse files Browse the repository at this point in the history
Relicene under Vinted
  • Loading branch information
ernestas-poskus authored Dec 17, 2018
2 parents b35ac1e + f1d9fa1 commit 6b11505
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 18 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Ernestas Poskus
Copyright (c) 2018 Vinted

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ for MySQL and forks (like Percona Server and MariaDB).

> Note: due to rapid ProxySQL development, locked ProxySQL version may not be available, therefore one might need to bump version `node['proxysql']['version']`.
[![Build Status](https://travis-ci.org/ernestas-poskus/chef-proxysql.svg?branch=master)](https://travis-ci.org/ernestas-poskus/chef-proxysql)
[![Build Status](https://travis-ci.org/vinted/chef-proxysql.svg?branch=master)](https://travis-ci.org/vinted/chef-proxysql)
[![Cookbook Version](https://img.shields.io/cookbook/v/proxysql.svg)](https://supermarket.chef.io/cookbooks/proxysql)

Cookbook configures any number of ProxySQL instances, each instance has
Expand Down Expand Up @@ -309,7 +309,7 @@ end

MIT License

Copyright (c) 2017 Ernestas Poskus
Copyright (c) 2018 Vinted

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -328,9 +328,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Author Information
------------------

- Blog: [http://out13.com/](http://out13.com/)
- Twitter: @ernestas_poskus
10 changes: 5 additions & 5 deletions metadata.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name 'proxysql'
maintainer 'Ernestas Poskus'
maintainer_email 'ernestas.poskus@gmail.com'
maintainer 'Vinted SRE'
maintainer_email 'sre@vinted.com'
license 'MIT'
description 'Installs/Configures ProxySQL'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
issues_url 'https://github.com/ernestas-poskus/chef-proxysql/issues'
source_url 'https://github.com/ernestas-poskus/chef-proxysql'
issues_url 'https://github.com/vinted/chef-proxysql/issues'
source_url 'https://github.com/vinted/chef-proxysql'
chef_version '>= 12.1' if respond_to?(:chef_version)
version '3.3.0'
version '3.4.0'

supports 'redhat'
supports 'centos'
Expand Down
8 changes: 4 additions & 4 deletions test/integration/cookbooks/test-proxysql/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name 'test-proxysql'
maintainer 'Ernestas Poskus'
maintainer_email 'ernestas.poskus@gmail.com'
maintainer 'Vinted SRE'
maintainer_email 'sre@vinted.com'
license 'MIT'
description 'Tests proxysql'
chef_version '>= 12.1' if respond_to?(:chef_version)
issues_url 'https://github.com/ernestas-poskus/chef-proxysql/issues'
source_url 'https://github.com/ernestas-poskus/chef-proxysql'
issues_url 'https://github.com/vinted/chef-proxysql/issues'
source_url 'https://github.com/vinted/chef-proxysql'
version '0.1.0'

depends 'proxysql'
Expand Down

0 comments on commit 6b11505

Please sign in to comment.