From f13641fc116cba0453371d5afc5e17668ccfa3d1 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sat, 6 Jun 2015 21:29:06 +0200 Subject: [PATCH] Replace Foobar by accountant in license. --- accountant/api/model/accounts.py | 2 +- accountant/api/model/entries.py | 2 +- accountant/api/model/operations.py | 2 +- accountant/api/model/scheduled_operations.py | 2 +- accountant/api/views/accounts.py | 2 +- accountant/api/views/entries.py | 2 +- accountant/frontend/static/js/accounts.js | 2 +- accountant/frontend/static/js/entries.js | 2 +- accountant/frontend/static/js/months.js | 2 +- accountant/frontend/static/js/scheduler.js | 2 +- accountant/frontend/static/templates/account_edit.html | 2 +- accountant/frontend/static/templates/account_new.html | 2 +- accountant/frontend/static/templates/account_remove.html | 2 +- accountant/frontend/static/templates/operation_remove.html | 2 +- accountant/frontend/templates/index.html | 2 +- accountant/frontend/templates/layout.html | 2 +- accountant/frontend/templates/remove_entry.html | 2 +- accountant/frontend/templates/scheduler.html | 2 +- sql/install/01_init.sql | 2 +- sql/update/0.1-0.2/001_authorized_overdraft.sql | 2 +- sql/update/0.1-0.2/002_pointed.sql | 2 +- sql/update/0.2-0.3/000_placeholder.sql | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/accountant/api/model/accounts.py b/accountant/api/model/accounts.py index a8cf396..5d79d68 100644 --- a/accountant/api/model/accounts.py +++ b/accountant/api/model/accounts.py @@ -6,7 +6,7 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Accountant is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. diff --git a/accountant/api/model/entries.py b/accountant/api/model/entries.py index a59d252..a459903 100644 --- a/accountant/api/model/entries.py +++ b/accountant/api/model/entries.py @@ -6,7 +6,7 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Accountant is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. diff --git a/accountant/api/model/operations.py b/accountant/api/model/operations.py index 4f7d757..a92b482 100644 --- a/accountant/api/model/operations.py +++ b/accountant/api/model/operations.py @@ -6,7 +6,7 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Accountant is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. diff --git a/accountant/api/model/scheduled_operations.py b/accountant/api/model/scheduled_operations.py index c517821..b0a837d 100644 --- a/accountant/api/model/scheduled_operations.py +++ b/accountant/api/model/scheduled_operations.py @@ -6,7 +6,7 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Accountant is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. diff --git a/accountant/api/views/accounts.py b/accountant/api/views/accounts.py index a93602d..4c6951f 100644 --- a/accountant/api/views/accounts.py +++ b/accountant/api/views/accounts.py @@ -6,7 +6,7 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Accountant is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. diff --git a/accountant/api/views/entries.py b/accountant/api/views/entries.py index 676a36e..dd63a18 100644 --- a/accountant/api/views/entries.py +++ b/accountant/api/views/entries.py @@ -6,7 +6,7 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Accountant is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. diff --git a/accountant/frontend/static/js/accounts.js b/accountant/frontend/static/js/accounts.js index 755f338..62042d2 100644 --- a/accountant/frontend/static/js/accounts.js +++ b/accountant/frontend/static/js/accounts.js @@ -6,7 +6,7 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Accountant is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. diff --git a/accountant/frontend/static/js/entries.js b/accountant/frontend/static/js/entries.js index d134941..7536f6b 100644 --- a/accountant/frontend/static/js/entries.js +++ b/accountant/frontend/static/js/entries.js @@ -6,7 +6,7 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Accountant is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. diff --git a/accountant/frontend/static/js/months.js b/accountant/frontend/static/js/months.js index 050bc39..47824b7 100644 --- a/accountant/frontend/static/js/months.js +++ b/accountant/frontend/static/js/months.js @@ -6,7 +6,7 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Accountant is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. diff --git a/accountant/frontend/static/js/scheduler.js b/accountant/frontend/static/js/scheduler.js index 1e40675..606375a 100644 --- a/accountant/frontend/static/js/scheduler.js +++ b/accountant/frontend/static/js/scheduler.js @@ -6,7 +6,7 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Accountant is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. diff --git a/accountant/frontend/static/templates/account_edit.html b/accountant/frontend/static/templates/account_edit.html index 1e0e3ee..eb25b5d 100644 --- a/accountant/frontend/static/templates/account_edit.html +++ b/accountant/frontend/static/templates/account_edit.html @@ -6,7 +6,7 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Accountant is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. diff --git a/accountant/frontend/static/templates/account_new.html b/accountant/frontend/static/templates/account_new.html index 63c5f95..3633f2f 100644 --- a/accountant/frontend/static/templates/account_new.html +++ b/accountant/frontend/static/templates/account_new.html @@ -6,7 +6,7 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Accountant is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. diff --git a/accountant/frontend/static/templates/account_remove.html b/accountant/frontend/static/templates/account_remove.html index 17f1a98..30f4090 100644 --- a/accountant/frontend/static/templates/account_remove.html +++ b/accountant/frontend/static/templates/account_remove.html @@ -6,7 +6,7 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Accountant is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. diff --git a/accountant/frontend/static/templates/operation_remove.html b/accountant/frontend/static/templates/operation_remove.html index e42a54b..f465d7d 100644 --- a/accountant/frontend/static/templates/operation_remove.html +++ b/accountant/frontend/static/templates/operation_remove.html @@ -6,7 +6,7 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Accountant is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. diff --git a/accountant/frontend/templates/index.html b/accountant/frontend/templates/index.html index 36747ab..e634b00 100644 --- a/accountant/frontend/templates/index.html +++ b/accountant/frontend/templates/index.html @@ -6,7 +6,7 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Accountant is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. diff --git a/accountant/frontend/templates/layout.html b/accountant/frontend/templates/layout.html index 8c13b30..36e96a8 100644 --- a/accountant/frontend/templates/layout.html +++ b/accountant/frontend/templates/layout.html @@ -6,7 +6,7 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Accountant is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. diff --git a/accountant/frontend/templates/remove_entry.html b/accountant/frontend/templates/remove_entry.html index bf87d7c..ff1fef0 100644 --- a/accountant/frontend/templates/remove_entry.html +++ b/accountant/frontend/templates/remove_entry.html @@ -6,7 +6,7 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Accountant is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. diff --git a/accountant/frontend/templates/scheduler.html b/accountant/frontend/templates/scheduler.html index aeeaaeb..4e5a9c6 100644 --- a/accountant/frontend/templates/scheduler.html +++ b/accountant/frontend/templates/scheduler.html @@ -6,7 +6,7 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Accountant is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. diff --git a/sql/install/01_init.sql b/sql/install/01_init.sql index c1f3c51..4c92bb9 100644 --- a/sql/install/01_init.sql +++ b/sql/install/01_init.sql @@ -6,7 +6,7 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Accountant is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. diff --git a/sql/update/0.1-0.2/001_authorized_overdraft.sql b/sql/update/0.1-0.2/001_authorized_overdraft.sql index 153cbcf..1adeff3 100644 --- a/sql/update/0.1-0.2/001_authorized_overdraft.sql +++ b/sql/update/0.1-0.2/001_authorized_overdraft.sql @@ -6,7 +6,7 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Accountant is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. diff --git a/sql/update/0.1-0.2/002_pointed.sql b/sql/update/0.1-0.2/002_pointed.sql index 358273d..2c34b8d 100644 --- a/sql/update/0.1-0.2/002_pointed.sql +++ b/sql/update/0.1-0.2/002_pointed.sql @@ -6,7 +6,7 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Accountant is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. diff --git a/sql/update/0.2-0.3/000_placeholder.sql b/sql/update/0.2-0.3/000_placeholder.sql index 9fff013..b995ea8 100644 --- a/sql/update/0.2-0.3/000_placeholder.sql +++ b/sql/update/0.2-0.3/000_placeholder.sql @@ -6,7 +6,7 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Accountant is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.