Skip to content

Commit

Permalink
Add Copyright line to the top of all files
Browse files Browse the repository at this point in the history
  • Loading branch information
greeneca committed Jun 7, 2016
1 parent cdf8fa0 commit 1c9f4df
Show file tree
Hide file tree
Showing 42 changed files with 83 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile
@@ -1,3 +1,5 @@
# ********** Copyright 2016 Viacom, Inc. Apache 2.0 **********

source 'https://rubygems.org'

# Specify your gem's dependencies in roku_builder.gemspec
Expand Down
2 changes: 2 additions & 0 deletions Guardfile
@@ -1,3 +1,5 @@
# ********** Copyright 2016 Viacom, Inc. Apache 2.0 **********

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -201,7 +201,7 @@ navigation on the roku console. The command is used as follows:

The possible commands are as follows:

https://github.com/ViacomInc/roku_builde * up
* up
* down
* right
* left
Expand Down Expand Up @@ -315,4 +315,4 @@ directory:

## License

On June 1st, 2016, we switched this project from the MIT License to Apache 2.0
On June 1st, 2016, we switched this project from the MIT License to Apache 2.0
1 change: 1 addition & 0 deletions bin/roku
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby
# ********** Copyright 2016 Viacom, Inc. Apache 2.0 **********

$:.unshift File.join(File.dirname(__FILE__), "..", "lib")

Expand Down
2 changes: 2 additions & 0 deletions lib/roku_builder.rb
@@ -1,3 +1,5 @@
# ********** Copyright 2016 Viacom, Inc. Apache 2.0 **********

require "logger"
require "faraday"
require "faraday/digestauth"
Expand Down
2 changes: 2 additions & 0 deletions lib/roku_builder/config_manager.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

module RokuBuilder

# Load and validate config files.
Expand Down
2 changes: 2 additions & 0 deletions lib/roku_builder/config_parser.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

module RokuBuilder

# Contains methods that will parse the loaded config and generate
Expand Down
2 changes: 2 additions & 0 deletions lib/roku_builder/config_validator.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

module RokuBuilder

MISSING_DEVICES = 1
Expand Down
2 changes: 2 additions & 0 deletions lib/roku_builder/controller.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

module RokuBuilder

# Controls all interaction with other classes
Expand Down
2 changes: 2 additions & 0 deletions lib/roku_builder/controller_commands.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

module RokuBuilder

# Commands that the controller uses to interface with the rest of the gem.
Expand Down
2 changes: 2 additions & 0 deletions lib/roku_builder/error_handler.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

module RokuBuilder

# Contains methods to handle errors from different sources.
Expand Down
2 changes: 2 additions & 0 deletions lib/roku_builder/inspector.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

module RokuBuilder

# Collects information on a package for submission
Expand Down
2 changes: 2 additions & 0 deletions lib/roku_builder/keyer.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

module RokuBuilder

# Change or get dev key
Expand Down
2 changes: 2 additions & 0 deletions lib/roku_builder/linker.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

module RokuBuilder

# Launch application, sending parameters
Expand Down
2 changes: 2 additions & 0 deletions lib/roku_builder/loader.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

module RokuBuilder

# Load/Unload/Build roku applications
Expand Down
2 changes: 2 additions & 0 deletions lib/roku_builder/manifest_manager.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

module RokuBuilder

# Updates or retrives build version
Expand Down
2 changes: 2 additions & 0 deletions lib/roku_builder/monitor.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

module RokuBuilder

# Monitor development Logs
Expand Down
2 changes: 2 additions & 0 deletions lib/roku_builder/navigator.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

module RokuBuilder

# Navigation methods
Expand Down
2 changes: 2 additions & 0 deletions lib/roku_builder/packager.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

module RokuBuilder

# Method of packaging app for submission
Expand Down
2 changes: 2 additions & 0 deletions lib/roku_builder/stager.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

module RokuBuilder

# Change stage of roku application
Expand Down
2 changes: 2 additions & 0 deletions lib/roku_builder/tester.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

module RokuBuilder

# Method for running unit tests
Expand Down
2 changes: 2 additions & 0 deletions lib/roku_builder/util.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

module RokuBuilder

# Super class for device utilities
Expand Down
2 changes: 2 additions & 0 deletions lib/roku_builder/version.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

module RokuBuilder
# Version of the RokuBuilder Gem
VERSION = "3.6.2"
Expand Down
2 changes: 2 additions & 0 deletions rakefile
@@ -1,3 +1,5 @@
# ********** Copyright 2016 Viacom, Inc. Apache 2.0 **********

require 'rake'
require 'rake/testtask'

Expand Down
2 changes: 2 additions & 0 deletions tests/roku_builder/config_manager_test.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

require_relative "test_helper.rb"

class ConfigManagerTest < Minitest::Test
Expand Down
2 changes: 2 additions & 0 deletions tests/roku_builder/config_parser_test.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

require_relative "test_helper.rb"

class ConfigParserTest < Minitest::Test
Expand Down
2 changes: 2 additions & 0 deletions tests/roku_builder/config_validator_test.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

require_relative "test_helper.rb"

class ConfigValidatorTest < Minitest::Test
Expand Down
2 changes: 2 additions & 0 deletions tests/roku_builder/controller_commands_test.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

require_relative "test_helper.rb"

class ControllerCommandsTest < Minitest::Test
Expand Down
2 changes: 2 additions & 0 deletions tests/roku_builder/controller_test.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

require_relative "test_helper.rb"

class ControllerTest < Minitest::Test
Expand Down
2 changes: 2 additions & 0 deletions tests/roku_builder/error_handler_test.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

require_relative "test_helper.rb"

class RokuBuilder::ErrorHandler
Expand Down
2 changes: 2 additions & 0 deletions tests/roku_builder/inspector_test.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

require_relative "test_helper.rb"

class InspectorTest < Minitest::Test
Expand Down
2 changes: 2 additions & 0 deletions tests/roku_builder/keyer_test.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

require_relative "test_helper.rb"

class KeyerTest < Minitest::Test
Expand Down
2 changes: 2 additions & 0 deletions tests/roku_builder/linker_test.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

require_relative "test_helper.rb"

class LinkerTest < Minitest::Test
Expand Down
2 changes: 2 additions & 0 deletions tests/roku_builder/loader_test.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

require_relative "test_helper.rb"

class LoaderTest < Minitest::Test
Expand Down
2 changes: 2 additions & 0 deletions tests/roku_builder/manifest_manager_test.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

require_relative "test_helper.rb"

class ManifestManagerTest < Minitest::Test
Expand Down
2 changes: 2 additions & 0 deletions tests/roku_builder/monitor_test.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

require_relative "test_helper.rb"

class MonitorTest < Minitest::Test
Expand Down
2 changes: 2 additions & 0 deletions tests/roku_builder/navigator_test.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

require_relative "test_helper.rb"

class NavigatorTest < Minitest::Test
Expand Down
2 changes: 2 additions & 0 deletions tests/roku_builder/packager_test.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

require_relative "test_helper.rb"

class PackagerTest < Minitest::Test
Expand Down
2 changes: 2 additions & 0 deletions tests/roku_builder/stager_test.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

require_relative "test_helper.rb"

class StagerTest < Minitest::Test
Expand Down
2 changes: 2 additions & 0 deletions tests/roku_builder/test_helper.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

require "simplecov"
require "coveralls"

Expand Down
2 changes: 2 additions & 0 deletions tests/roku_builder/tester_test.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

require_relative "test_helper.rb"

class TesterTest < Minitest::Test
Expand Down
2 changes: 2 additions & 0 deletions tests/roku_builder/util_test.rb
@@ -1,3 +1,5 @@
# ********** Copyright Viacom, Inc. Apache 2.0 **********

require_relative "test_helper.rb"

class UtilTest < Minitest::Test
Expand Down

0 comments on commit 1c9f4df

Please sign in to comment.