Bug 1315201: Add license header to bottomsheet. r=sebastian draft
authorMichael Comella <michael.l.comella@gmail.com>
Wed, 16 Aug 2017 13:53:31 -0700
changeset 651659 c901e82c9bda8ba9c29a6c41548ff4ca6f3db10f
parent 651658 36f2b2c4ec1f08836b0588271a3cb10cf85d381a
child 651660 60f757b5f890d3e8fce71adad959123b51122a16
push id75787
push usermichael.l.comella@gmail.com
push dateWed, 23 Aug 2017 22:00:44 +0000
reviewerssebastian
bugs1315201
milestone57.0a1
Bug 1315201: Add license header to bottomsheet. r=sebastian MozReview-Commit-ID: Iaafq67csMV
mobile/android/app/src/main/res/layout/activity_stream_contextmenu_bottomsheet.xml
--- a/mobile/android/app/src/main/res/layout/activity_stream_contextmenu_bottomsheet.xml
+++ b/mobile/android/app/src/main/res/layout/activity_stream_contextmenu_bottomsheet.xml
@@ -1,9 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+   - License, v. 2.0. If a copy of the MPL was not distributed with this
+   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <LinearLayout
     xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:app="http://schemas.android.com/apk/res-auto"
     xmlns:gecko="http://schemas.android.com/apk/res-auto"
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
     android:orientation="vertical">