Skip to content

Commit

Permalink
move attribution notice to the top of extconf.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Balthrop committed Mar 28, 2010
1 parent 16f8180 commit 21cc2ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ext/extconf.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
require 'mkmf'
require 'rbconfig'

# Attribution Notice:
# ===================
# This code was derived from Evan's Weaver memcached library: http://github.com/fauna/memcached
# It uses the AFL3 License (text at the end of this file).

HERE = File.expand_path(File.dirname(__FILE__))
BUNDLE = Dir.glob("libmemcached-*.tar.gz").first
BUNDLE_PATH = BUNDLE.sub(".tar.gz", "")
Expand Down Expand Up @@ -49,11 +54,6 @@

create_makefile('memcache/native_server')

# Attribution Notice:
# ===================
# The above code was taken from Evan's Weaver memcached library: http://github.com/fauna/memcached
# It uses the AFL3 License, see below:

__END__

Academic Free License (AFL) v. 3.0
Expand Down

0 comments on commit 21cc2ab

Please sign in to comment.