Strabon
changeset 553:6c155d83168c
update README file adding information about how to apply the MPL license in our code.
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Sun Sep 16 22:31:34 2012 +0300 (2012-09-16) |
parents | b95784675cc7 |
children | e3967795041b |
files | README |
line diff
1.1 --- a/README Sun Sep 16 22:23:31 2012 +0300 1.2 +++ b/README Sun Sep 16 22:31:34 2012 +0300 1.3 @@ -201,4 +201,45 @@ 1.4 1.5 License 1.6 ======= 1.7 -Copyright (C) 2010-2012 Strabon Team 1.8 +This Source Code Form is subject to the terms of the Mozilla Public 1.9 +License, v. 2.0. If a copy of the MPL was not distributed with this 1.10 +file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.11 + 1.12 +Copyright (C) 2010, 2011, 2012, Pyravlos Team 1.13 + 1.14 +http://www.strabon.di.uoa.gr/ 1.15 + 1.16 + 1.17 +How to apply the license 1.18 +======================== 1.19 +In the beginning of script files (after the ???) paste the following statement: 1.20 +# 1.21 +# This Source Code Form is subject to the terms of the Mozilla Public 1.22 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.23 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.24 +# 1.25 +# Copyright (C) 2010, 2011, 2012, Pyravlos Team 1.26 +# 1.27 +# http://www.strabon.di.uoa.gr/ 1.28 +# 1.29 + 1.30 +In the beginning of Java source code files paste the following statement: 1.31 +/** 1.32 + * This Source Code Form is subject to the terms of the Mozilla Public 1.33 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.34 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.35 + * 1.36 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 1.37 + * 1.38 + * http://www.strabon.di.uoa.gr/ 1.39 + */ 1.40 + 1.41 +In the beginning of HTML/XML files paste the following statement: 1.42 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.43 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.44 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.45 + - 1.46 + - Copyright (C) 2010, 2011, 2012, Pyravlos Team 1.47 + - 1.48 + - http://www.strabon.di.uoa.gr/ 1.49 +-->