From 1fdcd00559939ac52494a9e00e7df9396f9f5fa6 Mon Sep 17 00:00:00 2001 From: Martey Dodoo Date: Sat, 15 Oct 2016 17:45:48 -0400 Subject: [PATCH] Update copyright notices. --- LICENSE | 3 ++- docs/conf.py | 2 +- facebook/__init__.py | 1 + facebook/version.py | 2 +- test/test_facebook.py | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index d483aca3..295cc738 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,5 @@ -Copyright 2016 Mobolic +Copyright 2010 Facebook +Copyright 2015 Mobolic 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/docs/conf.py b/docs/conf.py index b64b6020..3448ec44 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,7 @@ # General information about the project. project = u'Facebook SDK for Python' -copyright = u'2010 Facebook, 2016 Mobolic LLC' +copyright = u'2010 Facebook, 2015 Mobolic' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/facebook/__init__.py b/facebook/__init__.py index 62aa8f73..02c1ef2a 100755 --- a/facebook/__init__.py +++ b/facebook/__init__.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # # Copyright 2010 Facebook +# Copyright 2015 Mobolic # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/facebook/version.py b/facebook/version.py index db9e4e99..768d1d47 100644 --- a/facebook/version.py +++ b/facebook/version.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2014 Martey Dodoo +# Copyright 2015 Mobolic # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/test/test_facebook.py b/test/test_facebook.py index a7ca9418..b472ce9c 100644 --- a/test/test_facebook.py +++ b/test/test_facebook.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2013-2016 Martey Dodoo +# Copyright 2015 Mobolic # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain