Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Langfeld <ben@langfeld.me>2015-07-26 23:45:10 +0300
committerBen Langfeld <ben@langfeld.me>2015-07-26 23:45:10 +0300
commite9b48f8b8bcd78550fd938309fcff06df41f6bf1 (patch)
tree8e020cc9d01dff81313b0ff1a8026fa7ed604ab4
parentd325ac20bd149e39e7631750df1842c52e40a1be (diff)
Simplify legal notice in every source filefeature/legal
-rw-r--r--devbox/provisioning.sh5
-rw-r--r--res/default.css11
-rw-r--r--src/candy.js9
-rw-r--r--src/core.js9
-rw-r--r--src/core/action.js9
-rw-r--r--src/core/chatRoom.js9
-rw-r--r--src/core/chatRoster.js9
-rw-r--r--src/core/chatUser.js9
-rw-r--r--src/core/contact.js9
-rw-r--r--src/core/event.js9
-rw-r--r--src/util.js9
-rw-r--r--src/view.js9
-rw-r--r--src/view/observer.js9
-rw-r--r--src/view/pane/chat.js9
-rw-r--r--src/view/pane/message.js9
-rw-r--r--src/view/pane/privateRoom.js9
-rw-r--r--src/view/pane/room.js9
-rw-r--r--src/view/pane/roster.js9
-rw-r--r--src/view/pane/window.js9
-rw-r--r--src/view/template.js9
-rw-r--r--src/view/translation.js9
21 files changed, 24 insertions, 163 deletions
diff --git a/devbox/provisioning.sh b/devbox/provisioning.sh
index fa28091..4a8d653 100644
--- a/devbox/provisioning.sh
+++ b/devbox/provisioning.sh
@@ -2,9 +2,8 @@
#
# Vagrant provisioning script
#
-# Copyright 2014 Michael Weibel <michael.weibel@gmail.com>
-# Copyright 2015 Adhearsion Foundation Inc <info@adhearsion.com>
-# License: MIT
+# Legal: See the LICENSE file at the top-level directory of this distribution
+# and at https://github.com/candy-chat/candy/blob/master/LICENSE
#
#
diff --git a/res/default.css b/res/default.css
index b0d6e3d..c5d66f4 100644
--- a/res/default.css
+++ b/res/default.css
@@ -1,12 +1,7 @@
-/**
- * Chat CSS
+/** File: default.css
+ * Candy - Chats are not dead yet.
*
- * @author Michael <michael.weibel@gmail.com>
- * @author Patrick <patrick.stadler@gmail.com>
-
- * @copyright 2011 Amiado Group AG, All rights reserved.
- * @copyright 2012-2014 Patrick Stadler & Michael Weibel. All rights reserved.
- * @copyright 2015 Adhearsion Foundation Inc <info@adhearsion.com>. All rights reserved.
+ * Legal: See the LICENSE file at the top-level directory of this distribution and at https://github.com/candy-chat/candy/blob/master/LICENSE
*/
html, body {
margin: 0;
diff --git a/src/candy.js b/src/candy.js
index a6eb041..f557b21 100644
--- a/src/candy.js
+++ b/src/candy.js
@@ -1,14 +1,7 @@
/** File: candy.js
* Candy - Chats are not dead yet.
*
- * Authors:
- * - Patrick Stadler <patrick.stadler@gmail.com>
- * - Michael Weibel <michael.weibel@gmail.com>
- *
- * Copyright:
- * (c) 2011 Amiado Group AG. All rights reserved.
- * (c) 2012-2014 Patrick Stadler & Michael Weibel. All rights reserved.
- * (c) 2015 Adhearsion Foundation Inc <info@adhearsion.com>. All rights reserved.
+ * Legal: See the LICENSE file at the top-level directory of this distribution and at https://github.com/candy-chat/candy/blob/master/LICENSE
*/
'use strict';
diff --git a/src/core.js b/src/core.js
index f1ac386..c40d29b 100644
--- a/src/core.js
+++ b/src/core.js
@@ -1,14 +1,7 @@
/** File: core.js
* Candy - Chats are not dead yet.
*
- * Authors:
- * - Patrick Stadler <patrick.stadler@gmail.com>
- * - Michael Weibel <michael.weibel@gmail.com>
- *
- * Copyright:
- * (c) 2011 Amiado Group AG. All rights reserved.
- * (c) 2012-2014 Patrick Stadler & Michael Weibel. All rights reserved.
- * (c) 2015 Adhearsion Foundation Inc <info@adhearsion.com>. All rights reserved.
+ * Legal: See the LICENSE file at the top-level directory of this distribution and at https://github.com/candy-chat/candy/blob/master/LICENSE
*/
'use strict';
diff --git a/src/core/action.js b/src/core/action.js
index 04d7725..966107b 100644
--- a/src/core/action.js
+++ b/src/core/action.js
@@ -1,14 +1,7 @@
/** File: action.js
* Candy - Chats are not dead yet.
*
- * Authors:
- * - Patrick Stadler <patrick.stadler@gmail.com>
- * - Michael Weibel <michael.weibel@gmail.com>
- *
- * Copyright:
- * (c) 2011 Amiado Group AG. All rights reserved.
- * (c) 2012-2014 Patrick Stadler & Michael Weibel. All rights reserved.
- * (c) 2015 Adhearsion Foundation Inc <info@adhearsion.com>. All rights reserved.
+ * Legal: See the LICENSE file at the top-level directory of this distribution and at https://github.com/candy-chat/candy/blob/master/LICENSE
*/
'use strict';
diff --git a/src/core/chatRoom.js b/src/core/chatRoom.js
index 2068342..fe4cb41 100644
--- a/src/core/chatRoom.js
+++ b/src/core/chatRoom.js
@@ -1,14 +1,7 @@
/** File: chatRoom.js
* Candy - Chats are not dead yet.
*
- * Authors:
- * - Patrick Stadler <patrick.stadler@gmail.com>
- * - Michael Weibel <michael.weibel@gmail.com>
- *
- * Copyright:
- * (c) 2011 Amiado Group AG. All rights reserved.
- * (c) 2012-2014 Patrick Stadler & Michael Weibel. All rights reserved.
- * (c) 2015 Adhearsion Foundation Inc <info@adhearsion.com>. All rights reserved.
+ * Legal: See the LICENSE file at the top-level directory of this distribution and at https://github.com/candy-chat/candy/blob/master/LICENSE
*/
'use strict';
diff --git a/src/core/chatRoster.js b/src/core/chatRoster.js
index 6c53f6e..d90a17f 100644
--- a/src/core/chatRoster.js
+++ b/src/core/chatRoster.js
@@ -1,14 +1,7 @@
/** File: chatRoster.js
* Candy - Chats are not dead yet.
*
- * Authors:
- * - Patrick Stadler <patrick.stadler@gmail.com>
- * - Michael Weibel <michael.weibel@gmail.com>
- *
- * Copyright:
- * (c) 2011 Amiado Group AG. All rights reserved.
- * (c) 2012-2014 Patrick Stadler & Michael Weibel. All rights reserved.
- * (c) 2015 Adhearsion Foundation Inc <info@adhearsion.com>. All rights reserved.
+ * Legal: See the LICENSE file at the top-level directory of this distribution and at https://github.com/candy-chat/candy/blob/master/LICENSE
*/
'use strict';
diff --git a/src/core/chatUser.js b/src/core/chatUser.js
index 3015e09..2014762 100644
--- a/src/core/chatUser.js
+++ b/src/core/chatUser.js
@@ -1,14 +1,7 @@
/** File: chatUser.js
* Candy - Chats are not dead yet.
*
- * Authors:
- * - Patrick Stadler <patrick.stadler@gmail.com>
- * - Michael Weibel <michael.weibel@gmail.com>
- *
- * Copyright:
- * (c) 2011 Amiado Group AG. All rights reserved.
- * (c) 2012-2014 Patrick Stadler & Michael Weibel. All rights reserved.
- * (c) 2015 Adhearsion Foundation Inc <info@adhearsion.com>. All rights reserved.
+ * Legal: See the LICENSE file at the top-level directory of this distribution and at https://github.com/candy-chat/candy/blob/master/LICENSE
*/
'use strict';
diff --git a/src/core/contact.js b/src/core/contact.js
index 51985a3..6590362 100644
--- a/src/core/contact.js
+++ b/src/core/contact.js
@@ -1,14 +1,7 @@
/** File: contact.js
* Candy - Chats are not dead yet.
*
- * Authors:
- * - Patrick Stadler <patrick.stadler@gmail.com>
- * - Michael Weibel <michael.weibel@gmail.com>
- *
- * Copyright:
- * (c) 2011 Amiado Group AG. All rights reserved.
- * (c) 2012-2014 Patrick Stadler & Michael Weibel. All rights reserved.
- * (c) 2015 Adhearsion Foundation Inc <info@adhearsion.com>. All rights reserved.
+ * Legal: See the LICENSE file at the top-level directory of this distribution and at https://github.com/candy-chat/candy/blob/master/LICENSE
*/
'use strict';
diff --git a/src/core/event.js b/src/core/event.js
index 3376be1..9486ede 100644
--- a/src/core/event.js
+++ b/src/core/event.js
@@ -1,14 +1,7 @@
/** File: event.js
* Candy - Chats are not dead yet.
*
- * Authors:
- * - Patrick Stadler <patrick.stadler@gmail.com>
- * - Michael Weibel <michael.weibel@gmail.com>
- *
- * Copyright:
- * (c) 2011 Amiado Group AG. All rights reserved.
- * (c) 2012-2014 Patrick Stadler & Michael Weibel. All rights reserved.
- * (c) 2015 Adhearsion Foundation Inc <info@adhearsion.com>. All rights reserved.
+ * Legal: See the LICENSE file at the top-level directory of this distribution and at https://github.com/candy-chat/candy/blob/master/LICENSE
*/
'use strict';
diff --git a/src/util.js b/src/util.js
index 6a81f03..ed4d1c4 100644
--- a/src/util.js
+++ b/src/util.js
@@ -1,14 +1,7 @@
/** File: util.js
* Candy - Chats are not dead yet.
*
- * Authors:
- * - Patrick Stadler <patrick.stadler@gmail.com>
- * - Michael Weibel <michael.weibel@gmail.com>
- *
- * Copyright:
- * (c) 2011 Amiado Group AG. All rights reserved.
- * (c) 2012-2014 Patrick Stadler & Michael Weibel. All rights reserved.
- * (c) 2015 Adhearsion Foundation Inc <info@adhearsion.com>. All rights reserved.
+ * Legal: See the LICENSE file at the top-level directory of this distribution and at https://github.com/candy-chat/candy/blob/master/LICENSE
*/
'use strict';
diff --git a/src/view.js b/src/view.js
index 0f1988d..66c21fe 100644
--- a/src/view.js
+++ b/src/view.js
@@ -1,14 +1,7 @@
/** File: view.js
* Candy - Chats are not dead yet.
*
- * Authors:
- * - Patrick Stadler <patrick.stadler@gmail.com>
- * - Michael Weibel <michael.weibel@gmail.com>
- *
- * Copyright:
- * (c) 2011 Amiado Group AG. All rights reserved.
- * (c) 2012-2014 Patrick Stadler & Michael Weibel. All rights reserved.
- * (c) 2015 Adhearsion Foundation Inc <info@adhearsion.com>. All rights reserved.
+ * Legal: See the LICENSE file at the top-level directory of this distribution and at https://github.com/candy-chat/candy/blob/master/LICENSE
*/
'use strict';
diff --git a/src/view/observer.js b/src/view/observer.js
index 25c301b..283568c 100644
--- a/src/view/observer.js
+++ b/src/view/observer.js
@@ -1,14 +1,7 @@
/** File: observer.js
* Candy - Chats are not dead yet.
*
- * Authors:
- * - Patrick Stadler <patrick.stadler@gmail.com>
- * - Michael Weibel <michael.weibel@gmail.com>
- *
- * Copyright:
- * (c) 2011 Amiado Group AG. All rights reserved.
- * (c) 2012-2014 Patrick Stadler & Michael Weibel
- * (c) 2015 Adhearsion Foundation Inc <info@adhearsion.com>. All rights reserved.
+ * Legal: See the LICENSE file at the top-level directory of this distribution and at https://github.com/candy-chat/candy/blob/master/LICENSE
*/
'use strict';
diff --git a/src/view/pane/chat.js b/src/view/pane/chat.js
index 44293b2..4c7ada9 100644
--- a/src/view/pane/chat.js
+++ b/src/view/pane/chat.js
@@ -1,14 +1,7 @@
/** File: chat.js
* Candy - Chats are not dead yet.
*
- * Authors:
- * - Patrick Stadler <patrick.stadler@gmail.com>
- * - Michael Weibel <michael.weibel@gmail.com>
- *
- * Copyright:
- * (c) 2011 Amiado Group AG. All rights reserved.
- * (c) 2012-2014 Patrick Stadler & Michael Weibel. All rights reserved.
- * (c) 2015 Adhearsion Foundation Inc <info@adhearsion.com>. All rights reserved.
+ * Legal: See the LICENSE file at the top-level directory of this distribution and at https://github.com/candy-chat/candy/blob/master/LICENSE
*/
'use strict';
diff --git a/src/view/pane/message.js b/src/view/pane/message.js
index 3198835..e65b8d2 100644
--- a/src/view/pane/message.js
+++ b/src/view/pane/message.js
@@ -1,14 +1,7 @@
/** File: message.js
* Candy - Chats are not dead yet.
*
- * Authors:
- * - Patrick Stadler <patrick.stadler@gmail.com>
- * - Michael Weibel <michael.weibel@gmail.com>
- *
- * Copyright:
- * (c) 2011 Amiado Group AG. All rights reserved.
- * (c) 2012-2014 Patrick Stadler & Michael Weibel. All rights reserved.
- * (c) 2015 Adhearsion Foundation Inc <info@adhearsion.com>. All rights reserved.
+ * Legal: See the LICENSE file at the top-level directory of this distribution and at https://github.com/candy-chat/candy/blob/master/LICENSE
*/
'use strict';
diff --git a/src/view/pane/privateRoom.js b/src/view/pane/privateRoom.js
index 7e04005..0622225 100644
--- a/src/view/pane/privateRoom.js
+++ b/src/view/pane/privateRoom.js
@@ -1,14 +1,7 @@
/** File: privateRoom.js
* Candy - Chats are not dead yet.
*
- * Authors:
- * - Patrick Stadler <patrick.stadler@gmail.com>
- * - Michael Weibel <michael.weibel@gmail.com>
- *
- * Copyright:
- * (c) 2011 Amiado Group AG. All rights reserved.
- * (c) 2012-2014 Patrick Stadler & Michael Weibel. All rights reserved.
- * (c) 2015 Adhearsion Foundation Inc <info@adhearsion.com>. All rights reserved.
+ * Legal: See the LICENSE file at the top-level directory of this distribution and at https://github.com/candy-chat/candy/blob/master/LICENSE
*/
'use strict';
diff --git a/src/view/pane/room.js b/src/view/pane/room.js
index 61fa706..2832489 100644
--- a/src/view/pane/room.js
+++ b/src/view/pane/room.js
@@ -1,14 +1,7 @@
/** File: room.js
* Candy - Chats are not dead yet.
*
- * Authors:
- * - Patrick Stadler <patrick.stadler@gmail.com>
- * - Michael Weibel <michael.weibel@gmail.com>
- *
- * Copyright:
- * (c) 2011 Amiado Group AG. All rights reserved.
- * (c) 2012-2014 Patrick Stadler & Michael Weibel. All rights reserved.
- * (c) 2015 Adhearsion Foundation Inc <info@adhearsion.com>. All rights reserved.
+ * Legal: See the LICENSE file at the top-level directory of this distribution and at https://github.com/candy-chat/candy/blob/master/LICENSE
*/
'use strict';
diff --git a/src/view/pane/roster.js b/src/view/pane/roster.js
index 344f0d1..a902639 100644
--- a/src/view/pane/roster.js
+++ b/src/view/pane/roster.js
@@ -1,14 +1,7 @@
/** File: roster.js
* Candy - Chats are not dead yet.
*
- * Authors:
- * - Patrick Stadler <patrick.stadler@gmail.com>
- * - Michael Weibel <michael.weibel@gmail.com>
- *
- * Copyright:
- * (c) 2011 Amiado Group AG. All rights reserved.
- * (c) 2012-2014 Patrick Stadler & Michael Weibel. All rights reserved.
- * (c) 2015 Adhearsion Foundation Inc <info@adhearsion.com>. All rights reserved.
+ * Legal: See the LICENSE file at the top-level directory of this distribution and at https://github.com/candy-chat/candy/blob/master/LICENSE
*/
'use strict';
diff --git a/src/view/pane/window.js b/src/view/pane/window.js
index 9acd8d9..00e2e69 100644
--- a/src/view/pane/window.js
+++ b/src/view/pane/window.js
@@ -1,14 +1,7 @@
/** File: window.js
* Candy - Chats are not dead yet.
*
- * Authors:
- * - Patrick Stadler <patrick.stadler@gmail.com>
- * - Michael Weibel <michael.weibel@gmail.com>
- *
- * Copyright:
- * (c) 2011 Amiado Group AG. All rights reserved.
- * (c) 2012-2014 Patrick Stadler & Michael Weibel. All rights reserved.
- * (c) 2015 Adhearsion Foundation Inc <info@adhearsion.com>. All rights reserved.
+ * Legal: See the LICENSE file at the top-level directory of this distribution and at https://github.com/candy-chat/candy/blob/master/LICENSE
*/
'use strict';
diff --git a/src/view/template.js b/src/view/template.js
index 5a30fe9..1e74011 100644
--- a/src/view/template.js
+++ b/src/view/template.js
@@ -1,14 +1,7 @@
/** File: template.js
* Candy - Chats are not dead yet.
*
- * Authors:
- * - Patrick Stadler <patrick.stadler@gmail.com>
- * - Michael Weibel <michael.weibel@gmail.com>
- *
- * Copyright:
- * (c) 2011 Amiado Group AG. All rights reserved.
- * (c) 2012-2014 Patrick Stadler & Michael Weibel. All rights reserved.
- * (c) 2015 Adhearsion Foundation Inc <info@adhearsion.com>. All rights reserved.
+ * Legal: See the LICENSE file at the top-level directory of this distribution and at https://github.com/candy-chat/candy/blob/master/LICENSE
*/
'use strict';
diff --git a/src/view/translation.js b/src/view/translation.js
index 89f33d8..4222117 100644
--- a/src/view/translation.js
+++ b/src/view/translation.js
@@ -1,14 +1,7 @@
/** File: translation.js
* Candy - Chats are not dead yet.
*
- * Authors:
- * - Patrick Stadler <patrick.stadler@gmail.com>
- * - Michael Weibel <michael.weibel@gmail.com>
- *
- * Copyright:
- * (c) 2011 Amiado Group AG. All rights reserved.
- * (c) 2012-2014 Patrick Stadler & Michael Weibel. All rights reserved.
- * (c) 2015 Adhearsion Foundation Inc <info@adhearsion.com>. All rights reserved.
+ * Legal: See the LICENSE file at the top-level directory of this distribution and at https://github.com/candy-chat/candy/blob/master/LICENSE
*/
'use strict';