Skip to content

Commit 2d175e5

Browse files
committed
Update copyrights.
1 parent c5e8ab2 commit 2d175e5

File tree

5 files changed

+6
-13
lines changed

5 files changed

+6
-13
lines changed

.git-blame-ignore-revs

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
543ba2e1ee26929f74a01fa7cc65a4b142de3745
2+
e90972202fdf332a60fb2c61f85f9a5de7c0ce3c

.mailmap

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Mike Ryan <[email protected]>

examples/wikipedia/server.rb

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
#!/usr/bin/env ruby
2-
# encoding: utf-8
3-
4-
# Released under the MIT License.
5-
# Copyright, 2014-2025, by Samuel Williams.
6-
# Copyright, 2014, by Peter M. Goldstein.
7-
8-
# Released under the MIT License.
9-
# Copyright, 2014-2022, by Samuel Williams.
10-
# Copyright, 2014, by Peter M. Goldstein.
2+
# frozen_string_literal: true
113

124
# Released under the MIT License.
135
# Copyright, 2014-2022, by Samuel Williams.

license.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ Copyright, 2013, by Erran Carey.
77
Copyright, 2013, by Timothy Redaelli.
88
Copyright, 2013, by Jean-Christophe Cyr.
99
Copyright, 2013, by Keith Larrimore.
10-
Copyright, 2014, by justfalter.
10+
Copyright, 2014, by Mike Ryan.
1111
Copyright, 2014, by Zac Sprackett.
1212
Copyright, 2014, by Mark Van de Vyver.
1313
Copyright, 2014, by Peter M. Goldstein.
14-
Copyright, 2014, by The Gitter Badger.
1514
Copyright, 2014, by Chris Cunningham.
1615
Copyright, 2015, by Michal Cichra.
1716
Copyright, 2015, by Alexey Pisarenko.
1817
Copyright, 2016, by John Bachir.
19-
Copyright, 2016, by kaleforsale.
2018
Copyright, 2018, by Rob Fors.
2119
Copyright, 2020, by Olle Jonsson.
2220

rubydns.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
77
spec.version = RubyDNS::VERSION
88

99
spec.summary = "An easy to use DNS server and resolver for Ruby."
10-
spec.authors = ["Samuel Williams", "Peter M. Goldstein", "Erran Carey", "Keith Larrimore", "Alexey Pisarenko", "Chris Cunningham", "Genki Sugawara", "Jean-Christophe Cyr", "John Bachir", "Mark Van de Vyver", "Michal Cichra", "Olle Jonsson", "Rob Fors", "Satoshi Takada", "The Gitter Badger", "Timothy Redaelli", "Zac Sprackett", "justfalter", "kaleforsale"]
10+
spec.authors = ["Samuel Williams", "Peter M. Goldstein", "Erran Carey", "Keith Larrimore", "Alexey Pisarenko", "Chris Cunningham", "Genki Sugawara", "Jean-Christophe Cyr", "John Bachir", "Mark Van de Vyver", "Michal Cichra", "Mike Ryan", "Olle Jonsson", "Rob Fors", "Satoshi Takada", "Timothy Redaelli", "Zac Sprackett"]
1111
spec.license = "MIT"
1212

1313
spec.cert_chain = ["release.cert"]

0 commit comments

Comments
 (0)