Skip to content

Commit

Permalink
Update legal notices regarding Agrona code (#9920)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Topolnik committed Feb 22, 2017
1 parent 305b810 commit dae5d70
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 7 deletions.
9 changes: 8 additions & 1 deletion NOTICE
@@ -1,7 +1,14 @@
The package com.hazelcast.util.collection and the classes:
The packages:

com.hazelcast.util.collection
com.hazelcast.internal.util.concurrent

and the classes:

com.hazelcast.util.QuickMath
com.hazelcast.client.impl.protocol.util.UnsafeBuffer
com.hazelcast.client.impl.protocol.util.BufferBuilder

contain code originating from the Agrona project
(https://github.com/real-logic/Agrona).

Expand Down
1 change: 1 addition & 0 deletions checkstyle/suppressions.xml
Expand Up @@ -15,6 +15,7 @@
<suppress checks="Header" files="com[\\/]hazelcast[\\/]util[\\/]HashUtil"/>
<suppress checks="Header" files="com[\\/]hazelcast[\\/]util[\\/]QuickMath"/>
<suppress checks="Header" files="com[\\/]hazelcast[\\/]util[\\/]collection[\\/]"/>
<suppress checks="Header" files="com[\\/]hazelcast[\\/]internal[\\/]util[\\/]concurrent[\\/]"/>

<!-- Exclude implementation packages from JavaDoc checks -->
<suppress checks="JavadocPackage" files="[\\/]impl[\\/]"/>
Expand Down
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2008, Hazelcast, Inc. All Rights Reserved.
* Original work Copyright 2015 Real Logic Ltd.
* Modified work Copyright (c) 2015, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2008, Hazelcast, Inc. All Rights Reserved.
* Original work Copyright 2015 Real Logic Ltd.
* Modified work Copyright (c) 2015, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2008, Hazelcast, Inc. All Rights Reserved.
* Original work Copyright 2015 Real Logic Ltd.
* Modified work Copyright (c) 2015, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2008, Hazelcast, Inc. All Rights Reserved.
* Original work Copyright 2015 Real Logic Ltd.
* Modified work Copyright (c) 2015, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2008, Hazelcast, Inc. All Rights Reserved.
* Original work Copyright 2015 Real Logic Ltd.
* Modified work Copyright (c) 2015, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2008, Hazelcast, Inc. All Rights Reserved.
* Copyright (c) 2008-2017, Hazelcast, Inc. All Rights Reserved.
* Portions Copyright 2016 Real Logic Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit dae5d70

Please sign in to comment.