Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #57 from timwindsor/master
Browse files Browse the repository at this point in the history
Updates copyright and disclaimer for moimgur sample
  • Loading branch information
timwindsor committed Oct 4, 2013
2 parents 20439f2 + 29084a3 commit ef031a1
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Invoke-FileSystem-moimgur/README.md
Expand Up @@ -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
Expand All @@ -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.
2 changes: 1 addition & 1 deletion Invoke-FileSystem-moimgur/config.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright 2010-2011 Research In Motion Limited.
* Copyright 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.
Expand Down
15 changes: 15 additions & 0 deletions Invoke-FileSystem-moimgur/index.htm
@@ -1,4 +1,19 @@
<!doctype html5>
<!--
* 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.
-->
<html>
<head>
<title>slimgur</title>
Expand Down
15 changes: 15 additions & 0 deletions 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 = {
Expand Down
15 changes: 15 additions & 0 deletions 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) {
Expand Down
15 changes: 15 additions & 0 deletions 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%;
Expand Down

0 comments on commit ef031a1

Please sign in to comment.