Skip to content

Commit cda49b0

Browse files
authored
Add Copyright Notice (#6)
Add Copyright notice to main program file of comScore as requested by Twilio Legal Review
1 parent 61cd251 commit cda49b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/src/main/java/com/segment/analytics/kotlin/destinations/facebookappevents/FacebookAppEvents.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
package com.segment.analytics.kotlin.destinations.facebookappevents
22

3+
/* Copyright 2022 Twilio Inc. */
4+
35
import android.content.Context
46
import android.os.Bundle
57
import com.facebook.FacebookSdk
@@ -122,4 +124,4 @@ class FacebookAppEvents(
122124
"quantity" to "fb_num_items"
123125
)
124126
}
125-
}
127+
}

0 commit comments

Comments
 (0)