Added file header.

This commit is contained in:
Martin Edenhofer 2013-08-17 23:48:48 +02:00
parent cb7809cef9
commit 300453e2c1
4 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,5 @@
# Copyright (C) 2012-2013 Zammad Foundation, http://zammad-foundation.org/
class GeoIp < ApplicationLib
=begin

View file

@ -1,3 +1,5 @@
# Copyright (C) 2012-2013 Zammad Foundation, http://zammad-foundation.org/
require 'faraday'
require 'cache'

View file

@ -1,3 +1,5 @@
# Copyright (C) 2012-2013 Zammad Foundation, http://zammad-foundation.org/
class GeoLocation < ApplicationLib
=begin

View file

@ -1,3 +1,5 @@
# Copyright (C) 2012-2013 Zammad Foundation, http://zammad-foundation.org/
class GeoLocation::Gmaps
def self.geocode(address)