This commit is contained in:
Jakob Borg 2015-03-07 21:36:35 +01:00
parent 8d20923881
commit 32425c5561
155 changed files with 838 additions and 2505 deletions

View File

@ -93,8 +93,8 @@ The Syncthing core team currently consists of the following members;
## Licensing ## Licensing
All contributions are made under the same GPL license as the rest of the All contributions are made under the same MPLv2 license as the rest of
project, except documentation, user interface text and translation the project, except documentation, user interface text and translation
strings which are licensed under the Creative Commons Attribution 4.0 strings which are licensed under the Creative Commons Attribution 4.0
International License. You retain the copyright to code you have International License. You retain the copyright to code you have
written. written.
@ -137,4 +137,4 @@ Yes please!
## License ## License
GPLv3 MPLv2

1047
LICENSE

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@ syncthing
[![Latest Build](http://img.shields.io/jenkins/s/http/build.syncthing.net/syncthing.svg?style=flat-square)](http://build.syncthing.net/job/syncthing/lastBuild/) [![Latest Build](http://img.shields.io/jenkins/s/http/build.syncthing.net/syncthing.svg?style=flat-square)](http://build.syncthing.net/job/syncthing/lastBuild/)
[![API Documentation](http://img.shields.io/badge/api-Godoc-blue.svg?style=flat-square)](http://godoc.org/github.com/syncthing/syncthing) [![API Documentation](http://img.shields.io/badge/api-Godoc-blue.svg?style=flat-square)](http://godoc.org/github.com/syncthing/syncthing)
[![GPL License](http://img.shields.io/badge/license-GPL-blue.svg?style=flat-square)](http://opensource.org/licenses/GPL-3.0) [![MPLv2 License](http://img.shields.io/badge/license-MPLv2-blue.svg?style=flat-square)](https://www.mozilla.org/MPL/2.0/)
This is the `syncthing` project. The following are the project goals: This is the `syncthing` project. The following are the project goals:
@ -57,5 +57,4 @@ documentation](https://github.com/syncthing/syncthing/wiki/) is on the
Github wiki. Github wiki.
All code is licensed under the All code is licensed under the
[GPL](https://github.com/syncthing/syncthing/blob/master/LICENSE), v3 or [MPLv2](https://github.com/syncthing/syncthing/blob/master/LICENSE).
later.

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
// +build ignore // +build ignore

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
// +build ignore // +build ignore

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2015 The Syncthing Authors. // Copyright (C) 2015 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
//+build solaris //+build solaris

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
//+build !windows,!solaris //+build !windows,!solaris

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
//+build windows //+build windows

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
// +build solaris // +build solaris

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
// +build freebsd openbsd dragonfly // +build freebsd openbsd dragonfly

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
// +build !windows // +build !windows

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
// +build windows // +build windows

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
// +build !solaris,!windows // +build !solaris,!windows

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package main package main

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
// +build ignore // +build ignore

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
// +build ignore // +build ignore

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
// +build ignore // +build ignore

View File

@ -1,18 +1,10 @@
/* /*
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
body { body {
@ -216,4 +208,4 @@ ul.three-columns li, ul.two-columns li {
.navbar-fixed-bottom { .navbar-fixed-bottom {
position: static; position: static;
} }
} }

View File

@ -2,18 +2,10 @@
<!-- <!--
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
--> -->
<html lang="en" ng-app="syncthing" ng-controller="SyncthingController" class="ng-cloak"> <html lang="en" ng-app="syncthing" ng-controller="SyncthingController" class="ng-cloak">
<head> <head>

View File

@ -2,18 +2,9 @@
<!-- <!--
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
--> -->
<div class="modal-dialog" ng-class="{'modal-lg': large}"> <div class="modal-dialog" ng-class="{'modal-lg': large}">
<div class="modal-content"> <div class="modal-content">

View File

@ -1,17 +1,9 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
/*jslint browser: true, continue: true, plusplus: true */ /*jslint browser: true, continue: true, plusplus: true */
/*global $: false, angular: false, console: false, validLangs: false */ /*global $: false, angular: false, console: false, validLangs: false */

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package auto_test package auto_test

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
// Package auto contains auto generated files for web assets. // Package auto contains auto generated files for web assets.
package auto package auto

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package beacon package beacon

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package beacon package beacon

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package beacon package beacon

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package beacon package beacon

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
// Package beacon implements an UDP broadcast beacon // Package beacon implements an UDP broadcast beacon
package beacon package beacon

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package beacon package beacon

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
// Package config implements reading and writing of the syncthing configuration file. // Package config implements reading and writing of the syncthing configuration file.
package config package config

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package config package config

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package config package config

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
// Package db provides a set type to track local/remote files with newness // Package db provides a set type to track local/remote files with newness
// checks. We must do a certain amount of normalization in here. We will get // checks. We must do a certain amount of normalization in here. We will get

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package db package db

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package db_test package db_test

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package db package db

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
//go:generate -command genxdr go run ../../Godeps/_workspace/src/github.com/calmh/xdr/cmd/genxdr/main.go //go:generate -command genxdr go run ../../Godeps/_workspace/src/github.com/calmh/xdr/cmd/genxdr/main.go
//go:generate genxdr -o leveldb_xdr.go leveldb.go //go:generate genxdr -o leveldb_xdr.go leveldb.go

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package db package db

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package db package db

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package db package db

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
// Package db provides a set type to track local/remote files with newness // Package db provides a set type to track local/remote files with newness
// checks. We must do a certain amount of normalization in here. We will get // checks. We must do a certain amount of normalization in here. We will get

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package db_test package db_test

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package db package db

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package discover package discover

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package discover package discover

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package discover package discover

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package discover package discover

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package discover package discover

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package discover package discover

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
// Package discover implements the device discovery protocol. // Package discover implements the device discovery protocol.
package discover package discover

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
//go:generate -command genxdr go run ../../Godeps/_workspace/src/github.com/calmh/xdr/cmd/genxdr/main.go //go:generate -command genxdr go run ../../Godeps/_workspace/src/github.com/calmh/xdr/cmd/genxdr/main.go
//go:generate genxdr -o packets_xdr.go packets.go //go:generate genxdr -o packets_xdr.go packets.go

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package events package events

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
// Package events provides event subscription and polling functionality. // Package events provides event subscription and polling functionality.
package events package events

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package events_test package events_test

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package fnmatch package fnmatch

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package fnmatch package fnmatch

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package ignore package ignore

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package ignore package ignore

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package ignore package ignore

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package ignore package ignore

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
// Package lamport implements a simple Lamport Clock for versioning // Package lamport implements a simple Lamport Clock for versioning
package lamport package lamport

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package lamport package lamport

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package model package model

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package model package model

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package model package model

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
// Package model implements folder abstraction and file pulling mechanisms // Package model implements folder abstraction and file pulling mechanisms
package model package model

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package model package model

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package model package model

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package model package model

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package model package model

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package model package model

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package model package model

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package model package model

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package model package model

View File

@ -1,17 +1,8 @@
// Copyright (C) 2014 The Syncthing Authors. // Copyright (C) 2014 The Syncthing Authors.
// //
// This program is free software: you can redistribute it and/or modify it // This Source Code Form is subject to the terms of the Mozilla Public
// under the terms of the GNU General Public License as published by the Free // License, v. 2.0. If a copy of the MPL was not distributed with this file,
// Software Foundation, either version 3 of the License, or (at your option) // You can obtain one at http://mozilla.org/MPL/2.0/.
// any later version.
//
// 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 General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program. If not, see <http://www.gnu.org/licenses/>.
package model package model

Some files were not shown because too many files have changed in this diff Show More