-
Notifications
You must be signed in to change notification settings - Fork 143
/
NOTICE.txt
2138 lines (1693 loc) · 65.2 KB
/
NOTICE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
OZONE Widget Framework
Copyright (c) 2015 Next Century Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
This product bundles the following software, which is available under the
license listed with the software description below:
-------------------------
Attribution for Grails
-------------------------
Grails
Grails (https://grails.org/) is available under an Apache Software
Foundation 2.0 license Version 2, Copyright 2013 GoPivotal Inc.
The OZONE Marketplace is built using the Grails Framework including design
patterns, templates and application layout. The use of these files are
distributed under the Apache Software Foundation 2.0 license Version 2
http://www.apache.org/licenses/LICENSE-2.0.html
Audit Trail
The Audit Trail software (http://grails.org/plugin/audit-trail) is
available under an Apache License Foundation License Version 2.0,
Copyright (c) 2013 GoPivotal, Inc.
The OZONE Marketplace moved and modified one of the component files from
the Audit Trail plugin:
It moved
[plugins/audit-trail-2.0.2/src/java/gorm/AuditStampASTTransformation.java]
to [src/java/gorm/AuditStampASTTransformation.java] and modified it to
work properly with the rest of the OZONE Marketplace code.
The modified versions of these files are distributed under the Apache
License Foundation License Version 2.0
http://www.apache.org/licenses/LICENSE-2.0.html
--------------------------------------------------------------
Attribution for Dependencies for the Build System Only
--------------------------------------------------------------
Serializer
https://xml.apache.org/xalan-j/
License: Apache Software Foundation License Version 2.0 Software Foundation License Version 2.0
© serFISH.com, 2008-2010
Grails Bootstrap
http://grails.github.io/grails-doc/2.3.7
License: Copies of this document may be made for your own use and for distribution to others,
provided that you do not charge any fee for such copies and further provided that each copy
contains this Copyright Notice, whether distributed in print or electronically.
© 2015 Pivotal Software, Inc. All Rights Reserved
JLF4J from Jakarta Commons Logging (JCL)
http://www.slf4j.org/
License: MIT License
© 2004-2015 QOS.ch
Simple Logging Façade for Java (SLF4J) API
http://www.slf4j.org/
License: MIT License
© 2004-2015 QOS.ch
Apache Ant
http://ant.apache.org/
License: Apache Software Foundation License Version 2.0
2015 The Apache Software Foundation
JLine
https://github.com/jline/jline2/issues
License: BSD 2-Clause
JLine © 2002-2007
Apache Ant Launcher
http://projects.apache.org/projects/ant.html
License: Apache Software Foundation License Version 2.0
2015 The Apache Software Foundation
Apache Ant-trax
http://projects.apache.org/projects/ant.html
License: Apache Software Foundation License Version 2.0
2015 The Apache Software Foundation
JNA
https://github.com/twall/jna
License: Apache Software Foundation License Version 2.0 (dual-licensed with LGPL 2.1)
Copyright © 2007-2014 Timothy Wall. All Rights Reserved.
JUnit
http://projects.apache.org/projects/ant.html
License: Apache Software Foundation License Version 2.0
2015 The Apache Software Foundation
Gant
http://grepcode.com/snapshot/repo1.maven.org/maven2/org.codehaus.gant/gant_groovy1.8/1.9.6
License: Apache Software Foundation License Version 2.0
Copyright © 2014–2015 Russel Winder.
Apache Ivy
http://ant.apache.org/ivy/
License: Apache Software Foundation License Version 2.0
2015 The Apache Software Foundation
Jansi
https://github.com/fusesource/jansi
License: Apache Software Foundation License Version 2.0
Copyright © 2015 Red Hat Inc.
Grails
http://grails.github.io/grails-doc/2.3.7
License: Copies of this document may be made for your own use and for distribution to others,
provided that you do not charge any fee for such copies and further provided that each copy
contains this Copyright Notice, whether distributed in print or electronically.
© 2015 Pivotal Software, Inc. All Rights Reserved
Spock
http://spockframework.github.io/spock/docs/1.0/index.html
License: Apache Software Foundation License Version 2.0
Peter Niederwieser -- Version 1
Hamcrest
https://github.com/hamcrest
License: BSD 3-Clause
Copyright 2012- hamcrest.org
JUnit
http://junit.org/
License: Eclipse Public License http://junit.org/license.html
© 2002-2014 Junit. All Rights Reserved
Grails
https://grails.org/
License: Apache Software Foundation License Version 2.0
© 2005-2015 the Grails project — Grails is Open Source, Apache 2 License
Flying-saucer
https://xhtmlrenderer.java.net/ redirected to https://code.google.com/p/flying-saucer/
License: GNU Lesser General ublic License (LGPL)
© 2014 Oracle Corp. and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates.
Snakeyaml
https://code.google.com/p/snakeyaml/
License: Apache Software Foundation License Version 2.0
Clark C. Evans
Grails-gdoc-engine
https://github.com/grails/grails-gdoc-engine/blob/master/LICENSE
License: Apache Software Foundation License Version 2.0
© 2005-2015 the Grails project — Grails is Open Source, Apache 2 License
iText
http://itextpdf.com/
License: AGPL
© 2010-2015, iText Group NV, iText Software Corp., iText Software BVBA
Legion of the Bouncy Castle Java Cryptography APIs
https://www.bouncycastle.org/latest_releases.html
License: Copyright (c) 2000-2015 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org)
Copyright (c) 2005-2006 IKS Research Group at ETH Zurich
Commons Lang
https://commons.apache.org
License: Apache Software Foundation License Version 2.0
© 2001-2015 The Apache Software Foundation.
Grails Plugin: apache Tomcat plugin
http://repo.grails.org/grails/repo/org/grails/plugins/tomcat/7.0.52.1/
License: Apache Software Foundation License Version 2.0
© 2005-2015 the Grails project — Grails is Open Source, Apache 2 License
Tomcat Catalina Ant
http://tomcat.apache.org
License: Apache Software Foundation License Version 2.0
© 2001-2015 The Apache Software Foundation.
Tomcat Embed Jasper
http://tomcat.apache.org
License: Apache Software Foundation License Version 2.0
© 2001-2015 The Apache Software Foundation.
Tomcat Embed El
http://mvnrepository.com/artifact/org.apache.tomcat.embed/tomcat-embed-el
License: Apache Software Foundation License Version 2.0
© 2001-2015 The Apache Software Foundation.
Tomcat Embed Logging Log4j
http://mvnrepository.com/artifact/org.apache.tomcat.embed/tomcat-embed-logging-log4j
License: Apache Software Foundation License Version 2.0
© 2001-2015 The Apache Software Foundation.
Tomcat Embed Websocket
http://mvnrepository.com/artifact/org.apache.tomcat.embed/tomcat-embed-websocket
License: Apache Software Foundation License Version 2.0
© 2001-2015 The Apache Software Foundation.
Eclipse Java development tools (JDT)
http://www.eclipse.org/jdt/
License: Eclipse Public License
Copyright © 2015 The Eclipse Foundation. All Rights Reserved.
Tomcat Embed Core
http://mvnrepository.com/artifact/org.apache.tomcat.embed/tomcat-embed-core
License: Apache Software Foundation License Version 2.0
© 2001-2015 The Apache Software Foundation.
-----------------------------------------------------------------------------------
Attribution for Dependencies needed at development time, but not during deployment
-----------------------------------------------------------------------------------
JavaServlet™ Specification
http://servlet-spec.java.net
License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
Copyright © 2014, Oracle Corporation and/or its affiliates.
-----------------------------------------------------------------------
Attribution for Dependencies placed on the classpath for compilation
-----------------------------------------------------------------------
Groovy
http://www.groovy-lang.org/
License: Apache Software Foundation License Version 2.0
2003-2015 the Groovy project
Grails Plugin Rest
https://grails.org/
License: Apache Software Foundation License Version 2.0
2005-2015 the Grails project
Simple Logging Façade for Java (SLF4J) API
http://www.slf4j.org/license.html
License: MIT license
Copyright (c) 2004-2013 QOS.ch
Grails-web
https://grails.org/
License: Apache Software Foundation License Version 2.0
2005-2015 the Grails project
Spring Context Support
https://github.com/spring-projects/spring-framework
License: Apache Software Foundation License Version 2.0
© 2015 Pivotal Software, Inc. All Rights Reserved. Terms of Use and Privacy
Commons FileUpload
https://commons.apache.org/proper/commons-fileupload/
License: Apache Software Foundation License Version 2.0
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.
OpenSymphony
https://github.com/sitemesh/sitemesh2/blob/master/LICENSE.txt
License: Apache Software Foundation License Version 2.0
Copyright (c) 2001 The OpenSymphony Group. All rights reserved.
Grails Async
https://grails.org/
License: Apache Software Foundation License Version 2.0
2005-2015 the Grails project
Groovy Parallel Systems (GPars)
http://gpars.codehaus.org/
License: Apache Software Foundation License Version 2.0
© 2006 Codehaus Foundation. Original design by Andreas Viklund
Multiverse Core Resources
http://multiverse.codehaus.org/license.html
License: Apache Software Foundation License Version 2.0
Copyright 2009-2012 Peter Veentjer.
JSR166 Mirror
https://github.com/codehaus/jsr166-mirror/tree/master/src/main
License: Creative Commons
2015 The Codehaus. All Rights Reserved.
Spring Web MVC Framework
https://github.com/spring-projects/spring-framework
License: Apache Software Foundation License Version 2.0
© 2015 Pivotal Software, Inc. All Rights Reserved. Terms of Use and Privacy
Spring Expression
https://github.com/spring-projects/spring-framework
License: Apache Software Foundation License Version 2.0
© 2015 Pivotal Software, Inc. All Rights Reserved. Terms of Use and Privacy
MXP1: XML Pull Parser (XPP3)
http://www.slf4j.org/
License: MIT License
(c) 2004-2013 QOS.ch
Commons EL
http://commons.apache.org/proper/commons-el/
License: Apache Software Foundation License Version 2.0
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.
Objenesis
http://objenesis.org/license.html
License: Apache Software Foundation License Version 2.0
Copyright (c) 2003-2013, Objenesis Team and all contributors
Commons BeanUtils
http://commons.apache.org/proper/commons-beanutils/
License: Apache Software Foundation License Version 2.0
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.
Grails
https://grails.org/
License: Apache Software Foundation License Version 2.0
2005-2015 the Grails project
Grails bindData
https://grails.github.io/grails-doc/latest/ref/Controllers/bindData.html
License: Apache Software Foundation License Version 2.0
2005-2015 the Grails project
Simple Logging Façade for Java (SLF4J) API
http://www.slf4j.org/license.html
License: MIT license
Copyright (c) 2004-2013 QOS.ch
Grails Datasource Plugin
https://grails.org/plugin/datasources
License: Apache Software Foundation License Version 2.0
2005-2015 the Grails project
Tomcat JDBC Connection Pool
https://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html
License: Apache Software Foundation License Version 2.0
Copyright © 1999-2015, The Apache Software Foundation
Apache Juli
https://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/juli/package-summary.html
License: Apache Software Foundation License Version 2.0
Copyright © 1999-2015, The Apache Software Foundation
Spring JDBC
https://github.com/spring-projects/spring-framework
License: Apache Software Foundation License Version 2.0
© 2015 Pivotal Software, Inc. All Rights Reserved. Terms of Use and Privacy
Spring Context
https://github.com/spring-projects/spring-framework
License: Apache Software Foundation License Version 2.0
© 2015 Pivotal Software, Inc. All Rights Reserved. Terms of Use and Privacy
Spring AOP (Aspect Oriented Programming)
https://github.com/spring-projects/spring-framework
License: Apache Software Foundation License Version 2.0
© 2015 Pivotal Software, Inc. All Rights Reserved. Terms of Use and Privacy
Gson
https://code.google.com/p/google-gson/
License: Apache Software Foundation License Version 2.0
Copyright 2008 Google Inc.
Grails Plugin Controllers
https://grails.org/
License: Apache Software Foundation License Version 2.0
2005-2015 the Grails project
Grails Plugin Validation
https://grails.org/
License: Apache Software Foundation License Version 2.0
2005-2015 the Grails project
Grails dataBind
https://grails.org/
License: Apache Software Foundation License Version 2.0
2005-2015 the Grails project
Grails
https://grails.org/
License: Apache Software Foundation License Version 2.0
2005-2015 the Grails project
Grails Bootstrap Plugin
https://grails.org/
License: Apache Software Foundation License Version 2.0
2005-2015 the Grails project
Spring Web MVC Framework
https://github.com/spring-projects/spring-framework
License: Apache Software Foundation License Version 2.0
© 2015 Pivotal Software, Inc. All Rights Reserved. Terms of Use and Privacy
ASM
http://asm.ow2.org/
License: Copies of this document may be made for your own use and for distribution to others,
provided that you do not charge any fee for such copies and further provided that each copy
contains this Copyright Notice, whether distributed in print or electronically.
(c) 2000-2011 INRIA, France Telecom
Spring Beans
https://github.com/spring-projects/spring-framework
License: Apache Software Foundation License Version 2.0
© 2015 Pivotal Software
JPA (Hibernate Javax Persistence)
http://hibernate.org/orm/documentation/
License: LGPL
Copyright © 2004 Red Hat, Inc.
Spring Core
https://github.com/spring-projects/spring-framework
License: Apache Software Foundation License Version 2.0
© 2015 Pivotal Software
AOP Alliance
http://aopalliance.sourceforge.net/
License: all the source code provided by AOP Alliance is Public Domain
AOP Alliance
Commons Validator
https://commons.apache.org/proper/commons-validator/
License: Apache Software Foundation License Version 2.0
© 2002-2014 The Apache Software Foundation
Grails Locale Configuration Plugin
https://github.com/stokito/grails-locale-configuration-plugin
License: Apache Software Foundation License Version 2.0
Sergey Ponomarev
Commons Lang
https://commons.apache.org/proper/commons-lang/
License: Apache Software Foundation License Version 2.0
© 2002-2014 The Apache Software Foundation
Grails Plugin Filters
https://grails.org/
License: Apache Software Foundation License Version 2.0
© 2005-2015 the Grails project
Grails 2.3.7 Plugin
https://github.com/mckenfra/gsp-resources
License: Apache Software Foundation License Version 2.0
© 2005-2015 the Grails project — Grails is Open Source, Apache 2 License
Grails Logging
http://grails.github.io/grails-doc/2.2.5/ref/Plug-ins/logging.html
License: Apache Software Foundation License Version 2.0
© 2005-2015 the Grails project
Grails Plugin Codecs
https://grails.org/
License: Apache Software Foundation License Version 2.0
© 2005-2015 the Grails project
Grails Log4J Plugin
https://grails.org/
License: Apache Software Foundation License Version 2.0
© 2005-2015 the Grails project
Simple Logging Façade for Java Bridging Legacy API (jul-to-slf4j)
http://www.slf4j.org/
License: MIT License
(c) 2004-2013 QOS.ch
Grails Plugin Services
https://grails.org/
License: Apache Software Foundation License Version 2.0
© 2005-2015 the Grails project
Spring Transaction
https://github.com/spring-projects/spring-framework
License: Apache Software Foundation License Version 2.0
© 2015 Pivotal Software
Grails Plugin Servlets
https://grails.org/
License: Apache Software Foundation License Version 2.0
© 2005-2015 the Grails project
Grails Plugin URL Mapping
https://grails.org/
License: Apache Software Foundation License Version 2.0
© 2005-2015 the Grails project
Common IO
https://commons.apache.org/proper/commons-io/
License: Apache Software Foundation License Version 2.0
Copyright © 2002-2014 The Apache Software Foundation
Concurrentlinkedhashmap
https://code.google.com/p/concurrentlinkedhashmap/
License: Apache Software Foundation License Version 2.0
Ben Manes
Smack
https://github.com/igniterealtime/Smack
License: Apache Software Foundation License Version 2.0
Copyright: Ignite Realtime
HttpComponents
https://hc.apache.org/
License: Apache Software Foundation License Version 2.0
Copyright © 2005-2015 The Apache Software Foundation.
The Logging Component
http://commons.apache.org/proper/commons-logging/
License: Apache Software Foundation License Version 2.0
Copyright © 2005-2014 The Apache Software Foundation.
Apache Commons Codec
https://commons.apache.org/proper/commons-codec/
License: Apache Software Foundation License Version 2.0
Copyright © 2005-2014 The Apache Software Foundation.
OZONE Security
https://github.com/ozoneplatform
License: Apache Software Foundation License Version 2.0
Software © 2014 Next Century Corporation
OpenSymphoney Oscache Backup
https://github.com/cdemoustier/opensymphony-oscache-backup
License: OpenSymphony Software License (Derived from Apache Software Foundation License Version 2.0)
(c) 2001 The OpenSymphony Group
Spring Security Core
https://github.com/spring-projects/spring-security
License: Apache Software Foundation License Version 2.0
Copyright 2005-2013 the original authors
Spring Security CAS Authentication
https://github.com/spring-projects/spring-security
License: Apache Software Foundation License Version 2.0
Copyright 2005-2013 the original authors
Spring Security Web
https://github.com/spring-projects/spring-security
License: Apache Software Foundation License Version 2.0
Copyright 2005-2013 the original authors
Spring Security Config
https://github.com/spring-projects/spring-security
License: Apache Software Foundation License Version 2.0
Copyright 2005-2013 the original authors
CAS
http://jasig.github.io/cas/4.0.x/index.html
License: Apache Software Foundation License Version 2.0
Apereo Foundation
Spring Security Ldap
https://github.com/spring-projects/spring-security
License: Apache Software Foundation License Version 2.0
Copyright 2005-2013 the original authors
Spring Security Ldap
https://github.com/spring-projects/spring-ldap
License: Apache Software Foundation License Version 2.0
Copyright 2005-2013 the original authors
JUnit
https://github.com/junit-team/junit
License: Eclipse Public License
© 2002-2014 Junit
Mockito
https://github.com/mockito/mockito
License: MIT License
(c) 2007 Mockito contributors
Javax Servlet API
http://search.maven.org/#artifactdetails%7Cjavax.servlet%7Cservlet-api%7C2.5%7Cjar
License: Apache Software Foundation License Version 2.0
Copyright © 2009-2011, Oracle Corporation and/or its affiliates
Grails Database Migration
https://github.com/grails-plugins/grails-database-migration
License: Apache Software Foundation License Version 2.0
Burt Beckwith
Liquibase
http://www.liquibase.org/download/
License: Apache Software Foundation License Version 2.0
(C) 2006-2015 Nathan Voxland
Grails Hibernate Plugin
https://github.com/grails-plugins/grails-hibernate-plugin
License: Apache Software Foundation License Version 2.0
Copyright 2004-2005 the original author or authors
CGLIB
https://github.com/cglib/cglib
License: Apache Software Foundation License Version 2.0
This product includes software developed by The Apache Software Foundation
Grails GORM
http://mvnrepository.com/artifact/org.grails/grails-datastore-gorm-hibernate-core/3.0.4.RELEASE
License: Apache Software Foundation License Version 2.0
dom4j!
http://dom4j.sourceforge.net/dom4j-1.6.1/
License: BSD
Copyright 2001-2005 (C) MetaStuff, Ltd
Spring Object Relational Mapping (ORM)
http://docs.spring.io/spring/docs/current/spring-framework-reference/html/orm.html
License: Apache Software Foundation License Version 2.0
© 2015 Pivotal Software
Apache Commons Collections
https://commons.apache.org/proper/commons-collections/download_collections.cgi
License: Apache Software Foundation License Version 2.0
(c) Apache
Hibernate ORM
https://github.com/hibernate/hibernate-orm
License: LGPL
(c) Red Hat, Inc.
Bean Validation API (javax.validation)
https://hibernate.atlassian.net/projects/BVAL
License: Apache Software Foundation License Version 2.0
(c) Red Hat, Inc.
Hibernate Validator
https://github.com/hibernate/hibernate-validator
License: Apache Software Foundation License Version 2.0
Copyright © 2009 - 2013 Red Hat, Inc. & Gunnar Morling
Hibernate JPA Support
http://hibernate.org/orm/documentation/
License: LGPL
Copyright © 2004 Red Hat, Inc.
Hibernate Commons Annotations
https://github.com/hibernate/hibernate-commons-annotations
License: LGPL
Copyright © 2004 Red Hat, Inc.
OZONE App Config
https://github.com/ozoneplatform
License: Apache Software Foundation License Version 2.0
Copyright 2014 Next Century Corporation
OZONE Auditing
https://github.com/ozoneplatform
License: Apache Software Foundation License Version 2.0
Copyright 2014 Next Century Corporation
OZONE Messaging
https://github.com/ozoneplatform
License: Apache Software Foundation License Version 2.0
Copyright 2014 Next Century Corporation
Grails CodeNarc Plugin
https://github.com/CodeNarc/CodeNarc
License: Apache Software Foundation License Version 2.0
Chris Mair
CodeNarc
https://github.com/CodeNarc/CodeNarc
License: Apache Software Foundation License Version 2.0
Chris Mair
GMetric
http://mvnrepository.com/artifact/org.gmetrics/GMetrics/0.5
License: Apache Software Foundation License Version 2.0
Chris Mair
Grails Pretty-time Plugin
https://grails.org/plugin/pretty-time
License: Apache Software Foundation License Version 2.0
Cazacu Mihai, Janusz Slota
PrettyTime Core
https://github.com/ocpsoft/prettytime
License: Apache Software Foundation License Version 2.0
© 2015 OCPsoft
Grails UiPerformance Plugin
https://grails.org/plugin/ui-performance
License: Apache Software Foundation License Version 2.0
Burt Beckwith
Grails Build-test-data Plugin
https://github.com/tednaleid/build-test-data
License: Apache Software Foundation License Version 2.0
Ted Naleid, Joe Hoover, Matt Sheehan, Aaron Long, Søren Berg Glasius, Gregor Petrin, Michael Cameron, Jaime Garcia
dk.brics.automaton
http://www.brics.dk/automaton/
License: BSD
© Anders Møller
Grails Quartz Plugin
https://github.com/grails-plugins/grails-quartz
License: Apache Software Foundation License Version 2.0
Sergey Nebolsin, Graeme Rocher, Ryan Vanderwerf, Vitalii Samolovskikh
Quartz Scheduler
http://quartz-scheduler.org/
License: Apache Software Foundation License Version 2.0
(c) Terracotta, Inc
c3p0 - JDBC3 Connection and Statement Pooling
http://www.mchange.com/projects/c3p0/
License: LGPL or EPL
© 2015 Machinery For Change, Inc.
--------------------------------------------------------------
Attribution for Dependencies needed at runtime but not for compilation
--------------------------------------------------------------
Groovy
http://www.groovy-lang.org/
License: Apache Software Foundation License Version 2.0
© 2003-2015 the Groovy project
Grails REST Plugin
https://github.com/berngp/grails-rest
License: Apache Software Foundation License Version 2.0
Andres Almiray (aalmiray), Bernardo Gomez Palacio, Marco Vermeulen
SLF4J
http://www.slf4j.org/
License: MIT License
(c) 2004-2013 QOS.ch
Grails
https://grails.org/
License: Apache Software Foundation License Version 2.0
© 2005-2015 the Grails project
Apache Taglibs
http://tomcat.apache.org/
License: Apache Software Foundation License Version 2.0
© 1999-2015, The Apache Software Foundation
Spring Context Support
https://github.com/spring-projects/spring-framework
License: Apache Software Foundation License Version 2.0
© 2015 Pivotal Software
Eclipse Aspectj
https://eclipse.org/aspectj/
License: Eclipse Public License
(c) 2008 Contributors
Apache Commons FileUpload
https://commons.apache.org/proper/commons-fileupload/
License: Apache Software Foundation License Version 2.0
© 1999-2015, The Apache Software Foundation
Sitemesh
http://wiki.sitemesh.org/wiki/display/sitemesh/Home
License: OpenSymphony Software License
(c) 2001-2004 The OpenSymphony Group
Eclipse Aspectj
https://eclipse.org/aspectj/
License: Eclipse Public License
(c) 2008 Contributors
Grails Async
https://grails.org/
License: Apache Software Foundation License Version 2.0
© 2005-2015 the Grails project
GPars
http://gpars.codehaus.org/
License: Apache Software Foundation License Version 2.0
(c) 2008-2013 Vaclav Pech
Multiverse-Core
https://github.com/Multiverse/Multiverse-Core
License: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer
(c) 2011, The Multiverse Team
jsr166y
https://github.com/codehaus/jsr166-mirror/tree/master/src/main
License: Creative Commons
2015 The Codehaus. All Rights Reserved.
spring-aop
https://github.com/spring-projects/spring-framework
License: Apache Software Foundation License Version 2.0
© 2015 Pivotal Software
spring-web
https://github.com/spring-projects/spring-framework
License: Apache Software Foundation License Version 2.0
© 2015 Pivotal Software
spring-expression
https://github.com/spring-projects/spring-framework
License: Apache Software Foundation License Version 2.0
© 2015 Pivotal Software
MXP1: Xml Pull Parser (XPP3)
http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/
License: Copies of this document may be made for your own use and for distribution to others,
provided that you do not charge any fee for such copies and further provided that each copy
contains this Copyright Notice, whether distributed in print or electronically.
2002 Extreme! Lab, Indiana University
Javax Servlet JSTL
http://search.maven.org/#artifactdetails%7Cjavax.servlet%7Cservlet-api%7C2.5%7Cjar
License: Apache Software Foundation License Version 2.0
Copyright © 2009-2011, Oracle Corporation and/or its affiliates
Commons EL
http://commons.apache.org/proper/commons-el/
License: Apache Software Foundation License Version 2.0
© 1999-2015, The Apache Software Foundation
Objenesis
http://objenesis.org/
License: Apache Software Foundation License Version 2.0
(c) 2003-2013, Objenesis Team and all contributors
Commons BeanUtils
http://commons.apache.org/proper/commons-beanutils/
License: Apache Software Foundation License Version 2.0
© 1999-2015, The Apache Software Foundation
Grails
https://grails.org/
License: Apache Software Foundation License Version 2.0
© 2005-2015 the Grails project
Grails DataBind
https://grails.org/
License: Apache Software Foundation License Version 2.0
© 2005-2015 the Grails project
SLF4J
http://www.slf4j.org/
License: MIT License
(c) 2004-2013 QOS.ch
Grails Datasource Plugin
https://grails.org/
License: Apache Software Foundation License Version 2.0
© 2005-2015 the Grails project
Tomcat Embed Core
http://tomcat.apache.org/
License: Apache Software Foundation License Version 2.0
© 1999-2015, The Apache Software Foundation
Tomcat JDBC
http://tomcat.apache.org/
License: Apache Software Foundation License Version 2.0
© 1999-2015, The Apache Software Foundation
Tomcat JULI
http://tomcat.apache.org/
License: Apache Software Foundation License Version 2.0
© 1999-2015, The Apache Software Foundation
Spring JDBC
https://github.com/spring-projects/spring-framework
License: Apache Software Foundation License Version 2.0
© 2015 Pivotal Software
Spring Context
https://github.com/spring-projects/spring-framework
License: Apache Software Foundation License Version 2.0
© 2015 Pivotal Software
Spring AOP
https://github.com/spring-projects/spring-framework
License: Apache Software Foundation License Version 2.0
© 2015 Pivotal Software
Gson
https://github.com/google/gson
License: Apache Software Foundation License Version 2.0
2008 Google Inc.
Grails Plugin Controllers
https://grails.org/
License: Apache Software Foundation License Version 2.0
© 2005-2015 the Grails project
Grails Plugin Validation
https://grails.org/
License: Apache Software Foundation License Version 2.0
© 2005-2015 the Grails project
Grails Plugin DataBind
https://grails.org/
License: Apache Software Foundation License Version 2.0
© 2005-2015 the Grails project
Grails-core
https://grails.org/
License: Apache Software Foundation License Version 2.0
© 2005-2015 the Grails project
Grails-bootstrap
https://github.com/groovydev/twitter-bootstrap-grails-plugin
License: Apache Software Foundation License Version 2.0
Copyright 2011 Karol Balejko
Apache ORO
http://projects.apache.org/projects/oro.html
License: Apache Software Foundation License Version 2.0
1999-2015, The Apache Software Foundation
Xalan Serializer
https://xml.apache.org/xalan-j/
License: Apache Software Foundation License Version 2.0
© 2002-2014 The Apache Software Foundation
Spring Web
https://github.com/spring-projects/spring-framework
License: Apache Software Foundation License Version 2.0
© 2015 Pivotal Software
ASM
http://asm.ow2.org/
License: Copies of this document may be made for your own use and for distribution to others,
provided that you do not charge any fee for such copies and further provided that each copy
contains this Copyright Notice, whether distributed in print or electronically.
(c) 2000-2011 INRIA, France Telecom
Spring Beans
https://github.com/spring-projects/spring-framework
License: Apache Software Foundation License Version 2.0
© 2015 Pivotal Software
Java Persistence API
http://hibernate.org/orm/documentation/
License: LGPL
Copyright © 2004 Red Hat, Inc.
Spring Core
https://github.com/spring-projects/spring-framework
License: Apache Software Foundation License Version 2.0
© 2015 Pivotal Software
AOP Alliance
http://aopalliance.sourceforge.net/
License: all the source code provided by AOP Alliance is Public Domain
AOP Alliance
Commons Validator
https://commons.apache.org/proper/commons-validator/
License: Apache Software Foundation License Version 2.0
© 2002-2014 The Apache Software Foundation
Grails Plugin i18n
https://github.com/stokito/grails-locale-configuration-plugin
License: Apache Software Foundation License Version 2.0
Sergey Ponomarev
Apache Commons Lang
https://commons.apache.org/proper/commons-lang/
License: Apache Software Foundation License Version 2.0
© 2002-2014 The Apache Software Foundation
Grails Plugin Filters
https://grails.org/
License: Apache Software Foundation License Version 2.0
© 2005-2015 the Grails project
Grails Plugin GSP
https://github.com/mckenfra/gsp-resources
License: Apache Software Foundation License Version 2.0
© 2005-2015 the Grails project
Grails Logging
https://grails.org/
License: Apache Software Foundation License Version 2.0
© 2005-2015 the Grails project
Grails Plugin Codecs