Skip to content

Commit 93ab621

Browse files
authored
Merge pull request #116 from optimizely/fixHeaderCreation
fix header for future creation
2 parents 50658d3 + e1cc986 commit 93ab621

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>FILEHEADER</key>
6+
<string>
7+
/****************************************************************************
8+
* Copyright 2019, Optimizely, Inc. and contributors *
9+
* *
10+
* Licensed under the Apache License, Version 2.0 (the "License"); *
11+
* you may not use this file except in compliance with the License. *
12+
* You may obtain a copy of the License at *
13+
* *
14+
* http://www.apache.org/licenses/LICENSE-2.0 *
15+
* *
16+
* Unless required by applicable law or agreed to in writing, software *
17+
* distributed under the License is distributed on an "AS IS" BASIS, *
18+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. *
19+
* See the License for the specific language governing permissions and *
20+
* limitations under the License. *
21+
***************************************************************************/
22+
</string>
23+
</dict>
24+
</plist>
25+

0 commit comments

Comments
 (0)