diff --git a/Invoke-FileSystem-moimgur/README.md b/Invoke-FileSystem-moimgur/README.md index 388c5d2..c4bfb3f 100644 --- a/Invoke-FileSystem-moimgur/README.md +++ b/Invoke-FileSystem-moimgur/README.md @@ -7,7 +7,7 @@ and filesystem handling, and `js/app.js` for the rest of the app. Backbone.js is used for structuring the app and event handling. ## Author -Dmitry Kichenko +Dmitry Kichenko @dmkc ## Building The easiest way to build is through @@ -16,3 +16,7 @@ I used the [Ant build script](https://github.com/blackberry/BB10-WebWorks-Community-Samples/tree/master/Ant-Build-Script) from the WebWorks Community repo. If you end up doing the same, make sure to set the correct device password in `build.xml`. + +## Disclaimer + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/Invoke-FileSystem-moimgur/config.xml b/Invoke-FileSystem-moimgur/config.xml index 3fb1c3c..4600d0f 100644 --- a/Invoke-FileSystem-moimgur/config.xml +++ b/Invoke-FileSystem-moimgur/config.xml @@ -1,6 +1,6 @@ slimgur diff --git a/Invoke-FileSystem-moimgur/js/app.js b/Invoke-FileSystem-moimgur/js/app.js index d6174e7..321ca6b 100644 --- a/Invoke-FileSystem-moimgur/js/app.js +++ b/Invoke-FileSystem-moimgur/js/app.js @@ -1,3 +1,18 @@ +/* +- Copyright (c) 2013 BlackBerry Limited. +- +- 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. +*/ $(document).ready(function(){ (function(){ var settings = { diff --git a/Invoke-FileSystem-moimgur/js/bb.js b/Invoke-FileSystem-moimgur/js/bb.js index 4dcbad3..b6a8cc0 100644 --- a/Invoke-FileSystem-moimgur/js/bb.js +++ b/Invoke-FileSystem-moimgur/js/bb.js @@ -1,3 +1,18 @@ +/* +- Copyright (c) 2013 BlackBerry Limited. +- +- 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. +*/ document.addEventListener('webworksready', function(e) { blackberry.event.addEventListener("invoked", function eventListener(data) { diff --git a/Invoke-FileSystem-moimgur/style/style.css b/Invoke-FileSystem-moimgur/style/style.css index 4b1f8dc..bf1fbf1 100644 --- a/Invoke-FileSystem-moimgur/style/style.css +++ b/Invoke-FileSystem-moimgur/style/style.css @@ -1,3 +1,18 @@ +/* +- Copyright (c) 2013 BlackBerry Limited. +- +- 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. +*/ body { font-family: Arial; font-size: 100%;