diff --git a/Gruntfile.js b/Gruntfile.js index 2b22266e..54ea18a5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + module.exports = function(grunt) { grunt.option('stack', true); diff --git a/bin/printNodeVersion b/bin/printNodeVersion index c5556cda..4c288dbd 100644 --- a/bin/printNodeVersion +++ b/bin/printNodeVersion @@ -1,2 +1,4 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var parsed = require('../package.json'); console.log("v" + parsed.engines.node); diff --git a/css/awesome_config/font-awesome.scss b/css/awesome_config/font-awesome.scss index 8defabad..ed9fba04 100644 --- a/css/awesome_config/font-awesome.scss +++ b/css/awesome_config/font-awesome.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + /* @import */ @import "../../bower_components/font-awesome/scss/variables"; diff --git a/css/awesome_config/variables.scss b/css/awesome_config/variables.scss index e69de29b..032f4322 100644 --- a/css/awesome_config/variables.scss +++ b/css/awesome_config/variables.scss @@ -0,0 +1,2 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + diff --git a/css/base.scss b/css/base.scss index 26ce0408..1ab23213 100644 --- a/css/base.scss +++ b/css/base.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + diff --git a/css/bootstrap_config/bootstrap.scss b/css/bootstrap_config/bootstrap.scss index a99a1fd6..67c20589 100644 --- a/css/bootstrap_config/bootstrap.scss +++ b/css/bootstrap_config/bootstrap.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // Core variables and mixins // @import "../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/variables"; @import "variables"; // overrides diff --git a/css/bootstrap_config/variables.scss b/css/bootstrap_config/variables.scss index 3089dcee..8046fb6a 100644 --- a/css/bootstrap_config/variables.scss +++ b/css/bootstrap_config/variables.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // a flag to toggle asset pipeline / compass integration // defaults to true if twbs-font-path function is present (no function => twbs-font-path('') parsed as string == right side) // in Sass 3.3 this can be improved with: function-exists(twbs-font-path) diff --git a/css/conversationView.scss b/css/conversationView.scss index 7e22cca8..be558a96 100644 --- a/css/conversationView.scss +++ b/css/conversationView.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + body { min-height: 300px; // if we're slow to load while in an iframe, we want to indicate that something will appear (TODO spinner) } diff --git a/css/flat_ui_config/config.scss b/css/flat_ui_config/config.scss index 50b7e81e..7375697f 100644 --- a/css/flat_ui_config/config.scss +++ b/css/flat_ui_config/config.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // // Variables // -------------------------------------------------- diff --git a/css/flat_ui_config/flat-ui.scss b/css/flat_ui_config/flat-ui.scss index 0c8c9fdc..816a9d2d 100644 --- a/css/flat_ui_config/flat-ui.scss +++ b/css/flat_ui_config/flat-ui.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // Flat UI main stylesheet that aggregates all modules // Loading custom fonts diff --git a/css/pca_vis.scss b/css/pca_vis.scss index 5240ae3a..53bbe641 100644 --- a/css/pca_vis.scss +++ b/css/pca_vis.scss @@ -1 +1,3 @@ -/* moved to css/polis/modules/_visualization.scss */ \ No newline at end of file +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + +/* moved to css/polis/modules/_visualization.scss */ diff --git a/css/polis/base/_base.scss b/css/polis/base/_base.scss index eee87a80..6381dff2 100644 --- a/css/polis/base/_base.scss +++ b/css/polis/base/_base.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // BASE // Styles applied directly to elements usually using the element selector // diff --git a/css/polis/base/_content.scss b/css/polis/base/_content.scss index 0099747b..9ff2112c 100644 --- a/css/polis/base/_content.scss +++ b/css/polis/base/_content.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // CONTENT // Universal text and content styles diff --git a/css/polis/base/_mixins.scss b/css/polis/base/_mixins.scss index cbb400ab..ffc50c36 100644 --- a/css/polis/base/_mixins.scss +++ b/css/polis/base/_mixins.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // MIXINS // Created by Dame Mix A Lot // diff --git a/css/polis/base/_utilities.scss b/css/polis/base/_utilities.scss index 4f8f33f7..d22e44db 100644 --- a/css/polis/base/_utilities.scss +++ b/css/polis/base/_utilities.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // UTILITIES // diff --git a/css/polis/base/_variables.scss b/css/polis/base/_variables.scss index 6385ba6b..9620e6d1 100644 --- a/css/polis/base/_variables.scss +++ b/css/polis/base/_variables.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // VARIABLES // diff --git a/css/polis/layout/_grid.scss b/css/polis/layout/_grid.scss index f48edb93..91e882f1 100644 --- a/css/polis/layout/_grid.scss +++ b/css/polis/layout/_grid.scss @@ -1 +1,3 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // GRID diff --git a/css/polis/modules/_accordion.scss b/css/polis/modules/_accordion.scss index fefff19f..17955eab 100644 --- a/css/polis/modules/_accordion.scss +++ b/css/polis/modules/_accordion.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // ACCORDION .Accordion { diff --git a/css/polis/modules/_buttons.scss b/css/polis/modules/_buttons.scss index 456dce9b..316c51ef 100644 --- a/css/polis/modules/_buttons.scss +++ b/css/polis/modules/_buttons.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // BUTTONS // diff --git a/css/polis/modules/_footer.scss b/css/polis/modules/_footer.scss index cb7cd5e1..cae9231f 100644 --- a/css/polis/modules/_footer.scss +++ b/css/polis/modules/_footer.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // STICKY FOOTER // TO MAKE SHORT FOOTER STICKY... diff --git a/css/polis/modules/_formSwitch.scss b/css/polis/modules/_formSwitch.scss index f9b2315f..8edeb8c5 100644 --- a/css/polis/modules/_formSwitch.scss +++ b/css/polis/modules/_formSwitch.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // // Switch forms // between Sign up/Log in diff --git a/css/polis/modules/_forms.scss b/css/polis/modules/_forms.scss index 52488057..df81f0e0 100644 --- a/css/polis/modules/_forms.scss +++ b/css/polis/modules/_forms.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // FORMS // diff --git a/css/polis/modules/_header.scss b/css/polis/modules/_header.scss index 970ffdc7..9127adca 100644 --- a/css/polis/modules/_header.scss +++ b/css/polis/modules/_header.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // // Header/banner // diff --git a/css/polis/modules/_hero.scss b/css/polis/modules/_hero.scss index 6212a50a..339d3483 100644 --- a/css/polis/modules/_hero.scss +++ b/css/polis/modules/_hero.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // HERO // The best part of the page, the winner, the gold medalist // diff --git a/css/polis/modules/_icons.scss b/css/polis/modules/_icons.scss index 94c82bad..a03b7b3f 100644 --- a/css/polis/modules/_icons.scss +++ b/css/polis/modules/_icons.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // ICONS // Classes to use for particular icons // diff --git a/css/polis/modules/_intercom.scss b/css/polis/modules/_intercom.scss index bd0384db..f0305b22 100644 --- a/css/polis/modules/_intercom.scss +++ b/css/polis/modules/_intercom.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // #IModalOverlay { // background-color: rgba(0, 0, 0, 0.35) !important; // } diff --git a/css/polis/modules/_lander.scss b/css/polis/modules/_lander.scss index a7ecba40..a9b21392 100644 --- a/css/polis/modules/_lander.scss +++ b/css/polis/modules/_lander.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // LANDER // The first page when you first visit pol.is // diff --git a/css/polis/modules/_legend.scss b/css/polis/modules/_legend.scss index a2d5c397..527cb677 100644 --- a/css/polis/modules/_legend.scss +++ b/css/polis/modules/_legend.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + #legendRoot { border-bottom-right-radius: 7px; border-bottom-left-radius: 7px; diff --git a/css/polis/modules/_lists.scss b/css/polis/modules/_lists.scss index 9c11e8be..76fdc98c 100644 --- a/css/polis/modules/_lists.scss +++ b/css/polis/modules/_lists.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // LISTS // diff --git a/css/polis/modules/_navigation.scss b/css/polis/modules/_navigation.scss index 9dcc1095..cb7b04b8 100644 --- a/css/polis/modules/_navigation.scss +++ b/css/polis/modules/_navigation.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // NAVIGATION // styles for the navigation bar or nav or navbar // diff --git a/css/polis/modules/_notifications.scss b/css/polis/modules/_notifications.scss index 1beefa6f..dc138216 100644 --- a/css/polis/modules/_notifications.scss +++ b/css/polis/modules/_notifications.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // NOTIFICATIONS // diff --git a/css/polis/modules/_share.scss b/css/polis/modules/_share.scss index 73d64963..397f1090 100644 --- a/css/polis/modules/_share.scss +++ b/css/polis/modules/_share.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + .share_page_url { font-size: 40px; diff --git a/css/polis/modules/_starterComments.scss b/css/polis/modules/_starterComments.scss index 04713ace..65a241f2 100644 --- a/css/polis/modules/_starterComments.scss +++ b/css/polis/modules/_starterComments.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // STARTER COMMENTS // in the Create Conversation view, these are the added/starter comments // the user entered for the conversation diff --git a/css/polis/modules/_toggle.scss b/css/polis/modules/_toggle.scss index 0ee5af46..7da17c31 100644 --- a/css/polis/modules/_toggle.scss +++ b/css/polis/modules/_toggle.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + //TOGGLE .Toggle { diff --git a/css/polis/modules/_visualization.scss b/css/polis/modules/_visualization.scss index 65001821..d3107737 100644 --- a/css/polis/modules/_visualization.scss +++ b/css/polis/modules/_visualization.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + $COLOR_SELECTED_HULL: true; diff --git a/css/polis/polis.scss b/css/polis/polis.scss index c99ec404..3a3eb5b4 100644 --- a/css/polis/polis.scss +++ b/css/polis/polis.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // // polis style guide // diff --git a/css/polis/states/_states.scss b/css/polis/states/_states.scss index 912dad4c..460997cd 100644 --- a/css/polis/states/_states.scss +++ b/css/polis/states/_states.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // STATES // augments or overwrites other styles // diff --git a/css/polis_main.scss b/css/polis_main.scss index 89784819..ff63dd7a 100644 --- a/css/polis_main.scss +++ b/css/polis_main.scss @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // @import 'rainbow/themes/github.scss'; .svgIcon { diff --git a/css/polis_main_devel.scss b/css/polis_main_devel.scss index e372a920..0d57176e 100644 --- a/css/polis_main_devel.scss +++ b/css/polis_main_devel.scss @@ -1,2 +1,4 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + $FontAwesomePath: '../../font'; @import 'polis_main'; \ No newline at end of file diff --git a/css/polis_main_dist.scss b/css/polis_main_dist.scss index a9e74888..9acab670 100644 --- a/css/polis_main_dist.scss +++ b/css/polis_main_dist.scss @@ -1,2 +1,4 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + $FontAwesomePath: '../font'; @import 'polis_main'; diff --git a/gulpfile.js b/gulpfile.js index 9651b628..c947c877 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var _ = require('underscore'); var exec = require('child_process').exec; var express = require('express'); diff --git a/js/collection-view.js b/js/collection-view.js index 348c602e..897d651c 100644 --- a/js/collection-view.js +++ b/js/collection-view.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var Handlebones = require("handlebones"); module.exports = Handlebones.CollectionView.extend({}); diff --git a/js/collection.js b/js/collection.js index 89cad8ce..c2340d0f 100644 --- a/js/collection.js +++ b/js/collection.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var Backbone = require("backbone"); module.exports = Backbone.Collection.extend({}); \ No newline at end of file diff --git a/js/collections/comments.js b/js/collections/comments.js index 9eaab1db..113791a6 100644 --- a/js/collections/comments.js +++ b/js/collections/comments.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var Collection = require("../collection"); var Comment = require("../models/comment"); diff --git a/js/collections/votes.js b/js/collections/votes.js index 3e21a4a5..6f37dafb 100644 --- a/js/collections/votes.js +++ b/js/collections/votes.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var Collection = require("../collection"); var Vote = require("../models/vote"); diff --git a/js/eventBus.js b/js/eventBus.js index 3b9e7787..26d8aacd 100644 --- a/js/eventBus.js +++ b/js/eventBus.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var _ = require("underscore"); var Backbone = require("backbone"); diff --git a/js/images/anon_profile.js b/js/images/anon_profile.js index 0e44dae5..45dffd3d 100644 --- a/js/images/anon_profile.js +++ b/js/images/anon_profile.js @@ -1,2 +1,4 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // http://www.base64-image.de/step-1.php module.exports = "data:image/png;base64,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TUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE1LTAxLTEzVDEyOjAxOjQ1PC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5QaXhlbG1hdG9yIDMuMy4xPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOkNvbXByZXNzaW9uPjU8L3RpZmY6Q29tcHJlc3Npb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjY0PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT4xPC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj42NDwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgrqEyNgAAADlklEQVRoBe2Z624iMQyFF8qlrQq0Ban0/d+tohXiWijlul810iiaISaxg9iumB8oZGLnHNtxnEzlcDj8+c1P9TeD/8F+JXBpD149cPWA0QLXEDIa0Cx+9YDZhEYFNaO8T3y9Xq9Wq8/Pz/1+//DwcHt722w2K5WKb7y6v5K2FtrtdvP5fDabfX9/FzRDACadTqdWS2m1ZASAO51Ox+PxZrMRzHlzc/P4+Pj09FStpll+aQgA+uPjY7FYCNDdV3jj5eWFuHI7de0EBAj3t7c3fqMQ4IrX19f7+/soqfJgqx+JnPf391j04GC1DAaD7XZbxhTVYyVA2Hx9fUVNmQ8GPcsm/6trWAmQc3QTZ1Lk2UKyitVmIkCOJ9nHTumOJ/bkrOUOPto2ESAGeI7qDezE/Ir14yq3EjAGAFAu6QEyiWsMXduoxOQBu/l1nF0pE4FzFGcuuJC2iUCSssyoRE+A/DMajUKMJI9hJ7GkMj2BqOpN4MBGjiphgPxKSYDUoa4gyoDYDdW5SEmgDMLSY8lmSgIcR6iHLaBdWVSpzzdKAiTQVqvlgrC0UaXOyEoCwOVkmORIhRJUqfmbTmSsvOFwaKnpOeP3ej1LNOo9gM2YmOO52vsIIm5BDwYTAeTr9TondF0AIIi4TjaXshLAiu12O1cX1UBQ7b18IisBFJFDFIZEJEkeS0CAIO52u7lJAhuIGKM/mygBARQRDFwbBkJnGIPVgVeYJQ0BlIbftJH4GVzAof5r2gcKs1IVc1e1XC4L/e5fruL6/b7xDOAqTOYBlAIL0wqJhVcMSIieSVMSQB17s1Ba8oqrJNd+9nZiAicv6vh0YAftaki2Brif4uMA+AQPMHG28VFBNBoNF4e6nYAA0CeTCdDDw4PqnzRKEWqnYSLAqZJSNPsQpjAhNLKPTnd3dwrxTERDgCABNNAhIAdMCCyCCgLU1ZARMphPVRwBMj2hwmO8kT2KhnAirnii8mwoAaBna1R9fXAUdLkT9BR5rPJAGkEEWKPcYVmun8pA5R7QPz8/hxw1TxAgxPkERszI853pLeEkb+3Me2IjuyB6wGE4AMjWkQj8rNYL2T4HfRKDlwDBw6rNFV2wAQwhWXsJ8OXnHLlSYQhgCJ+hvAQQE3grcKhFgCGY0ksgvLBRIwsXFMD8vwT+kfjJvCSA8XpAUVeFh0TsSAGMl0CSS5tYoL7xQl3kJUCJq/7o4MOh6weGcI//F3harGNcIKRfAAAAAElFTkSuQmCC"; diff --git a/js/images/polis_logo.js b/js/images/polis_logo.js index 9124348a..b437de9e 100644 --- a/js/images/polis_logo.js +++ b/js/images/polis_logo.js @@ -1,2 +1,4 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // http://www.base64-image.de/step-1.php module.exports = "data:image/png;base64,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"; \ No newline at end of file diff --git a/js/layout-view.js b/js/layout-view.js index ac950b63..cd57fcc4 100644 --- a/js/layout-view.js +++ b/js/layout-view.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var Handlebones = require("handlebones"); module.exports = Handlebones.LayoutView.extend({}); diff --git a/js/lib/PolisModelView.js b/js/lib/PolisModelView.js index e1efbb4d..03d44bf0 100644 --- a/js/lib/PolisModelView.js +++ b/js/lib/PolisModelView.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var eb = require("../eventBus"); var Handlebones = require("handlebones"); diff --git a/js/lib/PolisView.js b/js/lib/PolisView.js index 3db0cbab..d9f4ca9c 100644 --- a/js/lib/PolisView.js +++ b/js/lib/PolisView.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var eb = require("../eventBus"); var Handlebones = require("handlebones"); diff --git a/js/lib/VisView.js b/js/lib/VisView.js index 10dbfcac..536ffa8a 100644 --- a/js/lib/VisView.js +++ b/js/lib/VisView.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var eb = require("../eventBus"); var display = require("../util/display"); var Utils = require("../util/utils"); diff --git a/js/main.js b/js/main.js index c88c2793..8ba41c3f 100644 --- a/js/main.js +++ b/js/main.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + // init this asap var preloadHelper = require("./util/preloadHelper"); diff --git a/js/metrics.js b/js/metrics.js index 9f04f4f4..e44a2b81 100644 --- a/js/metrics.js +++ b/js/metrics.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var PolisStorage = require("./util/polisStorage"); function useIntercom() { diff --git a/js/model.js b/js/model.js index ac452d37..254d31cb 100644 --- a/js/model.js +++ b/js/model.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var Backbone = require("backbone"); module.exports = Backbone.Model.extend({}); diff --git a/js/models/comment.js b/js/models/comment.js index b6f7cdba..04b986c0 100644 --- a/js/models/comment.js +++ b/js/models/comment.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var Model = require("../model"); module.exports = Model.extend({ diff --git a/js/models/conversation.js b/js/models/conversation.js index 3f0f421e..776699f1 100644 --- a/js/models/conversation.js +++ b/js/models/conversation.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var Model = require("../model"); diff --git a/js/models/participant.js b/js/models/participant.js index f72dff4b..e591fd13 100644 --- a/js/models/participant.js +++ b/js/models/participant.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var Model = require("../model"); module.exports = Model.extend({ diff --git a/js/models/rule.js b/js/models/rule.js index 560e1eb2..0d8d5a59 100644 --- a/js/models/rule.js +++ b/js/models/rule.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var Model = require("../model"); module.exports = Model.extend({ diff --git a/js/models/twitterUser.js b/js/models/twitterUser.js index 999ddeae..9138307d 100644 --- a/js/models/twitterUser.js +++ b/js/models/twitterUser.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var Model = require("../model"); module.exports = Model.extend({ diff --git a/js/models/user.js b/js/models/user.js index f583f0e5..aa85d71f 100644 --- a/js/models/user.js +++ b/js/models/user.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var Model = require("../model"); module.exports = Model.extend({ diff --git a/js/models/vote.js b/js/models/vote.js index e714f222..728e4d81 100644 --- a/js/models/vote.js +++ b/js/models/vote.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var Model = require("../model"); module.exports = Model.extend({ diff --git a/js/net/backbonePolis.js b/js/net/backbonePolis.js index 921459c6..1239b2a1 100644 --- a/js/net/backbonePolis.js +++ b/js/net/backbonePolis.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var URLs = require("../util/url"); var urlPrefix = URLs.urlPrefix; diff --git a/js/net/bbDestroy.js b/js/net/bbDestroy.js index 362eff6d..697c88fd 100644 --- a/js/net/bbDestroy.js +++ b/js/net/bbDestroy.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + function makeOpt(o, opt, dfd) { return $.extend(opt, { success: _.bind(dfd.resolveWith, o), diff --git a/js/net/bbFetch.js b/js/net/bbFetch.js index 48433b5e..1485dc3c 100644 --- a/js/net/bbFetch.js +++ b/js/net/bbFetch.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + function makeOpt(o, opt, dfd) { return $.extend(opt, { success: _.bind(dfd.resolveWith, o), diff --git a/js/net/bbSave.js b/js/net/bbSave.js index 4a2529b6..b674107b 100644 --- a/js/net/bbSave.js +++ b/js/net/bbSave.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + function makeOpt(o, opt, dfd) { return $.extend(opt, { success: function() { diff --git a/js/routers/main-polis-router.js b/js/routers/main-polis-router.js index aa04cac2..40dcca27 100644 --- a/js/routers/main-polis-router.js +++ b/js/routers/main-polis-router.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var $ = require("jquery"); var _ = require("underscore"); var Backbone = require("backbone"); diff --git a/js/stores/currentUser.js b/js/stores/currentUser.js index 15c6d5ac..1c248e5e 100644 --- a/js/stores/currentUser.js +++ b/js/stores/currentUser.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var Backbone = require("backbone"); var preloadHelper = require("../util/preloadHelper"); diff --git a/js/stores/polis.js b/js/stores/polis.js index 6b316046..0672cf7d 100644 --- a/js/stores/polis.js +++ b/js/stores/polis.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + /*jshint -W069 */ var eb = require("../eventBus"); diff --git a/js/strings.js b/js/strings.js index 2bee6b09..20848e29 100644 --- a/js/strings.js +++ b/js/strings.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var preloadHelper = require("./util/preloadHelper"); var en_us = require("./strings/en_us.js"); diff --git a/js/strings/en_us.js b/js/strings/en_us.js index c9af1830..ad398378 100644 --- a/js/strings/en_us.js +++ b/js/strings/en_us.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var s = {}; s.agree = "Agree"; diff --git a/js/strings/es_la.js b/js/strings/es_la.js index ae4a6d20..f0ebbcd0 100644 --- a/js/strings/es_la.js +++ b/js/strings/es_la.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var s = {}; s.agree = "Acordar"; diff --git a/js/strings/fr.js b/js/strings/fr.js index 3600253f..cf315606 100644 --- a/js/strings/fr.js +++ b/js/strings/fr.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var s = {}; s.agree = "D'accord"; diff --git a/js/strings/it.js b/js/strings/it.js index ad5b0dfe..468c5a22 100644 --- a/js/strings/it.js +++ b/js/strings/it.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var s = {}; s.agree = "Son d'accordo"; diff --git a/js/strings/ja.js b/js/strings/ja.js index 06d2c59e..26a2b282 100644 --- a/js/strings/ja.js +++ b/js/strings/ja.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var s = {}; diff --git a/js/strings/pt_br.js b/js/strings/pt_br.js index 40f17510..95a5b5bb 100644 --- a/js/strings/pt_br.js +++ b/js/strings/pt_br.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var s = {}; s.agree = "Concordo"; diff --git a/js/strings/zh_Hans.js b/js/strings/zh_Hans.js index 0963ede1..5d34016b 100644 --- a/js/strings/zh_Hans.js +++ b/js/strings/zh_Hans.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var s = {}; s.agree = "赞成"; diff --git a/js/strings/zh_Hant.js b/js/strings/zh_Hant.js index 260396fd..8105224d 100644 --- a/js/strings/zh_Hant.js +++ b/js/strings/zh_Hant.js @@ -1,3 +1,5 @@ +// Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + var s = {}; s.agree = "贊成"; diff --git a/js/templates/carouselComment.handlebars b/js/templates/carouselComment.handlebars index 09719d4b..a214c851 100644 --- a/js/templates/carouselComment.handlebars +++ b/js/templates/carouselComment.handlebars @@ -1,3 +1,5 @@ +{{!-- Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . --}} +
. --}} +

{{!-- Comment diff --git a/js/templates/conversation-stats-header.handlebars b/js/templates/conversation-stats-header.handlebars index 19f2636e..609e2a80 100644 --- a/js/templates/conversation-stats-header.handlebars +++ b/js/templates/conversation-stats-header.handlebars @@ -1,3 +1,5 @@ +{{!-- Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . --}} +

{{#ifDefined participantCount}} {{! NOTE: this may have changed to icon-users }} diff --git a/js/templates/conversationInfoSlideView.handlebars b/js/templates/conversationInfoSlideView.handlebars index ad431b9d..c6c826bf 100644 --- a/js/templates/conversationInfoSlideView.handlebars +++ b/js/templates/conversationInfoSlideView.handlebars @@ -1,3 +1,5 @@ +{{!-- Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . --}} + {{!--
diff --git a/js/templates/conversationTabs.handlebars b/js/templates/conversationTabs.handlebars index b78e31f0..c852a48e 100644 --- a/js/templates/conversationTabs.handlebars +++ b/js/templates/conversationTabs.handlebars @@ -1,3 +1,5 @@ +{{!-- Copyright (C) 2012-present, Polis Technology Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program 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. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . --}} +