Copyright wording

This commit is contained in:
Jakob Borg
2014-07-13 00:45:33 +02:00
parent 655acb4cb2
commit 0a633c526f
84 changed files with 260 additions and 259 deletions

View File

@@ -1,6 +1,6 @@
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file).
// All rights reserved. Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
/*jslint browser: true, continue: true, plusplus: true */
/*global $: false, angular: false */

View File

@@ -1,8 +1,8 @@
<!DOCTYPE html>
<!--
Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
Use of this source code is governed by an MIT-style license that can be
found in the LICENSE file.
// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file).
// All rights reserved. Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
-->
<html lang="en" ng-app="syncthing" ng-controller="SyncthingCtrl" class="ng-cloak">
<head>
@@ -685,7 +685,7 @@ found in the LICENSE file.
<h1>Syncthing <small>{{version}}</small></h1>
<hr/>
<p>Copyright &copy; 2013-2014 <b>Jakob Borg</b> and the following contributors:</p>
<p>Copyright &copy; 2014 <b>Jakob Borg</b> and the following <b>Contributors</b>:</p>
<div class="row">
<div class="col-md-6">
<ul>
@@ -708,7 +708,7 @@ found in the LICENSE file.
</div>
<hr/>
<p>Syncthing includes the following software, copyright their respective authors.
<p>Syncthing includes the following software or portions thereof:
<ul>
<li><a href="http://golang.org/">The Go Programming Languange</a>, Copyright &copy; 2012 The Go Authors.</li>
<li><a href="https://bitbucket.org/kardianos/osext">kardianos/osext</a>, Copyright &copy; 2012 Daniel Theophanes.</li>