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

Commit eb5b667

Browse files
committed
Changed to Apache License, version 2.0
1 parent 60bce1b commit eb5b667

File tree

154 files changed

+1732
-2453
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+1732
-2453
lines changed

LICENSE

+202-459
Large diffs are not rendered by default.

examples/followers/followers.cpp

+10-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
/* Copyright (c) 2010, Antonie Jovanoski
1+
/* Copyright 2010 Antonie Jovanoski
22
*
3-
* All rights reserved.
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-
* This program is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 2 of the License, or
8-
* (at your option) any later version.
7+
* http://www.apache.org/licenses/LICENSE-2.0
98
*
10-
* This program 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 General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program. 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
* Contact e-mail: Antonie Jovanoski <minimoog77_at_gmail.com>
1916
*/

examples/followers/followers.h

+10-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
/* Copyright (c) 2010, Antonie Jovanoski
1+
/* Copyright 2010 Antonie Jovanoski
22
*
3-
* All rights reserved.
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-
* This program is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 2 of the License, or
8-
* (at your option) any later version.
7+
* http://www.apache.org/licenses/LICENSE-2.0
98
*
10-
* This program 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 General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program. 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
* Contact e-mail: Antonie Jovanoski <minimoog77_at_gmail.com>
1916
*/

examples/followers/followerslistmodel.cpp

+10-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
/* Copyright (c) 2010, Antonie Jovanoski
1+
/* Copyright 2010 Antonie Jovanoski
22
*
3-
* All rights reserved.
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-
* This program is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 2 of the License, or
8-
* (at your option) any later version.
7+
* http://www.apache.org/licenses/LICENSE-2.0
98
*
10-
* This program 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 General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program. 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
* Contact e-mail: Antonie Jovanoski <minimoog77_at_gmail.com>
1916
*/

examples/followers/followerslistmodel.h

+10-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
/* Copyright (c) 2010, Antonie Jovanoski
1+
/* Copyright 2010 Antonie Jovanoski
22
*
3-
* All rights reserved.
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-
* This program is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 2 of the License, or
8-
* (at your option) any later version.
7+
* http://www.apache.org/licenses/LICENSE-2.0
98
*
10-
* This program 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 General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program. 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
* Contact e-mail: Antonie Jovanoski <minimoog77_at_gmail.com>
1916
*/

examples/followers/main.cpp

+10-14
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
1-
/* Copyright (c) 2010, Antonie Jovanoski
1+
/* Copyright 2010 Antonie Jovanoski
22
*
3-
* All rights reserved.
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-
* This program is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 2 of the License, or
8-
* (at your option) any later version.
7+
* http://www.apache.org/licenses/LICENSE-2.0
98
*
10-
* This program 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 General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program. 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
* Contact e-mail: Antonie Jovanoski <minimoog77_at_gmail.com>
1916
*/
2017

21-
2218
#include <QtGui/QApplication>
2319
#include "followers.h"
2420

examples/georeverse/georeverse.cpp

+10-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
/* Copyright (c) 2010, Antonie Jovanoski
1+
/* Copyright 2010 Antonie Jovanoski
22
*
3-
* All rights reserved.
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-
* This program is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 2 of the License, or
8-
* (at your option) any later version.
7+
* http://www.apache.org/licenses/LICENSE-2.0
98
*
10-
* This program 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 General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program. 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
* Contact e-mail: Antonie Jovanoski <minimoog77_at_gmail.com>
1916
*/

examples/georeverse/georeverse.h

+10-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
/* Copyright (c) 2010, Antonie Jovanoski
1+
/* Copyright 2010 Antonie Jovanoski
22
*
3-
* All rights reserved.
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-
* This program is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 2 of the License, or
8-
* (at your option) any later version.
7+
* http://www.apache.org/licenses/LICENSE-2.0
98
*
10-
* This program 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 General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program. 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
* Contact e-mail: Antonie Jovanoski <minimoog77_at_gmail.com>
1916
*/

examples/georeverse/main.cpp

+10-14
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
1-
/* Copyright (c) 2010, Antonie Jovanoski
1+
/* Copyright 2010 Antonie Jovanoski
22
*
3-
* All rights reserved.
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-
* This program is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 2 of the License, or
8-
* (at your option) any later version.
7+
* http://www.apache.org/licenses/LICENSE-2.0
98
*
10-
* This program 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 General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program. 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
* Contact e-mail: Antonie Jovanoski <minimoog77_at_gmail.com>
1916
*/
2017

21-
2218
#include <QtGui/QApplication>
2319
#include "georeverse.h"
2420

examples/geosearch/geosearch.cpp

+10-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
/* Copyright (c) 2010, Antonie Jovanoski
1+
/* Copyright 2010 Antonie Jovanoski
22
*
3-
* All rights reserved.
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-
* This program is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 2 of the License, or
8-
* (at your option) any later version.
7+
* http://www.apache.org/licenses/LICENSE-2.0
98
*
10-
* This program 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 General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program. 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
* Contact e-mail: Antonie Jovanoski <minimoog77_at_gmail.com>
1916
*/

examples/geosearch/geosearch.h

+10-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
/* Copyright (c) 2010, Antonie Jovanoski
1+
/* Copyright 2010 Antonie Jovanoski
22
*
3-
* All rights reserved.
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-
* This program is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 2 of the License, or
8-
* (at your option) any later version.
7+
* http://www.apache.org/licenses/LICENSE-2.0
98
*
10-
* This program 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 General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program. 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
* Contact e-mail: Antonie Jovanoski <minimoog77_at_gmail.com>
1916
*/

examples/geosearch/main.cpp

+10-14
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
1-
/* Copyright (c) 2010, Antonie Jovanoski
1+
/* Copyright 2010 Antonie Jovanoski
22
*
3-
* All rights reserved.
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-
* This program is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 2 of the License, or
8-
* (at your option) any later version.
7+
* http://www.apache.org/licenses/LICENSE-2.0
98
*
10-
* This program 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 General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program. 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
* Contact e-mail: Antonie Jovanoski <minimoog77_at_gmail.com>
1916
*/
2017

21-
2218
#include <QtGui/QApplication>
2319
#include "geosearch.h"
2420

examples/pinauthstatusupdate/main.cpp

+10-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
/* Copyright (c) 2011, Antonie Jovanoski
1+
/* Copyright 2010 Antonie Jovanoski
22
*
3-
* All rights reserved.
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-
* This program is free software: you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 2 of the License, or
8-
* (at your option) any later version.
7+
* http://www.apache.org/licenses/LICENSE-2.0
98
*
10-
* This program 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 General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program. 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
* Contact e-mail: Antonie Jovanoski <minimoog77_at_gmail.com>
1916
*/

0 commit comments

Comments
 (0)