Merge pull request #399 from teeparham/encoding

Remove comments specifying encoding
This commit is contained in:
Steve Bazyl 2016-04-18 16:22:39 -07:00
commit 9c2707649e
2 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
# coding: utf-8
lib = File.expand_path('../lib', __FILE__) lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'google/apis/version' require 'google/apis/version'

View File

@ -1,5 +1,3 @@
# encoding:utf-8
# Copyright 2013 Google Inc. # Copyright 2013 Google Inc.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");