Skip to content

Commit 43c874f

Browse files
author
Robot Media
committed
Changed license to Apache 2.0. Closes robotmedia#12
1 parent 18d13b6 commit 43c874f

29 files changed

+348
-253
lines changed

AndroidBillingLibrary/src/net/robotmedia/billing/AbstractBillingActivity.java

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
1-
/* Copyright 2011 Robot Media SL <http://www.robotmedia.net>. All rights reserved.
2-
*
3-
* This file is part of Android Billing Library.
4-
*
5-
* Android Billing Library is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU Lesser Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
9-
*
10-
* Android Billing Library is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser Public License
16-
* along with Android Billing Library. If not, see <http://www.gnu.org/licenses/>.
17-
*/
1+
/* Copyright 2011 Robot Media SL (http://www.robotmedia.net)
2+
*
3+
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* you may not use this file except in compliance with the License.
5+
* You may obtain a copy of the License at
6+
*
7+
* http://www.apache.org/licenses/LICENSE-2.0
8+
*
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions and
13+
* limitations under the License.
14+
*/
1815

1916
package net.robotmedia.billing;
2017

AndroidBillingLibrary/src/net/robotmedia/billing/BillingController.java

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
1-
/* Copyright 2011 Robot Media SL <http://www.robotmedia.net>. All rights reserved.
2-
*
3-
* This file is part of Android Billing Library.
4-
*
5-
* Android Billing Library is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU Lesser Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
9-
*
10-
* Android Billing Library is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser Public License
16-
* along with Android Billing Library. If not, see <http://www.gnu.org/licenses/>.
17-
*/
1+
/* Copyright 2011 Robot Media SL (http://www.robotmedia.net)
2+
*
3+
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* you may not use this file except in compliance with the License.
5+
* You may obtain a copy of the License at
6+
*
7+
* http://www.apache.org/licenses/LICENSE-2.0
8+
*
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions and
13+
* limitations under the License.
14+
*/
1815

1916
package net.robotmedia.billing;
2017

AndroidBillingLibrary/src/net/robotmedia/billing/BillingReceiver.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
/* Copyright 2011 Robot Media SL <http://www.robotmedia.net>. All rights reserved.
1+
/* Copyright 2011 Robot Media SL (http://www.robotmedia.net)
22
*
3-
* This file is part of Android Billing Library.
3+
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* you may not use this file except in compliance with the License.
5+
* You may obtain a copy of the License at
46
*
5-
* Android Billing Library is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU Lesser Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
7+
* http://www.apache.org/licenses/LICENSE-2.0
98
*
10-
* Android Billing Library is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser Public License
16-
* along with Android Billing Library. If not, see <http://www.gnu.org/licenses/>.
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions and
13+
* limitations under the License.
1714
*/
1815

1916
package net.robotmedia.billing;

AndroidBillingLibrary/src/net/robotmedia/billing/BillingService.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
/* Copyright 2011 Robot Media SL <http://www.robotmedia.net>. All rights reserved.
1+
/* Copyright 2011 Robot Media SL (http://www.robotmedia.net)
22
*
3-
* This file is part of Android Billing Library.
3+
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* you may not use this file except in compliance with the License.
5+
* You may obtain a copy of the License at
46
*
5-
* Android Billing Library is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU Lesser Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
7+
* http://www.apache.org/licenses/LICENSE-2.0
98
*
10-
* Android Billing Library is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser Public License
16-
* along with Android Billing Library. If not, see <http://www.gnu.org/licenses/>.
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions and
13+
* limitations under the License.
1714
*/
1815

1916
package net.robotmedia.billing;

AndroidBillingLibrary/src/net/robotmedia/billing/IBillingObserver.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
/* Copyright 2011 Robot Media SL <http://www.robotmedia.net>. All rights reserved.
1+
/* Copyright 2011 Robot Media SL (http://www.robotmedia.net)
22
*
3-
* This file is part of Android Billing Library.
3+
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* you may not use this file except in compliance with the License.
5+
* You may obtain a copy of the License at
46
*
5-
* Android Billing Library is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU Lesser Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
7+
* http://www.apache.org/licenses/LICENSE-2.0
98
*
10-
* Android Billing Library is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser Public License
16-
* along with Android Billing Library. If not, see <http://www.gnu.org/licenses/>.
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions and
13+
* limitations under the License.
1714
*/
1815

1916
package net.robotmedia.billing;

AndroidBillingLibrary/src/net/robotmedia/billing/model/BillingDB.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
/* Copyright 2011 Robot Media SL <http://www.robotmedia.net>. All rights reserved.
1+
/* Copyright 2011 Robot Media SL (http://www.robotmedia.net)
22
*
3-
* This file is part of Android Billing Library.
3+
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* you may not use this file except in compliance with the License.
5+
* You may obtain a copy of the License at
46
*
5-
* Android Billing Library is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU Lesser Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
7+
* http://www.apache.org/licenses/LICENSE-2.0
98
*
10-
* Android Billing Library is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser Public License
16-
* along with Android Billing Library. If not, see <http://www.gnu.org/licenses/>.
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions and
13+
* limitations under the License.
1714
*/
1815

1916
package net.robotmedia.billing.model;

AndroidBillingLibrary/src/net/robotmedia/billing/model/Transaction.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
/* Copyright 2011 Robot Media SL <http://www.robotmedia.net>. All rights reserved.
1+
/* Copyright 2011 Robot Media SL (http://www.robotmedia.net)
22
*
3-
* This file is part of Android Billing Library.
3+
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* you may not use this file except in compliance with the License.
5+
* You may obtain a copy of the License at
46
*
5-
* Android Billing Library is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU Lesser Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
7+
* http://www.apache.org/licenses/LICENSE-2.0
98
*
10-
* Android Billing Library is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser Public License
16-
* along with Android Billing Library. If not, see <http://www.gnu.org/licenses/>.
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions and
13+
* limitations under the License.
1714
*/
1815

1916
package net.robotmedia.billing.model;

AndroidBillingLibrary/src/net/robotmedia/billing/model/TransactionManager.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
/* Copyright 2011 Robot Media SL <http://www.robotmedia.net>. All rights reserved.
1+
/* Copyright 2011 Robot Media SL (http://www.robotmedia.net)
22
*
3-
* This file is part of Android Billing Library.
3+
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* you may not use this file except in compliance with the License.
5+
* You may obtain a copy of the License at
46
*
5-
* Android Billing Library is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU Lesser Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
7+
* http://www.apache.org/licenses/LICENSE-2.0
98
*
10-
* Android Billing Library is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser Public License
16-
* along with Android Billing Library. If not, see <http://www.gnu.org/licenses/>.
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions and
13+
* limitations under the License.
1714
*/
1815

1916
package net.robotmedia.billing.model;

AndroidBillingLibrary/src/net/robotmedia/billing/request/BillingRequest.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
/* Copyright 2011 Robot Media SL <http://www.robotmedia.net>. All rights reserved.
1+
/* Copyright 2011 Robot Media SL (http://www.robotmedia.net)
22
*
3-
* This file is part of Android Billing Library.
3+
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* you may not use this file except in compliance with the License.
5+
* You may obtain a copy of the License at
46
*
5-
* Android Billing Library is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU Lesser Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
7+
* http://www.apache.org/licenses/LICENSE-2.0
98
*
10-
* Android Billing Library is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser Public License
16-
* along with Android Billing Library. If not, see <http://www.gnu.org/licenses/>.
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions and
13+
* limitations under the License.
1714
*/
1815

1916
package net.robotmedia.billing.request;

AndroidBillingLibrary/src/net/robotmedia/billing/request/CheckBillingSupported.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
/* Copyright 2011 Robot Media SL <http://www.robotmedia.net>. All rights reserved.
1+
/* Copyright 2011 Robot Media SL (http://www.robotmedia.net)
22
*
3-
* This file is part of Android Billing Library.
3+
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* you may not use this file except in compliance with the License.
5+
* You may obtain a copy of the License at
46
*
5-
* Android Billing Library is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU Lesser Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
7+
* http://www.apache.org/licenses/LICENSE-2.0
98
*
10-
* Android Billing Library is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser Public License
16-
* along with Android Billing Library. If not, see <http://www.gnu.org/licenses/>.
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions and
13+
* limitations under the License.
1714
*/
1815

1916
package net.robotmedia.billing.request;

AndroidBillingLibrary/src/net/robotmedia/billing/request/ConfirmNotifications.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
/* Copyright 2011 Robot Media SL <http://www.robotmedia.net>. All rights reserved.
1+
/* Copyright 2011 Robot Media SL (http://www.robotmedia.net)
22
*
3-
* This file is part of Android Billing Library.
3+
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* you may not use this file except in compliance with the License.
5+
* You may obtain a copy of the License at
46
*
5-
* Android Billing Library is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU Lesser Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
7+
* http://www.apache.org/licenses/LICENSE-2.0
98
*
10-
* Android Billing Library is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser Public License
16-
* along with Android Billing Library. If not, see <http://www.gnu.org/licenses/>.
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions and
13+
* limitations under the License.
1714
*/
1815

1916
package net.robotmedia.billing.request;

AndroidBillingLibrary/src/net/robotmedia/billing/request/GetPurchaseInformation.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
/* Copyright 2011 Robot Media SL <http://www.robotmedia.net>. All rights reserved.
1+
/* Copyright 2011 Robot Media SL (http://www.robotmedia.net)
22
*
3-
* This file is part of Android Billing Library.
3+
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* you may not use this file except in compliance with the License.
5+
* You may obtain a copy of the License at
46
*
5-
* Android Billing Library is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU Lesser Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
7+
* http://www.apache.org/licenses/LICENSE-2.0
98
*
10-
* Android Billing Library is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser Public License
16-
* along with Android Billing Library. If not, see <http://www.gnu.org/licenses/>.
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions and
13+
* limitations under the License.
1714
*/
1815

1916
package net.robotmedia.billing.request;

AndroidBillingLibrary/src/net/robotmedia/billing/request/RequestPurchase.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
/* Copyright 2011 Robot Media SL <http://www.robotmedia.net>. All rights reserved.
1+
/* Copyright 2011 Robot Media SL (http://www.robotmedia.net)
22
*
3-
* This file is part of Android Billing Library.
3+
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* you may not use this file except in compliance with the License.
5+
* You may obtain a copy of the License at
46
*
5-
* Android Billing Library is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU Lesser Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
8-
* (at your option) any later version.
7+
* http://www.apache.org/licenses/LICENSE-2.0
98
*
10-
* Android Billing Library is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU Lesser Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser Public License
16-
* along with Android Billing Library. If not, see <http://www.gnu.org/licenses/>.
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions and
13+
* limitations under the License.
1714
*/
1815

1916
package net.robotmedia.billing.request;

0 commit comments

Comments
 (0)