diff --git a/LICENSE b/LICENSE index 66377ec3..1ad4e4c2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2011, SoundCloud, Rany Keddo, Tobias Bielohlawek, Tobias Schmidt +Copyright (c) 2011 - 2013, SoundCloud, Rany Keddo, Tobias Bielohlawek, Tobias Schmidt All rights reserved. diff --git a/lib/lhm.rb b/lib/lhm.rb index a8fedfe5..881bf300 100644 --- a/lib/lhm.rb +++ b/lib/lhm.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require 'lhm/table' diff --git a/lib/lhm/atomic_switcher.rb b/lib/lhm/atomic_switcher.rb index ab45c719..583c5396 100644 --- a/lib/lhm/atomic_switcher.rb +++ b/lib/lhm/atomic_switcher.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require 'lhm/command' diff --git a/lib/lhm/chunker.rb b/lib/lhm/chunker.rb index 010de53d..c7b4ad88 100644 --- a/lib/lhm/chunker.rb +++ b/lib/lhm/chunker.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require 'lhm/command' diff --git a/lib/lhm/command.rb b/lib/lhm/command.rb index a7657406..84aa431d 100644 --- a/lib/lhm/command.rb +++ b/lib/lhm/command.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt module Lhm diff --git a/lib/lhm/entangler.rb b/lib/lhm/entangler.rb index d60d3bba..fae0a9ab 100644 --- a/lib/lhm/entangler.rb +++ b/lib/lhm/entangler.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require 'lhm/command' diff --git a/lib/lhm/intersection.rb b/lib/lhm/intersection.rb index 1e690b63..b28e110a 100644 --- a/lib/lhm/intersection.rb +++ b/lib/lhm/intersection.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt module Lhm diff --git a/lib/lhm/invoker.rb b/lib/lhm/invoker.rb index 8e53efd5..402a99f0 100644 --- a/lib/lhm/invoker.rb +++ b/lib/lhm/invoker.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require 'lhm/chunker' diff --git a/lib/lhm/locked_switcher.rb b/lib/lhm/locked_switcher.rb index 837a1d01..cd2b9318 100644 --- a/lib/lhm/locked_switcher.rb +++ b/lib/lhm/locked_switcher.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require 'lhm/command' diff --git a/lib/lhm/migration.rb b/lib/lhm/migration.rb index 29544775..ac73d7fe 100644 --- a/lib/lhm/migration.rb +++ b/lib/lhm/migration.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require 'lhm/intersection' diff --git a/lib/lhm/migrator.rb b/lib/lhm/migrator.rb index b7646c5d..ad1bcdd1 100644 --- a/lib/lhm/migrator.rb +++ b/lib/lhm/migrator.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require 'lhm/command' diff --git a/lib/lhm/sql_helper.rb b/lib/lhm/sql_helper.rb index 9ce2c4eb..3f9f4032 100644 --- a/lib/lhm/sql_helper.rb +++ b/lib/lhm/sql_helper.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt module Lhm diff --git a/lib/lhm/table.rb b/lib/lhm/table.rb index a340b6e8..1f7ed377 100644 --- a/lib/lhm/table.rb +++ b/lib/lhm/table.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require 'lhm/sql_helper' diff --git a/lib/lhm/version.rb b/lib/lhm/version.rb index bb5dd4d5..57b86fe1 100644 --- a/lib/lhm/version.rb +++ b/lib/lhm/version.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt module Lhm diff --git a/spec/bootstrap.rb b/spec/bootstrap.rb index 4ddba9c0..65f4ef11 100644 --- a/spec/bootstrap.rb +++ b/spec/bootstrap.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require 'minitest/spec' diff --git a/spec/integration/atomic_switcher_spec.rb b/spec/integration/atomic_switcher_spec.rb index 1018d048..de5f1b48 100644 --- a/spec/integration/atomic_switcher_spec.rb +++ b/spec/integration/atomic_switcher_spec.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require File.expand_path(File.dirname(__FILE__)) + '/integration_helper' diff --git a/spec/integration/chunker_spec.rb b/spec/integration/chunker_spec.rb index e8156e8b..da024e0e 100644 --- a/spec/integration/chunker_spec.rb +++ b/spec/integration/chunker_spec.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require File.expand_path(File.dirname(__FILE__)) + '/integration_helper' diff --git a/spec/integration/entangler_spec.rb b/spec/integration/entangler_spec.rb index bdd9ebc6..fff48800 100644 --- a/spec/integration/entangler_spec.rb +++ b/spec/integration/entangler_spec.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require File.expand_path(File.dirname(__FILE__)) + '/integration_helper' diff --git a/spec/integration/integration_helper.rb b/spec/integration/integration_helper.rb index b170081e..ceaf7ef8 100644 --- a/spec/integration/integration_helper.rb +++ b/spec/integration/integration_helper.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require File.expand_path(File.dirname(__FILE__)) + "/../bootstrap" diff --git a/spec/integration/lhm_spec.rb b/spec/integration/lhm_spec.rb index 3d7d9ca9..bcf4f96f 100644 --- a/spec/integration/lhm_spec.rb +++ b/spec/integration/lhm_spec.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require File.expand_path(File.dirname(__FILE__)) + '/integration_helper' diff --git a/spec/integration/locked_switcher_spec.rb b/spec/integration/locked_switcher_spec.rb index a61c5c95..218e6c01 100644 --- a/spec/integration/locked_switcher_spec.rb +++ b/spec/integration/locked_switcher_spec.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require File.expand_path(File.dirname(__FILE__)) + '/integration_helper' diff --git a/spec/integration/table_spec.rb b/spec/integration/table_spec.rb index a5f0b0f4..58905f88 100644 --- a/spec/integration/table_spec.rb +++ b/spec/integration/table_spec.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require File.expand_path(File.dirname(__FILE__)) + '/integration_helper' diff --git a/spec/unit/active_record_connection_spec.rb b/spec/unit/active_record_connection_spec.rb index 7ffc29aa..5fa54846 100644 --- a/spec/unit/active_record_connection_spec.rb +++ b/spec/unit/active_record_connection_spec.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd. +# Copyright (c) 2011 - 2013, SoundCloud Ltd. require File.expand_path(File.dirname(__FILE__)) + '/unit_helper' require 'lhm/connection' diff --git a/spec/unit/atomic_switcher_spec.rb b/spec/unit/atomic_switcher_spec.rb index 40e2cdc9..48e81890 100644 --- a/spec/unit/atomic_switcher_spec.rb +++ b/spec/unit/atomic_switcher_spec.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require File.expand_path(File.dirname(__FILE__)) + '/unit_helper' diff --git a/spec/unit/chunker_spec.rb b/spec/unit/chunker_spec.rb index 82137d96..07b3d58c 100644 --- a/spec/unit/chunker_spec.rb +++ b/spec/unit/chunker_spec.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require File.expand_path(File.dirname(__FILE__)) + '/unit_helper' diff --git a/spec/unit/connection_spec.rb b/spec/unit/connection_spec.rb index 1c1b9c3b..262244f5 100644 --- a/spec/unit/connection_spec.rb +++ b/spec/unit/connection_spec.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd. +# Copyright (c) 2011 - 2013, SoundCloud Ltd. require 'lhm/connection' diff --git a/spec/unit/datamapper_connection_spec.rb b/spec/unit/datamapper_connection_spec.rb index a8cb27cb..1a8e65b1 100644 --- a/spec/unit/datamapper_connection_spec.rb +++ b/spec/unit/datamapper_connection_spec.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd. +# Copyright (c) 2011 - 2013, SoundCloud Ltd. require File.expand_path(File.dirname(__FILE__)) + '/unit_helper' require 'lhm/connection' diff --git a/spec/unit/entangler_spec.rb b/spec/unit/entangler_spec.rb index bba5884d..bbff4e8e 100644 --- a/spec/unit/entangler_spec.rb +++ b/spec/unit/entangler_spec.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require File.expand_path(File.dirname(__FILE__)) + '/unit_helper' diff --git a/spec/unit/intersection_spec.rb b/spec/unit/intersection_spec.rb index e728c72a..4bb1f333 100644 --- a/spec/unit/intersection_spec.rb +++ b/spec/unit/intersection_spec.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require File.expand_path(File.dirname(__FILE__)) + '/unit_helper' diff --git a/spec/unit/locked_switcher_spec.rb b/spec/unit/locked_switcher_spec.rb index ba47d490..3fbd9cd2 100644 --- a/spec/unit/locked_switcher_spec.rb +++ b/spec/unit/locked_switcher_spec.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require File.expand_path(File.dirname(__FILE__)) + '/unit_helper' diff --git a/spec/unit/migration_spec.rb b/spec/unit/migration_spec.rb index e2ea3b98..70dbbd3a 100644 --- a/spec/unit/migration_spec.rb +++ b/spec/unit/migration_spec.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require File.expand_path(File.dirname(__FILE__)) + '/unit_helper' diff --git a/spec/unit/migrator_spec.rb b/spec/unit/migrator_spec.rb index 416dd7e0..2a14f866 100644 --- a/spec/unit/migrator_spec.rb +++ b/spec/unit/migrator_spec.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require File.expand_path(File.dirname(__FILE__)) + '/unit_helper' diff --git a/spec/unit/sql_helper_spec.rb b/spec/unit/sql_helper_spec.rb index 11f4d37b..d077f702 100644 --- a/spec/unit/sql_helper_spec.rb +++ b/spec/unit/sql_helper_spec.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require File.expand_path(File.dirname(__FILE__)) + '/unit_helper' diff --git a/spec/unit/table_spec.rb b/spec/unit/table_spec.rb index fcf70187..285a4bc2 100644 --- a/spec/unit/table_spec.rb +++ b/spec/unit/table_spec.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require File.expand_path(File.dirname(__FILE__)) + '/unit_helper' diff --git a/spec/unit/unit_helper.rb b/spec/unit/unit_helper.rb index eb134116..d04cf796 100644 --- a/spec/unit/unit_helper.rb +++ b/spec/unit/unit_helper.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias +# Copyright (c) 2011 - 2013, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias # Schmidt require File.expand_path(File.dirname(__FILE__)) + "/../bootstrap"