Skip to content

Commit 860d0d6

Browse files
committed
πŸŽ‰πŸŽ‰πŸŽ‰ Happy New Year!
1 parent 31d26d6 commit 860d0d6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

β€ŽLICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2013 by Adam Beynon
1+
Copyright (C) 2013-2019 by Adam Beynon and the Opal contributors
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal
@@ -16,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1616
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1717
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1818
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19-
THE SOFTWARE.
19+
THE SOFTWARE.

β€ŽREADME.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
239239

240240
(The MIT License)
241241

242-
Copyright (C) 2013-2018 by Adam Beynon and the Opal contributors
242+
Copyright (C) 2013-2019 by Adam Beynon and the Opal contributors
243243

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

β€Žopal/corelib/constants.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
RUBY_RELEASE_DATE = '2018-12-25'
66
RUBY_PATCHLEVEL = 0
77
RUBY_REVISION = 0
8-
RUBY_COPYRIGHT = 'opal - Copyright (C) 2013-2018 Adam Beynon and the Opal contributors'
8+
RUBY_COPYRIGHT = 'opal - Copyright (C) 2013-2019 Adam Beynon and the Opal contributors'
99
RUBY_DESCRIPTION = "opal #{RUBY_ENGINE_VERSION} (#{RUBY_RELEASE_DATE} revision #{RUBY_REVISION})"

0 commit comments

Comments
Β (0)