You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2017/09/05 18:10:53 UTC

[1/2] libcloud git commit: Remove trailing dot.

Repository: libcloud
Updated Branches:
  refs/heads/trunk b5ca83515 -> 0c0f34d14


Remove trailing dot.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a468d264
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a468d264
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/a468d264

Branch: refs/heads/trunk
Commit: a468d264285122ed589fd763f9c170e000649bdf
Parents: b5ca835
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Tue Sep 5 19:53:20 2017 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Tue Sep 5 19:53:20 2017 +0200

----------------------------------------------------------------------
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/a468d264/docs/conf.py
----------------------------------------------------------------------
diff --git a/docs/conf.py b/docs/conf.py
index c8c903b..8672bdc 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -62,7 +62,7 @@ master_doc = 'index'
 # General information about the project.
 now = datetime.datetime.utcnow()
 project = u'Apache Libcloud'
-copyright = u'2013 - %s, The Apache Software Foundation. Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.' % (now.year)
+copyright = u'2013 - %s, The Apache Software Foundation. Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners' % (now.year)
 
 html_show_sphinx = False
 


[2/2] libcloud git commit: Update copyright start year, also add copyright.rst file which contains copyright + trademarks info.

Posted by to...@apache.org.
Update copyright start year, also add copyright.rst file which contains
copyright + trademarks info.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/0c0f34d1
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/0c0f34d1
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/0c0f34d1

Branch: refs/heads/trunk
Commit: 0c0f34d1411cf369ad85712bed9a20ecd772d414
Parents: a468d26
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Tue Sep 5 20:08:09 2017 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Tue Sep 5 20:08:09 2017 +0200

----------------------------------------------------------------------
 docs/conf.py       | 2 +-
 docs/copyright.rst | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/0c0f34d1/docs/conf.py
----------------------------------------------------------------------
diff --git a/docs/conf.py b/docs/conf.py
index 8672bdc..3e0c983 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -62,7 +62,7 @@ master_doc = 'index'
 # General information about the project.
 now = datetime.datetime.utcnow()
 project = u'Apache Libcloud'
-copyright = u'2013 - %s, The Apache Software Foundation. Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners' % (now.year)
+copyright = u'Copyright (C) 2009 - %s The Apache Software Foundation. Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners' % (now.year)
 
 html_show_sphinx = False
 

http://git-wip-us.apache.org/repos/asf/libcloud/blob/0c0f34d1/docs/copyright.rst
----------------------------------------------------------------------
diff --git a/docs/copyright.rst b/docs/copyright.rst
new file mode 100644
index 0000000..dbe6ca0
--- /dev/null
+++ b/docs/copyright.rst
@@ -0,0 +1,8 @@
+Copyright
+=========
+
+Copyright © 2009 - 2017 `The Apache Software Foundation. <https://www.apache.org/>`_.
+
+Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud
+project logo are trademarks of the Apache Software Foundation. All other marks
+mentioned may be trademarks or registered trademarks of their respective owners.