Skip to content

Commit

Permalink
update years
Browse files Browse the repository at this point in the history
  • Loading branch information
olbrich committed Jan 2, 2012
1 parent ce2e3c7 commit 45d8839
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
Copyright (c) 2006-2011 Kevin C. Olbrich, Ph.D.
Copyright (c) 2006-2012 Kevin C. Olbrich, Ph.D.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
4 changes: 2 additions & 2 deletions lib/ruby_units/unit.rb
Expand Up @@ -5,7 +5,7 @@
require 'rational'
# :nocov_19:
end
# Copyright 2006-2011
# Copyright 2006-2012
#
# @author Kevin C. Olbrich, Ph.D.
# @see https://github.com/olbrich/ruby-units
Expand All @@ -32,7 +32,7 @@
# @todo refactor internal representation of units
# @todo method to determine best natural prefix
class Unit < Numeric
VERSION = Unit::Version::STRING
VERSION = Unit::Version::STRING
@@definitions = {}
@@PREFIX_VALUES = {}
@@PREFIX_MAP = {}
Expand Down

0 comments on commit 45d8839

Please sign in to comment.