diff --git a/cob.conf b/cob.conf index ada5571..badb134 100644 --- a/cob.conf +++ b/cob.conf @@ -1,7 +1,7 @@ ; ; Cob: yet another yum S3 plugin - /etc/yum/pluginconf.d/cob.conf ; -; Copyright 2014, Henry Huang +; Copyright 2014-2015, Henry Huang . All Rights Reserved. ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. diff --git a/cob.py b/cob.py index 001647e..325a419 100644 --- a/cob.py +++ b/cob.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Cob: yet another yum S3 plugin # -# Copyright 2014, Henry Huang +# Copyright 2014-2015, Henry Huang . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.3.0" +__version__ = "0.3.1" import base64 import hmac diff --git a/cob.repo b/cob.repo index 0724b19..770b93a 100644 --- a/cob.repo +++ b/cob.repo @@ -1,7 +1,7 @@ ; ; sample yum S3 repository config /etc/yum.repos.d/cob.conf ; -; Copyright 2014, Henry Huang +; Copyright 2014-2015, Henry Huang . All Rights Reserved. ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License.