Skip to content

Commit

Permalink
Merge pull request #30 from tribut/apache-cla
Browse files Browse the repository at this point in the history
Re-license code according to CLA and update link to CLA
  • Loading branch information
gpolitis committed Jun 2, 2016
2 parents 4eba144 + 0b9a68c commit 72a2051
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ update your settings!

Want to hack on otr4j? Awesome! Here are the guidelines we'd like you to follow:

* _All_ contributors submit code via pull requests. NOTE that before we can accept any patches from you, we need you to sign our contributor agreement available [here](http://bluejimp.com/bca.pdf).
* _All_ contributors submit code via pull requests. NOTE that before we can accept any patches from you, we need you to sign our contributor agreement available [here](https://github.com/jitsi/jitsi/blob/master/CONTRIBUTING.md#contributor-license-agreement).
* New commits must be pushed by the reviewer of the pull request, not the author.
* Any developer can request push access and become a committer, regardless of project or organization affiliation.
* We choose committers primarily on the Hippocratic Principle. You can find out more about the exact procedure [here][bca].
Expand Down
15 changes: 12 additions & 3 deletions src/main/java/net/java/otr4j/session/OtrAssembler.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
/*
* otr4j, the open source java otr library.
* Copyright @ 2015 Atlassian Pty Ltd
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
* 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 a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package net.java.otr4j.session;

Expand Down
15 changes: 15 additions & 0 deletions src/main/java/net/java/otr4j/session/UnknownInstanceException.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright @ 2015 Atlassian Pty Ltd
*
* 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 a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package net.java.otr4j.session;

import java.net.ProtocolException;
Expand Down

0 comments on commit 72a2051

Please sign in to comment.