Skip to content

Commit 4e7eb21

Browse files
authored
Correct license of new SDK gems (#1554)
* Correct the license in gemspecs * Symlink top-level license * Correct license handle
1 parent b285753 commit 4e7eb21

13 files changed

+12
-212
lines changed

LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

LICENSE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sentry-ruby/LICENSE.txt

sentry-delayed_job/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020 st0012
3+
Copyright (c) 2020 getsentry
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

sentry-delayed_job/sentry-delayed_job.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
66
spec.authors = ["Sentry Team"]
77
spec.description = spec.summary = "A gem that provides DelayedJob integration for the Sentry error logger"
88
spec.email = "accounts@sentry.io"
9-
spec.license = 'Apache-2.0'
9+
spec.license = 'MIT'
1010
spec.homepage = "https://github.com/getsentry/sentry-ruby"
1111

1212
spec.platform = Gem::Platform::RUBY

sentry-rails/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020 st0012
3+
Copyright (c) 2020 getsentry
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

sentry-rails/sentry-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
66
spec.authors = ["Sentry Team"]
77
spec.description = spec.summary = "A gem that provides Rails integration for the Sentry error logger"
88
spec.email = "accounts@sentry.io"
9-
spec.license = 'Apache-2.0'
9+
spec.license = 'MIT'
1010
spec.homepage = "https://github.com/getsentry/sentry-ruby"
1111

1212
spec.platform = Gem::Platform::RUBY

sentry-resque/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020 st0012
3+
Copyright (c) 2020 getsentry
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

sentry-resque/sentry-resque.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
66
spec.authors = ["Sentry Team"]
77
spec.description = spec.summary = "A gem that provides Resque integration for the Sentry error logger"
88
spec.email = "accounts@sentry.io"
9-
spec.license = 'Apache-2.0'
9+
spec.license = 'MIT'
1010
spec.homepage = "https://github.com/getsentry/sentry-ruby"
1111

1212
spec.platform = Gem::Platform::RUBY

sentry-ruby/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020 st0012
3+
Copyright (c) 2020 getsentry
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

sentry-ruby/sentry-ruby-core.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
66
spec.authors = ["Sentry Team"]
77
spec.description = spec.summary = "A gem that provides a client interface for the Sentry error logger"
88
spec.email = "accounts@sentry.io"
9-
spec.license = 'Apache-2.0'
9+
spec.license = 'MIT'
1010
spec.homepage = "https://github.com/getsentry/sentry-ruby"
1111

1212
spec.platform = Gem::Platform::RUBY

sentry-ruby/sentry-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
66
spec.authors = ["Sentry Team"]
77
spec.description = spec.summary = "A gem that provides a client interface for the Sentry error logger"
88
spec.email = "accounts@sentry.io"
9-
spec.license = 'Apache-2.0'
9+
spec.license = 'MIT'
1010
spec.homepage = "https://github.com/getsentry/sentry-ruby"
1111

1212
spec.platform = Gem::Platform::RUBY

sentry-sidekiq/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020 st0012
3+
Copyright (c) 2020 getsentry
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

sentry-sidekiq/sentry-sidekiq.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
66
spec.authors = ["Sentry Team"]
77
spec.description = spec.summary = "A gem that provides Sidekiq integration for the Sentry error logger"
88
spec.email = "accounts@sentry.io"
9-
spec.license = 'Apache-2.0'
9+
spec.license = 'MIT'
1010
spec.homepage = "https://github.com/getsentry/sentry-ruby"
1111

1212
spec.platform = Gem::Platform::RUBY

0 commit comments

Comments
 (0)