Skip to content

Commit

Permalink
Bump the year
Browse files Browse the repository at this point in the history
  • Loading branch information
akashivskyy committed Jan 13, 2019
1 parent 84a4259 commit b111659
Show file tree
Hide file tree
Showing 47 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# .gitignore
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Gemfile
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

source "https://rubygems.org"
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Fastfile
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

# Fastlane will make sure that the `highway` gem is loaded and will display
Expand Down
2 changes: 1 addition & 1 deletion highway.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Gemfile
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require_relative "lib/highway/version"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# highway.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/fastlane/action"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/compiler/analyze/analyzer.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# analyzer.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/compiler/analyze/tree/root"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/compiler/analyze/tree/root.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# root.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/compiler/analyze/tree/segments/text"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/compiler/analyze/tree/stage.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# stage.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

module Highway
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/compiler/analyze/tree/step.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# step.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

module Highway
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/compiler/analyze/tree/variable.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# variable.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

module Highway
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/compiler/build/builder.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# builder.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/compiler/analyze/tree/root"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/compiler/build/output/invocation.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# invocation.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

module Highway
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/compiler/build/output/manifest.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# manifest.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/compiler/build/output/invocation"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/compiler/parse/parser.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# parser.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "yaml"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/compiler/parse/tree/root.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# root.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/compiler/parse/tree/step"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/compiler/parse/tree/step.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# step.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

module Highway
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/compiler/parse/tree/variable.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# variable.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

module Highway
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/compiler/parse/versions/v1.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# v1.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/compiler/parse/tree/root"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/compiler/suite.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# suite.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/compiler/analyze/analyzer"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/environment.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# environment.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "fastlane"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/fastlane/action.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# action.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "fastlane"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/interface.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# interface.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "fastlane"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/main.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# main.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "fastlane"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/runtime/context.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# context.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "fastlane"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/runtime/report.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# report.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

module Highway
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/runtime/runner.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# runner.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "fastlane"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/steps/infrastructure.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# infrastructure.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "fastlane"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/steps/library/action.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# action.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/steps/infrastructure"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/steps/library/carthage.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# carthage.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/steps/infrastructure"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/steps/library/cocoapods.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# cocoapods.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/steps/infrastructure"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/steps/library/lane.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# lane.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/steps/infrastructure"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/steps/library/sh.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# sh.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/steps/infrastructure"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/steps/library/slack.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# slack.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "fastlane"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/steps/library/xcode_test.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# xcode_test.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/steps/infrastructure"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/steps/registry.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# registry.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/steps/step"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/steps/step.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# step.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/steps/parameters/compound"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/steps/types/any.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# any.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

module Highway
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/steps/types/anyof.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# anyof.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/steps/types/any"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/steps/types/array.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# array.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/steps/types/any"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/steps/types/bool.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# bool.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/steps/types/any"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/steps/types/enum.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# enum.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/steps/types/any"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/steps/types/hash.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# hash.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/steps/types/any"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/steps/types/number.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# number.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/steps/types/any"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/steps/types/string.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# string.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/steps/types/any"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/steps/types/url.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# url.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

require "highway/steps/types/any"
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/utilities.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# utilities.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

module Highway
Expand Down
2 changes: 1 addition & 1 deletion lib/highway/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# version.rb
# Copyright © 2018 Netguru S.A. All rights reserved.
# Copyright © 2019 Netguru S.A. All rights reserved.
#

module Highway
Expand Down

0 comments on commit b111659

Please sign in to comment.