diff --git a/README.md b/README.md index 6a273b1..d3a75e9 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Sluice was developed by [Alex Dean] [alexanderdean] ([Snowplow Analytics] [snowp ## Copyright and license -Sluice is copyright 2012-2013 Snowplow Analytics Ltd. +Sluice is copyright 2012-2014 Snowplow Analytics Ltd. Licensed under the [Apache License, Version 2.0] [license] (the "License"); you may not use this software except in compliance with the License. diff --git a/lib/sluice.rb b/lib/sluice.rb index da869f2..49bb59c 100644 --- a/lib/sluice.rb +++ b/lib/sluice.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2012 SnowPlow Analytics Ltd. All rights reserved. +# Copyright (c) 2012-2014 Snowplow Analytics Ltd. All rights reserved. # # This program is licensed to you under the Apache License Version 2.0, # and you may not use this file except in compliance with the Apache License Version 2.0. @@ -10,7 +10,7 @@ # See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. # Author:: Alex Dean (mailto:support@snowplowanalytics.com) -# Copyright:: Copyright (c) 2012 SnowPlow Analytics Ltd +# Copyright:: Copyright (c) 2012-2014 Snowplow Analytics Ltd # License:: Apache License Version 2.0 require 'sluice/errors' diff --git a/lib/sluice/errors.rb b/lib/sluice/errors.rb index 052f390..97508ad 100644 --- a/lib/sluice/errors.rb +++ b/lib/sluice/errors.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2012 SnowPlow Analytics Ltd. All rights reserved. +# Copyright (c) 2012-2014 Snowplow Analytics Ltd. All rights reserved. # # This program is licensed to you under the Apache License Version 2.0, # and you may not use this file except in compliance with the Apache License Version 2.0. @@ -10,7 +10,7 @@ # See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. # Author:: Alex Dean (mailto:support@snowplowanalytics.com) -# Copyright:: Copyright (c) 2012 SnowPlow Analytics Ltd +# Copyright:: Copyright (c) 2012-2014 Snowplow Analytics Ltd # License:: Apache License Version 2.0 # All errors diff --git a/lib/sluice/storage/s3/contracts.rb b/lib/sluice/storage/s3/contracts.rb index 891eb3e..b2cfbf9 100644 --- a/lib/sluice/storage/s3/contracts.rb +++ b/lib/sluice/storage/s3/contracts.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2012 SnowPlow Analytics Ltd. All rights reserved. +# Copyright (c) 2012-2014 Snowplow Analytics Ltd. All rights reserved. # # This program is licensed to you under the Apache License Version 2.0, # and you may not use this file except in compliance with the Apache License Version 2.0. @@ -10,7 +10,7 @@ # See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. # Authors:: Alex Dean (mailto:support@snowplowanalytics.com), Michael Tibben -# Copyright:: Copyright (c) 2012 SnowPlow Analytics Ltd +# Copyright:: Copyright (c) 2012-2014 Snowplow Analytics Ltd # License:: Apache License Version 2.0 require 'fog' diff --git a/lib/sluice/storage/s3/location.rb b/lib/sluice/storage/s3/location.rb index 48ad764..c6a7250 100644 --- a/lib/sluice/storage/s3/location.rb +++ b/lib/sluice/storage/s3/location.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2012 SnowPlow Analytics Ltd. All rights reserved. +# Copyright (c) 2012-2014 Snowplow Analytics Ltd. All rights reserved. # # This program is licensed to you under the Apache License Version 2.0, # and you may not use this file except in compliance with the Apache License Version 2.0. @@ -10,7 +10,7 @@ # See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. # Authors:: Alex Dean (mailto:support@snowplowanalytics.com), Michael Tibben -# Copyright:: Copyright (c) 2012 SnowPlow Analytics Ltd +# Copyright:: Copyright (c) 2012-2014 Snowplow Analytics Ltd # License:: Apache License Version 2.0 require 'contracts' diff --git a/lib/sluice/storage/s3/manifest.rb b/lib/sluice/storage/s3/manifest.rb index 4357b9b..023c14b 100644 --- a/lib/sluice/storage/s3/manifest.rb +++ b/lib/sluice/storage/s3/manifest.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2012 SnowPlow Analytics Ltd. All rights reserved. +# Copyright (c) 2012-2014 Snowplow Analytics Ltd. All rights reserved. # # This program is licensed to you under the Apache License Version 2.0, # and you may not use this file except in compliance with the Apache License Version 2.0. @@ -10,7 +10,7 @@ # See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. # Authors:: Alex Dean (mailto:support@snowplowanalytics.com), Michael Tibben -# Copyright:: Copyright (c) 2012 SnowPlow Analytics Ltd +# Copyright:: Copyright (c) 2012-2014 Snowplow Analytics Ltd # License:: Apache License Version 2.0 require 'set' diff --git a/lib/sluice/storage/s3/s3.rb b/lib/sluice/storage/s3/s3.rb index 83ea288..f0a2a03 100644 --- a/lib/sluice/storage/s3/s3.rb +++ b/lib/sluice/storage/s3/s3.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2012 SnowPlow Analytics Ltd. All rights reserved. +# Copyright (c) 2012-2014 Snowplow Analytics Ltd. All rights reserved. # # This program is licensed to you under the Apache License Version 2.0, # and you may not use this file except in compliance with the Apache License Version 2.0. @@ -10,7 +10,7 @@ # See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. # Authors:: Alex Dean (mailto:support@snowplowanalytics.com), Michael Tibben -# Copyright:: Copyright (c) 2012 SnowPlow Analytics Ltd +# Copyright:: Copyright (c) 2012-2014 Snowplow Analytics Ltd # License:: Apache License Version 2.0 require 'tmpdir' diff --git a/lib/sluice/storage/storage.rb b/lib/sluice/storage/storage.rb index 307ff7b..7a5c185 100644 --- a/lib/sluice/storage/storage.rb +++ b/lib/sluice/storage/storage.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2012 SnowPlow Analytics Ltd. All rights reserved. +# Copyright (c) 2012-2014 Snowplow Analytics Ltd. All rights reserved. # # This program is licensed to you under the Apache License Version 2.0, # and you may not use this file except in compliance with the Apache License Version 2.0. @@ -10,7 +10,7 @@ # See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. # Author:: Alex Dean (mailto:support@snowplowanalytics.com), Michael Tibben -# Copyright:: Copyright (c) 2012 SnowPlow Analytics Ltd +# Copyright:: Copyright (c) 2012-2014 Snowplow Analytics Ltd # License:: Apache License Version 2.0 module Sluice diff --git a/lib/sluice/version.rb b/lib/sluice/version.rb index 03060c4..751d375 100644 --- a/lib/sluice/version.rb +++ b/lib/sluice/version.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2012 SnowPlow Analytics Ltd. All rights reserved. +# Copyright (c) 2012-2014 Snowplow Analytics Ltd. All rights reserved. # # This program is licensed to you under the Apache License Version 2.0, # and you may not use this file except in compliance with the Apache License Version 2.0. @@ -10,7 +10,7 @@ # See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. # Author:: Alex Dean (mailto:support@snowplowanalytics.com) -# Copyright:: Copyright (c) 2012 SnowPlow Analytics Ltd +# Copyright:: Copyright (c) 2012-2014 Snowplow Analytics Ltd # License:: Apache License Version 2.0 module Sluice diff --git a/sluice.gemspec b/sluice.gemspec index 2bbb565..77fff98 100644 --- a/sluice.gemspec +++ b/sluice.gemspec @@ -1,4 +1,4 @@ -# Copyright (c) 2012 SnowPlow Analytics Ltd. All rights reserved. +# Copyright (c) 2012-2014 Snowplow Analytics Ltd. All rights reserved. # # This program is licensed to you under the Apache License Version 2.0, # and you may not use this file except in compliance with the Apache License Version 2.0. @@ -10,7 +10,7 @@ # See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. # Author:: Alex Dean (mailto:support@snowplowanalytics.com) -# Copyright:: Copyright (c) 2012 SnowPlow Analytics Ltd +# Copyright:: Copyright (c) 2012-2014 Snowplow Analytics Ltd # License:: Apache License Version 2.0 # -*- encoding: utf-8 -*- diff --git a/spec/storage/s3/location_spec.rb b/spec/storage/s3/location_spec.rb index c4cb079..c60fa1b 100644 --- a/spec/storage/s3/location_spec.rb +++ b/spec/storage/s3/location_spec.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2012 SnowPlow Analytics Ltd. All rights reserved. +# Copyright (c) 2012-2014 Snowplow Analytics Ltd. All rights reserved. # # This program is licensed to you under the Apache License Version 2.0, # and you may not use this file except in compliance with the Apache License Version 2.0. @@ -10,7 +10,7 @@ # See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. # Authors:: Alex Dean (mailto:support@snowplowanalytics.com), Michael Tibben -# Copyright:: Copyright (c) 2012 SnowPlow Analytics Ltd +# Copyright:: Copyright (c) 2012-2014 Snowplow Analytics Ltd # License:: Apache License Version 2.0 require 'spec_helper'