From 14fe2edddd4e956b082e2c6475ea1fdfa63cf588 Mon Sep 17 00:00:00 2001 From: Henry Huang Date: Mon, 23 Feb 2015 10:52:25 +0800 Subject: [PATCH] Update the license info --- cob.conf | 2 +- cob.py | 4 ++-- cob.repo | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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.