Skip to content

Commit

Permalink
year up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 28, 2024
1 parent 6eb60ff commit faeda01
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
# frozen_string_literal: true

# Copyright (c) 2018-2023 Yegor Bugayenko
# Copyright (c) 2018-2024 Yegor Bugayenko
#
# 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
2 changes: 1 addition & 1 deletion Rakefile
@@ -1,6 +1,6 @@
# frozen_string_literal: true

# Copyright (c) 2018-2023 Yegor Bugayenko
# Copyright (c) 2018-2024 Yegor Bugayenko
#
# 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
4 changes: 2 additions & 2 deletions lib/loog.rb
Expand Up @@ -2,7 +2,7 @@

# (The MIT License)
#
# Copyright (c) 2018-2023 Yegor Bugayenko
# Copyright (c) 2018-2024 Yegor Bugayenko
#
# 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 Expand Up @@ -34,7 +34,7 @@
# {README}[https://github.com/yegor256/loog/blob/master/README.md] file.
#
# Author:: Yegor Bugayenko (yegor256@gmail.com)
# Copyright:: Copyright (c) 2018-2023 Yegor Bugayenko
# Copyright:: Copyright (c) 2018-2024 Yegor Bugayenko
# License:: MIT
module Loog
# Compact formatter
Expand Down
4 changes: 2 additions & 2 deletions lib/loog/tee.rb
Expand Up @@ -2,7 +2,7 @@

# (The MIT License)
#
# Copyright (c) 2018-2023 Yegor Bugayenko
# Copyright (c) 2018-2024 Yegor Bugayenko
#
# 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 Expand Up @@ -33,7 +33,7 @@
# This way you can log to console and to the file at the same time.
#
# Author:: Yegor Bugayenko (yegor256@gmail.com)
# Copyright:: Copyright (c) 2018-2023 Yegor Bugayenko
# Copyright:: Copyright (c) 2018-2024 Yegor Bugayenko
# License:: MIT
class Loog::Tee
# Makes an instance.
Expand Down
2 changes: 1 addition & 1 deletion loog.gemspec
Expand Up @@ -2,7 +2,7 @@

# (The MIT License)
#
# Copyright (c) 2018-2023 Yegor Bugayenko
# Copyright (c) 2018-2024 Yegor Bugayenko
#
# 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
4 changes: 2 additions & 2 deletions test/test_loog.rb
Expand Up @@ -2,7 +2,7 @@

# (The MIT License)
#
# Copyright (c) 2018-2023 Yegor Bugayenko
# Copyright (c) 2018-2024 Yegor Bugayenko
#
# 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 @@ -27,7 +27,7 @@

# Loog test.
# Author:: Yegor Bugayenko (yegor256@gmail.com)
# Copyright:: Copyright (c) 2018-2023 Yegor Bugayenko
# Copyright:: Copyright (c) 2018-2024 Yegor Bugayenko
# License:: MIT
class LoogTest < Minitest::Test
def test_simple_logging
Expand Down
4 changes: 2 additions & 2 deletions test/test_tee.rb
Expand Up @@ -2,7 +2,7 @@

# (The MIT License)
#
# Copyright (c) 2018-2023 Yegor Bugayenko
# Copyright (c) 2018-2024 Yegor Bugayenko
#
# 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 @@ -28,7 +28,7 @@

# Loog::Tee test.
# Author:: Yegor Bugayenko (yegor256@gmail.com)
# Copyright:: Copyright (c) 2018-2023 Yegor Bugayenko
# Copyright:: Copyright (c) 2018-2024 Yegor Bugayenko
# License:: MIT
class TeeTest < Minitest::Test
def test_simple_logging
Expand Down

0 comments on commit faeda01

Please sign in to comment.