Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Added missing copyright notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shogun committed Mar 29, 2016
1 parent 291afb4 commit 42ff3d8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .rubocop.yml
@@ -1,3 +1,8 @@
#
# This file is part of the brauser gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
#

AllCops:
TargetRubyVersion: 2.3
Include:
Expand Down Expand Up @@ -74,4 +79,4 @@ StringReplacement:
Enabled: false

WordArray:
Enabled: false
Enabled: false
7 changes: 6 additions & 1 deletion .travis.yml
@@ -1,3 +1,8 @@
#
# This file is part of the brauser gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
#

language: ruby
rvm:
- 2.3.0
Expand All @@ -7,4 +12,4 @@ notifications:
email: false
addons:
code_climate:
repo_token: ae22afc987010d2076521c3c01a722760b18478a7dcee0063756b067852a35b8
repo_token: ae22afc987010d2076521c3c01a722760b18478a7dcee0063756b067852a35b8

0 comments on commit 42ff3d8

Please sign in to comment.