Skip to content

Commit

Permalink
new license year
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 1, 2017
1 parent a03430e commit 600188f
Show file tree
Hide file tree
Showing 29 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .simplecov
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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 Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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 LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(The MIT License)

Copyright (c) 2016 Yegor Bugayenko
Copyright (c) 2016-2017 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 Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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 @@ -70,7 +70,7 @@ Cucumber::Rake::Task.new(:"features:html") do |t|
end

task :copyright do
sh "grep -q -r '#{Date.today.strftime('%Y')}' \
sh "grep -q -r '2016-#{Date.today.strftime('%Y')}' \
--include '*.rb' \
--include '*.txt' \
--include 'Rakefile' \
Expand Down
2 changes: 1 addition & 1 deletion bin/xembly
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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 features/step_definitions/steps.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
#
# Copyright (c) 2016 TechnoPark Corp.
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 TechnoPark Corp.
# Copyright (c) 2016-2017 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 features/support/env.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
#
# Copyright (c) 2016 TechnoPark Corp.
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 TechnoPark Corp.
# Copyright (c) 2016-2017 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/xembly.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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 @@ -29,7 +29,7 @@

# Xembly main module.
# Author:: Yegor Bugayenko (yegor@teamed.io)
# Copyright:: Copyright (c) 2016 Yegor Bugayenko
# Copyright:: Copyright (c) 2016-2017 Yegor Bugayenko
# License:: MIT
module Xembly
# Get logger.
Expand Down
2 changes: 1 addition & 1 deletion lib/xembly/add.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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 lib/xembly/addif.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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 lib/xembly/attr.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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 lib/xembly/directives.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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 lib/xembly/remove.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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 lib/xembly/set.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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 lib/xembly/strict.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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 lib/xembly/up.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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/xembly/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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 @@ -22,7 +22,7 @@

# Xembly main module.
# Author:: Yegor Bugayenko (yegor@teamed.io)
# Copyright:: Copyright (c) 2016 Yegor Bugayenko
# Copyright:: Copyright (c) 2016-2017 Yegor Bugayenko
# License:: MIT
module Xembly
VERSION = '1.0.snapshot'
Expand Down
2 changes: 1 addition & 1 deletion lib/xembly/xembler.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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 lib/xembly/xpath.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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__helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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 @@

# Xembly test, parent class.
# Author:: Yegor Bugayenko (yegor@teamed.io)
# Copyright:: Copyright (c) 2016 Yegor Bugayenko
# Copyright:: Copyright (c) 2016-2017 Yegor Bugayenko
# License:: MIT
class XeTest < Minitest::Test
def matches(xml, xpaths)
Expand Down
4 changes: 2 additions & 2 deletions test/test_add.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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 @@ -25,7 +25,7 @@

# Xembly::Add tests.
# Author:: Yegor Bugayenko (yegor@teamed.io)
# Copyright:: Copyright (c) 2016 Yegor Bugayenko
# Copyright:: Copyright (c) 2016-2017 Yegor Bugayenko
# License:: MIT
class TestAdd < XeTest
def test_adds_nodes
Expand Down
4 changes: 2 additions & 2 deletions test/test_addif.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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 @@ -25,7 +25,7 @@

# Xembly::AddIf tests.
# Author:: Yegor Bugayenko (yegor@teamed.io)
# Copyright:: Copyright (c) 2016 Yegor Bugayenko
# Copyright:: Copyright (c) 2016-2017 Yegor Bugayenko
# License:: MIT
class TestAddIf < XeTest
def test_skips_nodes
Expand Down
4 changes: 2 additions & 2 deletions test/test_attr.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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 @@ -25,7 +25,7 @@

# Xembly::Attr tests.
# Author:: Yegor Bugayenko (yegor@teamed.io)
# Copyright:: Copyright (c) 2016 Yegor Bugayenko
# Copyright:: Copyright (c) 2016-2017 Yegor Bugayenko
# License:: MIT
class TestAttr < XeTest
def test_sets_attributes
Expand Down
4 changes: 2 additions & 2 deletions test/test_directives.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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 @@ -26,7 +26,7 @@

# Xembly::Directives module tests.
# Author:: Yegor Bugayenko (yegor@teamed.io)
# Copyright:: Copyright (c) 2016 Yegor Bugayenko
# Copyright:: Copyright (c) 2016-2017 Yegor Bugayenko
# License:: MIT
class TestDirectives < Minitest::Test
def test_parses_directives
Expand Down
4 changes: 2 additions & 2 deletions test/test_remove.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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 @@ -25,7 +25,7 @@

# Xembly::Remove tests.
# Author:: Yegor Bugayenko (yegor@teamed.io)
# Copyright:: Copyright (c) 2016 Yegor Bugayenko
# Copyright:: Copyright (c) 2016-2017 Yegor Bugayenko
# License:: MIT
class TestRemove < XeTest
def test_adds_nodes
Expand Down
4 changes: 2 additions & 2 deletions test/test_set.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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 @@ -25,7 +25,7 @@

# Xembly::Set tests.
# Author:: Yegor Bugayenko (yegor@teamed.io)
# Copyright:: Copyright (c) 2016 Yegor Bugayenko
# Copyright:: Copyright (c) 2016-2017 Yegor Bugayenko
# License:: MIT
class TestSet < XeTest
def test_sets_values
Expand Down
4 changes: 2 additions & 2 deletions test/test_xembler.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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 @@ -28,7 +28,7 @@

# Xembly::Xembler module tests.
# Author:: Yegor Bugayenko (yegor@teamed.io)
# Copyright:: Copyright (c) 2016 Yegor Bugayenko
# Copyright:: Copyright (c) 2016-2017 Yegor Bugayenko
# License:: MIT
class TestXembler < XeTest
def test_modifies_xml
Expand Down
4 changes: 2 additions & 2 deletions test/test_xembly.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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 @@ -29,7 +29,7 @@

# Xembly main module test.
# Author:: Yegor Bugayenko (yegor@teamed.io)
# Copyright:: Copyright (c) 2016 Yegor Bugayenko
# Copyright:: Copyright (c) 2016-2017 Yegor Bugayenko
# License:: MIT
class TestXembly < XeTest
def test_basic
Expand Down
2 changes: 1 addition & 1 deletion xembly.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Copyright (c) 2016 Yegor Bugayenko
# Copyright (c) 2016-2017 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

0 comments on commit 600188f

Please sign in to comment.