Skip to content

Commit

Permalink
Fix legal information and copyrights (#13436)
Browse files Browse the repository at this point in the history
* fix: changed copyrights and legal stuff

* fix: changed copyrights and legal stuff

* fix: changed copyrights and legal stuff

* fix: changed copyrights and legal stuff

* fix: changed copyrights and legal stuff

* feat: added tidev

* fix: replace copyright in iOS libs

* fix: package github url

* fix: package.json cleaned up and copyrights

* fix: android readme
  • Loading branch information
caspahouzer committed May 11, 2022
1 parent 1e14156 commit 27cbe93
Show file tree
Hide file tree
Showing 822 changed files with 2,373 additions and 2,450 deletions.
28 changes: 2 additions & 26 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
======================================
Appcelerator Titanium Mobile
Copyright 2008-2017 Appcelerator, Inc.
TiDev Titanium Mobile
Copyright TiDev, Inc. 04/07/2022-Present
======================================

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -220,27 +220,3 @@ 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.



PRIVACY NOTICE
==============

At Appcelerator, we’re committed to transparency and we respect your privacy.
This software collects information about you and your end-users of any
applications that you build. The information we collect is used to
improve the content of our Products, Websites and Applications built using
our technology (collectively and individually, the "Software"), used to
customize the content and/or layout of our Software for each individual
visitor, used to notify users about updates to our Software, used by us to
contact users for marketing purposes, disclosed when legally required to
do so, at the request of governmental authorities conducting an investigation,
to verify or enforce compliance with the policies governing our Software and
applicable laws or to protect against misuse or unauthorized use of our
Software, to a successor entity in connection with a corporate merger,
consolidation, sale of assets or other corporate change respecting the
Software.


Please review the full text of our privacy policy online at:
<http://www.appcelerator.com/company/privacy/>
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ var view = new View(activity);

### Getting Started

Check out our [Hyperloop Sample App](https://github.com/appcelerator/hyperloop-examples) and [Hyperloop Programming Guide](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Guide/Hyperloop/) to get started with Hyperloop today!
Check out our [Hyperloop Sample App](https://github.com/tidev/hyperloop-examples) and [Hyperloop Programming Guide](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Guide/Hyperloop/) to get started with Hyperloop today!

## Alloy

[Alloy](https://titaniumsdk.com/guide/Alloy_Framework/Alloy_Getting_Started.html) is the MVC application framework built
on top of Titanium. It is optional. It rocks. Check it out if you're considering using Titanium.
It is also a separate [open source project](https://github.com/appcelerator/alloy) available under Apache Public License.
It is also a separate [open source project](https://github.com/tidev/alloy) available under Apache Public License.

### Example

Expand Down Expand Up @@ -244,8 +244,6 @@ The tests spit out their results to the console log, and the test scripts listen

The `tests` folder contains the test suite. Any files living within that directory are copied on top of the test app's structure.

## Legal Stuff
## Legal

Appcelerator is a registered trademark of Appcelerator, Inc. Titanium is
a registered trademark of Appcelerator, Inc. Please see the LEGAL information about using our trademarks,
privacy policy, terms of usage and other legal information at [http://www.appcelerator.com/legal](http://www.appcelerator.com/legal).
Titanium is a registered trademark of TiDev Inc. All Titanium trademark and patent rights were transferred and assigned to TiDev Inc. on 04/07/2022. Please see the LEGAL information about using our trademarks, privacy policy, terms of usage and other legal information at http://www.tidev.io/legal.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2009-2020 by Axway. All Rights Reserved.
* TiDev Titanium Mobile
* Copyright TiDev, Inc. 04/07/2022-Present
* Licensed under the terms of the Apache Public License.
* Please see the LICENSE included with this distribution for details.
*/
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2009-2020 by Axway. All Rights Reserved.
* TiDev Titanium Mobile
* Copyright TiDev, Inc. 04/07/2022-Present
* Licensed under the terms of the Apache Public License.
* Please see the LICENSE included with this distribution for details.
*/
Expand Down
2 changes: 1 addition & 1 deletion android/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @module cli/_build
*
* @copyright
* Copyright (c) 2009-2021 by Axway, Inc. All Rights Reserved.
* Copyright TiDev, Inc. 04/07/2022-Present
*
* @license
* Licensed under the terms of the Apache Public License
Expand Down
2 changes: 1 addition & 1 deletion android/cli/commands/_buildModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @module cli/_buildModule
*
* @copyright
* Copyright (c) 2014-2018 by Appcelerator, Inc. All Rights Reserved.
* Copyright TiDev, Inc. 04/07/2022-Present
*
* @license
* Licensed under the terms of the Apache Public License
Expand Down
2 changes: 1 addition & 1 deletion android/cli/commands/_cleanModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @module cli/_cleanModule
*
* @copyright
* Copyright (c) 2018 by Appcelerator, Inc. All Rights Reserved.
* Copyright TiDev, Inc. 04/07/2022-Present
*
* @license
* Licensed under the terms of the Apache Public License
Expand Down
2 changes: 1 addition & 1 deletion android/cli/hooks/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* package.js: Titanium iOS CLI package hook
*
* Copyright (c) 2012-2017, Appcelerator, Inc. All Rights Reserved.
* Copyright TiDev, Inc. 04/07/2022-Present All Rights Reserved.
* See the LICENSE file for more information.
*/

Expand Down
2 changes: 1 addition & 1 deletion android/cli/hooks/run.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* run.js: Titanium Android run hook
*
* Copyright (c) 2012-2017, Appcelerator, Inc. All Rights Reserved.
* Copyright TiDev, Inc. 04/07/2022-Present All Rights Reserved.
* See the LICENSE file for more information.
*/

Expand Down
2 changes: 1 addition & 1 deletion android/cli/lib/android-manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @module lib/android-manifest
*
* @copyright
* Copyright (c) 2009-2019 by Axway, Inc. All Rights Reserved.
* Copyright TiDev, Inc. 04/07/2022-Present
*
* @license
* Licensed under the terms of the Apache Public License
Expand Down
2 changes: 1 addition & 1 deletion android/cli/lib/detect.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @module lib/detect
*
* @copyright
* Copyright (c) 2009-2017 by Appcelerator, Inc. All Rights Reserved.
* Copyright TiDev, Inc. 04/07/2022-Present
*
* @license
* Licensed under the terms of the Apache Public License
Expand Down
2 changes: 1 addition & 1 deletion android/cli/lib/gradle-wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @module lib/gradle-wrapper
*
* @copyright
* Copyright (c) 2009-2019 by Axway, Inc. All Rights Reserved.
* Copyright TiDev, Inc. 04/07/2022-Present
*
* @license
* Licensed under the terms of the Apache Public License
Expand Down
4 changes: 2 additions & 2 deletions android/cli/tests/test-android-manifest.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Appcelerator Titanium Mobile
* Copyright (c) 2011-Present by Axway, Inc. All Rights Reserved.
* TiDev Titanium Mobile
* Copyright TiDev, Inc. 04/07/2022-Present
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
Expand Down
4 changes: 2 additions & 2 deletions android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# --------------------------------------------------------------------------------
# Appcelerator Titanium Mobile
# Copyright (c) 2009-2020 by Axway. All Rights Reserved.
# TiDev Titanium Mobile
# Copyright TiDev, Inc. 04/07/2022-Present
# Licensed under the terms of the Apache Public License.
# Please see the LICENSE included with this distribution for details.
# --------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions android/kroll-apt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Implementation
--------------
The majority of the code lives in two places:

1. [KrollBindingGenerator.java](http://github.com/appcelerator/titanium_mobile/blob/master/android/kroll-apt/src/org/appcelerator/kroll/annotations/generator/KrollBindingGenerator.java)
1. [KrollBindingGenerator.java](http://github.com/tidev/titanium_mobile/blob/master/android/kroll-apt/src/org/appcelerator/kroll/annotations/generator/KrollBindingGenerator.java)
- This is the main class that implements AnnotationProcessor, builds/manages the JSON model, and invokes Freemarker for each proxy/module.
2. [ProxyBinding.fm](http://github.com/appcelerator/titanium_mobile/blob/master/android/kroll-apt/src/org/appcelerator/kroll/annotations/generator/ProxyBinding.fm)
2. [ProxyBinding.fm](http://github.com/tidev/titanium_mobile/blob/master/android/kroll-apt/src/org/appcelerator/kroll/annotations/generator/ProxyBinding.fm)
- This is a [Freemarker](http://freemarker.sourceforge.net/docs/index.html) template that reads from the JSON model and generates a binding class that binds all of a proxy's methods and properties

Running the Annotation processor
Expand Down
4 changes: 2 additions & 2 deletions android/kroll-apt/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2009-2020 by Axway. All Rights Reserved.
* TiDev Titanium Mobile
* Copyright TiDev, Inc. 04/07/2022-Present
* Licensed under the terms of the Apache Public License.
* Please see the LICENSE included with this distribution for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package org.appcelerator.kroll.annotations;
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2010-2013 by Appcelerator, Inc. All Rights Reserved.
* TiDev Titanium Mobile
* Copyright TiDev, Inc. 04/07/2022-Present
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2010-2013 by Appcelerator, Inc. All Rights Reserved.
* TiDev Titanium Mobile
* Copyright TiDev, Inc. 04/07/2022-Present
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2010-2013 by Appcelerator, Inc. All Rights Reserved.
* TiDev Titanium Mobile
* Copyright TiDev, Inc. 04/07/2022-Present
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2010-Present by Appcelerator, Inc. All Rights Reserved.
* TiDev Titanium Mobile
* Copyright TiDev, Inc. 04/07/2022-Present
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2010-2013 by Appcelerator, Inc. All Rights Reserved.
* TiDev Titanium Mobile
* Copyright TiDev, Inc. 04/07/2022-Present
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2010-2013 by Appcelerator, Inc. All Rights Reserved.
* TiDev Titanium Mobile
* Copyright TiDev, Inc. 04/07/2022-Present
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2011-2018 by Appcelerator, Inc. All Rights Reserved.
* TiDev Titanium Mobile
* Copyright TiDev, Inc. 04/07/2022-Present
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2011-2018 by Appcelerator, Inc. All Rights Reserved.
* TiDev Titanium Mobile
* Copyright TiDev, Inc. 04/07/2022-Present
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
Expand Down
15 changes: 4 additions & 11 deletions android/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
{
"name": "titanium-mobile-android",
"title": "Android",
"description": "Appcelerator Titanium Mobile Android",
"description": "TiDev Titanium Mobile Android",
"keywords": [
"appcelerator",
"tidev",
"titanium",
"mobile",
"android"
],
"version": "__VERSION__",
"author": "Appcelerator, Inc. <info@appcelerator.com>",
"maintainers": [
"Chris Barber <cbarber@axway.com>",
"Chris Williams <cwilliams@axway.com>",
"Gary Mathews <gmathews@axway.com>",
"Josh Quick <jquick@axway.com>",
"Yordan Banev <ybanev@axway.com>"
],
"author": "TiDev, Inc. <npm@tidev.io>",
"architectures": ["arm64-v8a", "armeabi-v7a", "x86", "x86_64"],
"v8": {
"version": "8.8.278.17",
Expand All @@ -38,7 +31,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/appcelerator/titanium_mobile.git"
"url": "git://github.com/tidev/titanium_mobile.git"
},
"license": "Apache-2.0"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2019-Present by Appcelerator, Inc. All Rights Reserved.
* TiDev Titanium Mobile
* Copyright TiDev, Inc. 04/07/2022-Present
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
Expand All @@ -10,4 +10,4 @@

public interface JSError {
HashMap getJSProperties();
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2012-2015 by Appcelerator, Inc. All Rights Reserved.
* TiDev Titanium Mobile
* Copyright TiDev, Inc. 04/07/2022-Present
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2011 by Appcelerator, Inc. All Rights Reserved.
* TiDev Titanium Mobile
* Copyright TiDev, Inc. 04/07/2022-Present
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved.
* TiDev Titanium Mobile
* Copyright TiDev, Inc. 04/07/2022-Present
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2012-2013 by Appcelerator, Inc. All Rights Reserved.
* TiDev Titanium Mobile
* Copyright TiDev, Inc. 04/07/2022-Present
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved.
* TiDev Titanium Mobile
* Copyright TiDev, Inc. 04/07/2022-Present
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2011 by Appcelerator, Inc. All Rights Reserved.
* TiDev Titanium Mobile
* Copyright TiDev, Inc. 04/07/2022-Present
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2009-2011 by Appcelerator, Inc. All Rights Reserved.
* TiDev Titanium Mobile
* Copyright TiDev, Inc. 04/07/2022-Present
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2011 by Appcelerator, Inc. All Rights Reserved.
* TiDev Titanium Mobile
* Copyright TiDev, Inc. 04/07/2022-Present
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved.
* TiDev Titanium Mobile
* Copyright TiDev, Inc. 04/07/2022-Present
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
Expand Down
Loading

0 comments on commit 27cbe93

Please sign in to comment.