summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2014-08-26 21:31:42 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2014-08-26 21:31:42 -0700
commitbfd8cc9129da46136691a88c06d505b78f0043ae (patch)
treec8a47e1c05782d8130a37edeefc633699fdab303
parent072191a6e9815c54bac2ce276db8b7abf26c3230 (diff)
downloadrabbitmq-c-github-ask-bfd8cc9129da46136691a88c06d505b78f0043ae.tar.gz
Update copyright on files changed in 2014.
-rw-r--r--librabbitmq/amqp.h2
-rw-r--r--librabbitmq/amqp_connection.c2
-rw-r--r--librabbitmq/amqp_consumer.c2
-rw-r--r--librabbitmq/amqp_openssl.c6
-rw-r--r--librabbitmq/amqp_private.h2
-rw-r--r--librabbitmq/amqp_socket.c2
-rw-r--r--librabbitmq/amqp_socket.h6
-rw-r--r--librabbitmq/amqp_ssl_socket.h6
-rw-r--r--librabbitmq/amqp_tcp_socket.h6
-rw-r--r--librabbitmq/amqp_timer.c3
-rw-r--r--librabbitmq/amqp_timer.h3
-rw-r--r--librabbitmq/win32/threads.h6
12 files changed, 34 insertions, 12 deletions
diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h
index 0f3a932..b120d83 100644
--- a/librabbitmq/amqp.h
+++ b/librabbitmq/amqp.h
@@ -4,7 +4,7 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
- * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2014
* Alan Antonuk. All Rights Reserved.
*
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
diff --git a/librabbitmq/amqp_connection.c b/librabbitmq/amqp_connection.c
index 88136cd..3315969 100644
--- a/librabbitmq/amqp_connection.c
+++ b/librabbitmq/amqp_connection.c
@@ -3,7 +3,7 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
- * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2014
* Alan Antonuk. All Rights Reserved.
*
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
diff --git a/librabbitmq/amqp_consumer.c b/librabbitmq/amqp_consumer.c
index be71118..cf08fd5 100644
--- a/librabbitmq/amqp_consumer.c
+++ b/librabbitmq/amqp_consumer.c
@@ -3,7 +3,7 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
- * Portions created by Alan Antonuk are Copyright (c) 2013
+ * Portions created by Alan Antonuk are Copyright (c) 2013-2014
* Alan Antonuk. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person
diff --git a/librabbitmq/amqp_openssl.c b/librabbitmq/amqp_openssl.c
index 9066d23..393a84e 100644
--- a/librabbitmq/amqp_openssl.c
+++ b/librabbitmq/amqp_openssl.c
@@ -1,6 +1,10 @@
/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */
/*
- * Copyright 2012-2013 Michael Steinert
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2014 Alan Antonuk.
+ * All Rights Reserved.
+ *
+ * Portions created by Michael Steinert are Copyright (c) 2012-2014 Michael
+ * Steinert. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
diff --git a/librabbitmq/amqp_private.h b/librabbitmq/amqp_private.h
index 21f4ead..77a8f39 100644
--- a/librabbitmq/amqp_private.h
+++ b/librabbitmq/amqp_private.h
@@ -6,7 +6,7 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
- * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2014
* Alan Antonuk. All Rights Reserved.
*
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
diff --git a/librabbitmq/amqp_socket.c b/librabbitmq/amqp_socket.c
index 3a2881e..29a7389 100644
--- a/librabbitmq/amqp_socket.c
+++ b/librabbitmq/amqp_socket.c
@@ -3,7 +3,7 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
- * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2014
* Alan Antonuk. All Rights Reserved.
*
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
diff --git a/librabbitmq/amqp_socket.h b/librabbitmq/amqp_socket.h
index bdeea63..315c4df 100644
--- a/librabbitmq/amqp_socket.h
+++ b/librabbitmq/amqp_socket.h
@@ -1,6 +1,10 @@
/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */
/*
- * Copyright 2012-2013 Michael Steinert
+ * Portions created by Alan Antonuk are Copyright (c) 2013-2014 Alan Antonuk.
+ * All Rights Reserved.
+ *
+ * Portions created by Michael Steinert are Copyright (c) 2012-2013 Michael
+ * Steinert. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
diff --git a/librabbitmq/amqp_ssl_socket.h b/librabbitmq/amqp_ssl_socket.h
index 7f8ea64..21a346a 100644
--- a/librabbitmq/amqp_ssl_socket.h
+++ b/librabbitmq/amqp_ssl_socket.h
@@ -1,7 +1,11 @@
/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */
/** \file */
/*
- * Copyright 2012-2013 Michael Steinert
+ * Portions created by Alan Antonuk are Copyright (c) 2013-2014 Alan Antonuk.
+ * All Rights Reserved.
+ *
+ * Portions created by Michael Steinert are Copyright (c) 2012-2013 Michael
+ * Steinert. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
diff --git a/librabbitmq/amqp_tcp_socket.h b/librabbitmq/amqp_tcp_socket.h
index 95ed206..7614aa5 100644
--- a/librabbitmq/amqp_tcp_socket.h
+++ b/librabbitmq/amqp_tcp_socket.h
@@ -1,7 +1,11 @@
/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */
/** \file */
/*
- * Copyright 2012-2013 Michael Steinert
+ * Portions created by Alan Antonuk are Copyright (c) 2013-2014 Alan Antonuk.
+ * All Rights Reserved.
+ *
+ * Portions created by Michael Steinert are Copyright (c) 2012-2013 Michael
+ * Steinert. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
diff --git a/librabbitmq/amqp_timer.c b/librabbitmq/amqp_timer.c
index 2b41c83..46410dc 100644
--- a/librabbitmq/amqp_timer.c
+++ b/librabbitmq/amqp_timer.c
@@ -1,6 +1,7 @@
/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */
/*
- * Copyright 2013 Alan Antonuk
+ * Portions created by Alan Antonuk are Copyright (c) 2013-2014 Alan Antonuk.
+ * All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
diff --git a/librabbitmq/amqp_timer.h b/librabbitmq/amqp_timer.h
index 10254a5..3936922 100644
--- a/librabbitmq/amqp_timer.h
+++ b/librabbitmq/amqp_timer.h
@@ -1,6 +1,7 @@
/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */
/*
- * Copyright 2013 Alan Antonuk
+ * Portions created by Alan Antonuk are Copyright (c) 2013-2014 Alan Antonuk.
+ * All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
diff --git a/librabbitmq/win32/threads.h b/librabbitmq/win32/threads.h
index d1de854..9e261ec 100644
--- a/librabbitmq/win32/threads.h
+++ b/librabbitmq/win32/threads.h
@@ -1,6 +1,10 @@
/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */
/*
- * Copyright 2012-2013 Michael Steinert
+ * Portions created by Alan Antonuk are Copyright (c) 2013-2014 Alan Antonuk.
+ * All Rights Reserved.
+ *
+ * Portions created by Michael Steinert are Copyright (c) 2012-2013 Michael
+ * Steinert. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),