From 0878ed6123706ed4201644ee798da993f8cb5ad4 Mon Sep 17 00:00:00 2001 From: Noah Kantrowitz Date: Tue, 2 Feb 2016 14:43:28 -0800 Subject: Copyright year update for 2016 and massive cleanup. Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g" --- spec/unit/provider/ifconfig/aix_spec.rb | 2 +- spec/unit/provider/ifconfig/debian_spec.rb | 2 +- spec/unit/provider/ifconfig/redhat_spec.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'spec/unit/provider/ifconfig') diff --git a/spec/unit/provider/ifconfig/aix_spec.rb b/spec/unit/provider/ifconfig/aix_spec.rb index 6213de4803..89407bc68e 100644 --- a/spec/unit/provider/ifconfig/aix_spec.rb +++ b/spec/unit/provider/ifconfig/aix_spec.rb @@ -1,6 +1,6 @@ # # Author:: Kaustubh Deorukhkar () -# Copyright:: Copyright (c) 2013 Opscode, Inc. +# Copyright:: Copyright 2013-2016, Opscode, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/unit/provider/ifconfig/debian_spec.rb b/spec/unit/provider/ifconfig/debian_spec.rb index b116ecf127..d0ae988344 100644 --- a/spec/unit/provider/ifconfig/debian_spec.rb +++ b/spec/unit/provider/ifconfig/debian_spec.rb @@ -1,6 +1,6 @@ # # Author:: Xabier de Zuazo (xabier@onddo.com) -# Copyright:: Copyright (c) 2013 Onddo Labs, SL. +# Copyright:: Copyright 2013-2016, Onddo Labs, SL. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/unit/provider/ifconfig/redhat_spec.rb b/spec/unit/provider/ifconfig/redhat_spec.rb index bdcaa57330..0088cef9f9 100644 --- a/spec/unit/provider/ifconfig/redhat_spec.rb +++ b/spec/unit/provider/ifconfig/redhat_spec.rb @@ -1,6 +1,6 @@ # # Author:: Xabier de Zuazo (xabier@onddo.com) -# Copyright:: Copyright (c) 2013 Onddo Labs, SL. +# Copyright:: Copyright 2013-2016, Onddo Labs, SL. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); -- cgit v1.2.1