Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OpenWebRTCLocalAudioSource with volume property #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add OpenWebRTCLocalAudioSource with volume property #58

wants to merge 1 commit into from

Conversation

adrianbg
Copy link

For #55

Also move source files to OpenWebRTC-SDK/ so system includes work properly when imported straight from the repository.

Add Foundation imports. These were necessary to compile for me.

…s to OpenWebRTC-SDK/ so system includes work properly, add Foundation imports.
//
// OpenWebRTCLocalAudioSource.h
//
// Copyright (c) 2016, Ericsson AB.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Copyright should be yours since it is your change :)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh.. I thought these sorts of contributions usually involved copyright
reassignment.

On Thu, Feb 18, 2016 at 11:24 PM, Stefan Ålund notifications@github.com
wrote:

In OpenWebRTC-SDK/OpenWebRTCLocalAudioSource.h
#58 (comment)
:

@@ -0,0 +1,44 @@
+//
+// OpenWebRTCLocalAudioSource.h
+//
+// Copyright (c) 2016, Ericsson AB.

The Copyright should be yours since it is your change :)


Reply to this email directly or view it on GitHub
https://github.com/EricssonResearch/openwebrtc-ios-sdk/pull/58/files#r53429820
.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think so, no. Your code, your copyright. @superdump what do you think?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Come to think of it, the reason some projects do that so they're able to
change the license down the line if they need to, say if it turns out the
license wording needs to be updated for some reason. Without copyright
reassignment you'd need to get permission from each author rather than
simply changing the license unilaterally. I shouldn't have said "usually".
Some projects do it.

On Thu, Feb 18, 2016 at 11:28 PM, Stefan Ålund notifications@github.com
wrote:

In OpenWebRTC-SDK/OpenWebRTCLocalAudioSource.h
#58 (comment)
:

@@ -0,0 +1,44 @@
+//
+// OpenWebRTCLocalAudioSource.h
+//
+// Copyright (c) 2016, Ericsson AB.

I don't think so, no. Your code, your copyright. @superdump
https://github.com/superdump what do you think?


Reply to this email directly or view it on GitHub
https://github.com/EricssonResearch/openwebrtc-ios-sdk/pull/58/files#r53430044
.

@stefanalund
Copy link
Contributor

Please update the Copyright to your own. Other than that: 👍

@stefanalund
Copy link
Contributor

@adrianbg could you please add your copyright header and also rebase? After that we can merge this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants