Mercurial > libervia-pubsub
changeset 235:64f780413b82
fixed Ralph Meijer copyright years (last commit was in 2011, not in 2009)
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 17 May 2012 01:59:56 +0200 |
parents | 51af2ed8bd50 |
children | 65bc75603539 |
files | README sat_pubsub/__init__.py sat_pubsub/backend.py sat_pubsub/error.py sat_pubsub/gateway.py sat_pubsub/iidavoll.py sat_pubsub/memory_storage.py sat_pubsub/pgsql_storage.py sat_pubsub/tap.py sat_pubsub/tap_http.py sat_pubsub/test/__init__.py sat_pubsub/test/test_backend.py sat_pubsub/test/test_gateway.py sat_pubsub/test/test_storage.py setup.py twisted/plugins/idavoll.py twisted/plugins/idavoll_http.py |
diffstat | 17 files changed, 34 insertions(+), 34 deletions(-) [+] |
line wrap: on
line diff
--- a/README Thu May 17 01:53:12 2012 +0200 +++ b/README Thu May 17 01:59:56 2012 +0200 @@ -1,7 +1,7 @@ Sat PubSub component This program is heavily based on Idavoll (0.9.1), which was written by Ralph Meijer -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Copyright (c) 2012 Jérôme Poisson ** Below is the original README from Idavoll ** @@ -34,7 +34,7 @@ Copyright ========= -All of the code in this distribution is Copyright (c) 2003-2009 Ralph Meijer. +All of the code in this distribution is Copyright (c) 2003-2011 Ralph Meijer. Idavoll is made available under the MIT license. The included LICENSE file describes this in detail.
--- a/sat_pubsub/__init__.py Thu May 17 01:53:12 2012 +0200 +++ b/sat_pubsub/__init__.py Thu May 17 01:59:56 2012 +0200 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- """ -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Copyright (c) 2012 Jérôme Poisson @@ -29,7 +29,7 @@ Here is a copy of the original license: -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
--- a/sat_pubsub/backend.py Thu May 17 01:53:12 2012 +0200 +++ b/sat_pubsub/backend.py Thu May 17 01:59:56 2012 +0200 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- """ -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Copyright (c) 2012 Jérôme Poisson @@ -29,7 +29,7 @@ Here is a copy of the original license: -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
--- a/sat_pubsub/error.py Thu May 17 01:53:12 2012 +0200 +++ b/sat_pubsub/error.py Thu May 17 01:59:56 2012 +0200 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- """ -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Copyright (c) 2012 Jérôme Poisson @@ -29,7 +29,7 @@ Here is a copy of the original license: -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
--- a/sat_pubsub/gateway.py Thu May 17 01:53:12 2012 +0200 +++ b/sat_pubsub/gateway.py Thu May 17 01:59:56 2012 +0200 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- """ -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Copyright (c) 2012 Jérôme Poisson @@ -29,7 +29,7 @@ Here is a copy of the original license: -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
--- a/sat_pubsub/iidavoll.py Thu May 17 01:53:12 2012 +0200 +++ b/sat_pubsub/iidavoll.py Thu May 17 01:59:56 2012 +0200 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- """ -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Copyright (c) 2012 Jérôme Poisson @@ -29,7 +29,7 @@ Here is a copy of the original license: -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
--- a/sat_pubsub/memory_storage.py Thu May 17 01:53:12 2012 +0200 +++ b/sat_pubsub/memory_storage.py Thu May 17 01:59:56 2012 +0200 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- """ -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Copyright (c) 2012 Jérôme Poisson @@ -29,7 +29,7 @@ Here is a copy of the original license: -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
--- a/sat_pubsub/pgsql_storage.py Thu May 17 01:53:12 2012 +0200 +++ b/sat_pubsub/pgsql_storage.py Thu May 17 01:59:56 2012 +0200 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- """ -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Copyright (c) 2012 Jérôme Poisson @@ -29,7 +29,7 @@ Here is a copy of the original license: -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
--- a/sat_pubsub/tap.py Thu May 17 01:53:12 2012 +0200 +++ b/sat_pubsub/tap.py Thu May 17 01:59:56 2012 +0200 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- """ -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Copyright (c) 2012 Jérôme Poisson @@ -29,7 +29,7 @@ Here is a copy of the original license: -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
--- a/sat_pubsub/tap_http.py Thu May 17 01:53:12 2012 +0200 +++ b/sat_pubsub/tap_http.py Thu May 17 01:59:56 2012 +0200 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- """ -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Copyright (c) 2012 Jérôme Poisson @@ -29,7 +29,7 @@ Here is a copy of the original license: -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
--- a/sat_pubsub/test/__init__.py Thu May 17 01:53:12 2012 +0200 +++ b/sat_pubsub/test/__init__.py Thu May 17 01:59:56 2012 +0200 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- """ -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Copyright (c) 2012 Jérôme Poisson @@ -29,7 +29,7 @@ Here is a copy of the original license: -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
--- a/sat_pubsub/test/test_backend.py Thu May 17 01:53:12 2012 +0200 +++ b/sat_pubsub/test/test_backend.py Thu May 17 01:59:56 2012 +0200 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- """ -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Copyright (c) 2012 Jérôme Poisson @@ -29,7 +29,7 @@ Here is a copy of the original license: -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
--- a/sat_pubsub/test/test_gateway.py Thu May 17 01:53:12 2012 +0200 +++ b/sat_pubsub/test/test_gateway.py Thu May 17 01:59:56 2012 +0200 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- """ -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Copyright (c) 2012 Jérôme Poisson @@ -29,7 +29,7 @@ Here is a copy of the original license: -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
--- a/sat_pubsub/test/test_storage.py Thu May 17 01:53:12 2012 +0200 +++ b/sat_pubsub/test/test_storage.py Thu May 17 01:59:56 2012 +0200 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- """ -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Copyright (c) 2012 Jérôme Poisson @@ -29,7 +29,7 @@ Here is a copy of the original license: -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
--- a/setup.py Thu May 17 01:53:12 2012 +0200 +++ b/setup.py Thu May 17 01:59:56 2012 +0200 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- """ -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Copyright (c) 2012 Jérôme Poisson @@ -29,7 +29,7 @@ Here is a copy of the original license: -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
--- a/twisted/plugins/idavoll.py Thu May 17 01:53:12 2012 +0200 +++ b/twisted/plugins/idavoll.py Thu May 17 01:59:56 2012 +0200 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- """ -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Copyright (c) 2012 Jérôme Poisson @@ -29,7 +29,7 @@ Here is a copy of the original license: -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
--- a/twisted/plugins/idavoll_http.py Thu May 17 01:53:12 2012 +0200 +++ b/twisted/plugins/idavoll_http.py Thu May 17 01:59:56 2012 +0200 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- """ -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Copyright (c) 2012 Jérôme Poisson @@ -29,7 +29,7 @@ Here is a copy of the original license: -Copyright (c) 2003-2009 Ralph Meijer +Copyright (c) 2003-2011 Ralph Meijer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the