Skip to content

Commit ae13b15

Browse files
committed
Updated license headers.
1 parent 8986ac8 commit ae13b15

File tree

108 files changed

+324
-324
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+324
-324
lines changed

scripts/src/main/assembly/scripts.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Jsonix is a JavaScript library which allows you to convert between XML
44
and JavaScript object structures.
55
6-
Copyright (c) 2010, Aleksei Valikov, Highsource.org
6+
Copyright (c) 2010 - 2014, Alexey Valikov, Highsource.org
77
All rights reserved.
88
99
Redistribution and use in source and binary forms, with or without
@@ -13,14 +13,14 @@
1313
* Redistributions in binary form must reproduce the above copyright
1414
notice, this list of conditions and the following disclaimer in the
1515
documentation and/or other materials provided with the distribution.
16-
* Neither the name of the Aleksei Valikov nor the
16+
* Neither the name of the Alexey Valikov nor the
1717
names of contributors may be used to endorse or promote products
1818
derived from this software without specific prior written permission.
1919
2020
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
2121
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2222
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23-
DISCLAIMED. IN NO EVENT SHALL ALEKSEI VALIKOV BE LIABLE FOR ANY
23+
DISCLAIMED. IN NO EVENT SHALL ALEXEY VALIKOV BE LIABLE FOR ANY
2424
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2525
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2626
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

scripts/src/main/java/org/hisrc/jsonix/JsonixScriptsConstants.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Jsonix is a JavaScript library which allows you to convert between XML
33
* and JavaScript object structures.
44
*
5-
* Copyright (c) 2010, Aleksei Valikov, Highsource.org
5+
* Copyright (c) 2010 - 2014, Alexey Valikov, Highsource.org
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -12,14 +12,14 @@
1212
* * Redistributions in binary form must reproduce the above copyright
1313
* notice, this list of conditions and the following disclaimer in the
1414
* documentation and/or other materials provided with the distribution.
15-
* * Neither the name of the Aleksei Valikov nor the
15+
* * Neither the name of the Alexey Valikov nor the
1616
* names of contributors may be used to endorse or promote products
1717
* derived from this software without specific prior written permission.
1818
*
1919
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
2020
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2121
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22-
* DISCLAIMED. IN NO EVENT SHALL ALEKSEI VALIKOV BE LIABLE FOR ANY
22+
* DISCLAIMED. IN NO EVENT SHALL ALEXEY VALIKOV BE LIABLE FOR ANY
2323
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2424
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2525
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

scripts/src/main/javascript/org/hisrc/jsonix/Jsonix.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Jsonix is a JavaScript library which allows you to convert between XML
33
* and JavaScript object structures.
44
*
5-
* Copyright (c) 2010, Aleksei Valikov, Highsource.org
5+
* Copyright (c) 2010 - 2014, Alexey Valikov, Highsource.org
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -12,14 +12,14 @@
1212
* * Redistributions in binary form must reproduce the above copyright
1313
* notice, this list of conditions and the following disclaimer in the
1414
* documentation and/or other materials provided with the distribution.
15-
* * Neither the name of the Aleksei Valikov nor the
15+
* * Neither the name of the Alexey Valikov nor the
1616
* names of contributors may be used to endorse or promote products
1717
* derived from this software without specific prior written permission.
1818
*
1919
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
2020
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2121
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22-
* DISCLAIMED. IN NO EVENT SHALL ALEKSEI VALIKOV BE LIABLE FOR ANY
22+
* DISCLAIMED. IN NO EVENT SHALL ALEXEY VALIKOV BE LIABLE FOR ANY
2323
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2424
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2525
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

scripts/src/main/javascript/org/hisrc/jsonix/Jsonix/Class.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Jsonix is a JavaScript library which allows you to convert between XML
33
* and JavaScript object structures.
44
*
5-
* Copyright (c) 2010, Aleksei Valikov, Highsource.org
5+
* Copyright (c) 2010 - 2014, Alexey Valikov, Highsource.org
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -12,14 +12,14 @@
1212
* * Redistributions in binary form must reproduce the above copyright
1313
* notice, this list of conditions and the following disclaimer in the
1414
* documentation and/or other materials provided with the distribution.
15-
* * Neither the name of the Aleksei Valikov nor the
15+
* * Neither the name of the Alexey Valikov nor the
1616
* names of contributors may be used to endorse or promote products
1717
* derived from this software without specific prior written permission.
1818
*
1919
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
2020
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2121
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22-
* DISCLAIMED. IN NO EVENT SHALL ALEKSEI VALIKOV BE LIABLE FOR ANY
22+
* DISCLAIMED. IN NO EVENT SHALL ALEXEY VALIKOV BE LIABLE FOR ANY
2323
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2424
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2525
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

scripts/src/main/javascript/org/hisrc/jsonix/Jsonix/Context.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Jsonix is a JavaScript library which allows you to convert between XML
33
* and JavaScript object structures.
44
*
5-
* Copyright (c) 2010, Aleksei Valikov, Highsource.org
5+
* Copyright (c) 2010 - 2014, Alexey Valikov, Highsource.org
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -12,14 +12,14 @@
1212
* * Redistributions in binary form must reproduce the above copyright
1313
* notice, this list of conditions and the following disclaimer in the
1414
* documentation and/or other materials provided with the distribution.
15-
* * Neither the name of the Aleksei Valikov nor the
15+
* * Neither the name of the Alexey Valikov nor the
1616
* names of contributors may be used to endorse or promote products
1717
* derived from this software without specific prior written permission.
1818
*
1919
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
2020
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2121
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22-
* DISCLAIMED. IN NO EVENT SHALL ALEKSEI VALIKOV BE LIABLE FOR ANY
22+
* DISCLAIMED. IN NO EVENT SHALL ALEXEY VALIKOV BE LIABLE FOR ANY
2323
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2424
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2525
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

scripts/src/main/javascript/org/hisrc/jsonix/Jsonix/Context/Marshaller.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Jsonix is a JavaScript library which allows you to convert between XML
33
* and JavaScript object structures.
44
*
5-
* Copyright (c) 2010, Aleksei Valikov, Highsource.org
5+
* Copyright (c) 2010 - 2014, Alexey Valikov, Highsource.org
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -12,14 +12,14 @@
1212
* * Redistributions in binary form must reproduce the above copyright
1313
* notice, this list of conditions and the following disclaimer in the
1414
* documentation and/or other materials provided with the distribution.
15-
* * Neither the name of the Aleksei Valikov nor the
15+
* * Neither the name of the Alexey Valikov nor the
1616
* names of contributors may be used to endorse or promote products
1717
* derived from this software without specific prior written permission.
1818
*
1919
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
2020
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2121
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22-
* DISCLAIMED. IN NO EVENT SHALL ALEKSEI VALIKOV BE LIABLE FOR ANY
22+
* DISCLAIMED. IN NO EVENT SHALL ALEXEY VALIKOV BE LIABLE FOR ANY
2323
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2424
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2525
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

scripts/src/main/javascript/org/hisrc/jsonix/Jsonix/Context/Unmarshaller.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Jsonix is a JavaScript library which allows you to convert between XML
33
* and JavaScript object structures.
44
*
5-
* Copyright (c) 2010, Aleksei Valikov, Highsource.org
5+
* Copyright (c) 2010 - 2014, Alexey Valikov, Highsource.org
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -12,14 +12,14 @@
1212
* * Redistributions in binary form must reproduce the above copyright
1313
* notice, this list of conditions and the following disclaimer in the
1414
* documentation and/or other materials provided with the distribution.
15-
* * Neither the name of the Aleksei Valikov nor the
15+
* * Neither the name of the Alexey Valikov nor the
1616
* names of contributors may be used to endorse or promote products
1717
* derived from this software without specific prior written permission.
1818
*
1919
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
2020
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2121
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22-
* DISCLAIMED. IN NO EVENT SHALL ALEKSEI VALIKOV BE LIABLE FOR ANY
22+
* DISCLAIMED. IN NO EVENT SHALL ALEXEY VALIKOV BE LIABLE FOR ANY
2323
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2424
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2525
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

scripts/src/main/javascript/org/hisrc/jsonix/Jsonix/DOM.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Jsonix is a JavaScript library which allows you to convert between XML
33
* and JavaScript object structures.
44
*
5-
* Copyright (c) 2010, Aleksei Valikov, Highsource.org
5+
* Copyright (c) 2010 - 2014, Alexey Valikov, Highsource.org
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -12,14 +12,14 @@
1212
* * Redistributions in binary form must reproduce the above copyright
1313
* notice, this list of conditions and the following disclaimer in the
1414
* documentation and/or other materials provided with the distribution.
15-
* * Neither the name of the Aleksei Valikov nor the
15+
* * Neither the name of the Alexey Valikov nor the
1616
* names of contributors may be used to endorse or promote products
1717
* derived from this software without specific prior written permission.
1818
*
1919
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
2020
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2121
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22-
* DISCLAIMED. IN NO EVENT SHALL ALEKSEI VALIKOV BE LIABLE FOR ANY
22+
* DISCLAIMED. IN NO EVENT SHALL ALEXEY VALIKOV BE LIABLE FOR ANY
2323
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2424
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2525
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

scripts/src/main/javascript/org/hisrc/jsonix/Jsonix/Model.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Jsonix is a JavaScript library which allows you to convert between XML
33
* and JavaScript object structures.
44
*
5-
* Copyright (c) 2010, Aleksei Valikov, Highsource.org
5+
* Copyright (c) 2010 - 2014, Alexey Valikov, Highsource.org
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -12,14 +12,14 @@
1212
* * Redistributions in binary form must reproduce the above copyright
1313
* notice, this list of conditions and the following disclaimer in the
1414
* documentation and/or other materials provided with the distribution.
15-
* * Neither the name of the Aleksei Valikov nor the
15+
* * Neither the name of the Alexey Valikov nor the
1616
* names of contributors may be used to endorse or promote products
1717
* derived from this software without specific prior written permission.
1818
*
1919
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
2020
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2121
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22-
* DISCLAIMED. IN NO EVENT SHALL ALEKSEI VALIKOV BE LIABLE FOR ANY
22+
* DISCLAIMED. IN NO EVENT SHALL ALEXEY VALIKOV BE LIABLE FOR ANY
2323
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2424
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2525
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

scripts/src/main/javascript/org/hisrc/jsonix/Jsonix/Model/AbstractElementRefsPropertyInfo.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Jsonix is a JavaScript library which allows you to convert between XML
33
* and JavaScript object structures.
44
*
5-
* Copyright (c) 2010, Aleksei Valikov, Highsource.org
5+
* Copyright (c) 2010 - 2014, Alexey Valikov, Highsource.org
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without
@@ -12,14 +12,14 @@
1212
* * Redistributions in binary form must reproduce the above copyright
1313
* notice, this list of conditions and the following disclaimer in the
1414
* documentation and/or other materials provided with the distribution.
15-
* * Neither the name of the Aleksei Valikov nor the
15+
* * Neither the name of the Alexey Valikov nor the
1616
* names of contributors may be used to endorse or promote products
1717
* derived from this software without specific prior written permission.
1818
*
1919
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
2020
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2121
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22-
* DISCLAIMED. IN NO EVENT SHALL ALEKSEI VALIKOV BE LIABLE FOR ANY
22+
* DISCLAIMED. IN NO EVENT SHALL ALEXEY VALIKOV BE LIABLE FOR ANY
2323
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2424
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2525
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

0 commit comments

Comments
 (0)