Skip to content

Commit 9594ddc

Browse files
committed
Update license
1 parent bb900f2 commit 9594ddc

35 files changed

+63
-34
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2012-2014, Matias Fontanini
1+
Copyright (c) 2016-2017, Matias Fontanini
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

include/cppkafka/buffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Matias Fontanini
2+
* Copyright (c) 2017, Matias Fontanini
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

include/cppkafka/clonable_ptr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Matias Fontanini
2+
* Copyright (c) 2017, Matias Fontanini
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

include/cppkafka/configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Matias Fontanini
2+
* Copyright (c) 2017, Matias Fontanini
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

include/cppkafka/configuration_base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Matias Fontanini
2+
* Copyright (c) 2017, Matias Fontanini
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

include/cppkafka/configuration_option.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Matias Fontanini
2+
* Copyright (c) 2017, Matias Fontanini
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

include/cppkafka/consumer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Matias Fontanini
2+
* Copyright (c) 2017, Matias Fontanini
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

include/cppkafka/error.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Matias Fontanini
2+
* Copyright (c) 2017, Matias Fontanini
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

include/cppkafka/exceptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Matias Fontanini
2+
* Copyright (c) 2017, Matias Fontanini
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

include/cppkafka/kafka_handle_base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Matias Fontanini
2+
* Copyright (c) 2017, Matias Fontanini
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)