Skip to content

Commit

Permalink
Add AGPL license
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaas committed Mar 20, 2015
1 parent b8303ce commit 4e277ba
Show file tree
Hide file tree
Showing 6 changed files with 744 additions and 1 deletion.
661 changes: 661 additions & 0 deletions COPYING

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,5 +310,8 @@ due to the *sleep 10* call. The upside is that it works.



## License ##


FBWLAN is licensed under the AGPL. The files in views/* bear no
copyright notice for practical reasons, but they carry the same
license.
19 changes: 19 additions & 0 deletions handlers/fb_handlers.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
<?php
/*
*
* Copyright 2015 Michael Haas
*
* This file is part of FBWLAN.
* FBWLAN is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation in version 3.
*
* FBWLAN 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 General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*
*/


// This module handles all interaction with the user's browser
Expand Down
19 changes: 19 additions & 0 deletions handlers/gw_handlers.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
<?php
/*
*
* Copyright 2015 Michael Haas
*
* This file is part of FBWLAN.
* FBWLAN is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation in version 3.
*
* FBWLAN 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 General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*
*/

// This module handles all communication between script and gateway

Expand Down
21 changes: 21 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
<?php
/*
*
* Copyright 2015 Michael Haas
*
* This file is part of FBWLAN.
* FBWLAN is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation in version 3.
*
* FBWLAN 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 General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*
*/



// Configure some security features
// These already have sane defaults in recent PHP versions,
Expand Down
20 changes: 20 additions & 0 deletions tokens.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
<?php
/*
*
* Copyright 2015 Michael Haas
*
* This file is part of FBWLAN.
* FBWLAN is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation in version 3.
*
* FBWLAN 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 General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*
*/


require_once('include/flight/flight/Flight.php');

Expand Down

0 comments on commit 4e277ba

Please sign in to comment.