From f4eb7286c04bd7ca4cd1a3e65c610bbce1550279 Mon Sep 17 00:00:00 2001 From: Tim Windsor Date: Fri, 4 Oct 2013 11:29:05 -0400 Subject: [PATCH 1/2] Adds in copyrights and disclaimer --- Invoke-FileSystem-moimgur/README.md | 6 +++++- Invoke-FileSystem-moimgur/config.xml | 2 +- Invoke-FileSystem-moimgur/index.htm | 15 +++++++++++++++ Invoke-FileSystem-moimgur/js/app.js | 15 +++++++++++++++ Invoke-FileSystem-moimgur/js/bb.js | 15 +++++++++++++++ Invoke-FileSystem-moimgur/style/style.css | 15 +++++++++++++++ 6 files changed, 66 insertions(+), 2 deletions(-) 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..4bd1bb1 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..6ec49f9 100644 --- a/Invoke-FileSystem-moimgur/js/app.js +++ b/Invoke-FileSystem-moimgur/js/app.js @@ -1,3 +1,18 @@ +/* +- Copyright (c) 2012 Research In Motion 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..cb8a77a 100644 --- a/Invoke-FileSystem-moimgur/js/bb.js +++ b/Invoke-FileSystem-moimgur/js/bb.js @@ -1,3 +1,18 @@ +/* +- Copyright (c) 2012 Research In Motion 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..06505d7 100644 --- a/Invoke-FileSystem-moimgur/style/style.css +++ b/Invoke-FileSystem-moimgur/style/style.css @@ -1,3 +1,18 @@ +/* +- Copyright (c) 2012 Research In Motion 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%; From 29084a31976c55cc86eedd7f7154d4bf1ebc2b28 Mon Sep 17 00:00:00 2001 From: Tim Windsor Date: Fri, 4 Oct 2013 11:30:59 -0400 Subject: [PATCH 2/2] Updates year and company name as this was written in the Spring --- Invoke-FileSystem-moimgur/config.xml | 2 +- Invoke-FileSystem-moimgur/index.htm | 2 +- Invoke-FileSystem-moimgur/js/app.js | 2 +- Invoke-FileSystem-moimgur/js/bb.js | 2 +- Invoke-FileSystem-moimgur/style/style.css | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Invoke-FileSystem-moimgur/config.xml b/Invoke-FileSystem-moimgur/config.xml index 4bd1bb1..4600d0f 100644 --- a/Invoke-FileSystem-moimgur/config.xml +++ b/Invoke-FileSystem-moimgur/config.xml @@ -1,6 +1,6 @@