Skip to content

Commit 8e2243b

Browse files
committed
license updates
1 parent 6ab2ead commit 8e2243b

12 files changed

+13
-13
lines changed

DbReverseEngineerGrailsPlugin.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2010-2014 SpringSource.
1+
/* Copyright 2010-2015 the original author or authors.
22
*
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@ class DbReverseEngineerGrailsPlugin {
2525
'src/docs/**'
2626
]
2727
String license = 'APACHE'
28-
def organization = [name: 'SpringSource', url: 'http://www.springsource.org/']
28+
def organization = [name: 'Grails', url: 'http://www.grails.org/']
2929
def issueManagement = [system: 'JIRA', url: 'http://jira.grails.org/browse/GPREVERSEENGINEER']
3030
def scm = [url: 'https://github.com/grails-plugins/grails-db-reverse-engineer']
3131
}

scripts/DbReverseEngineer.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2010-2014 SpringSource.
1+
/* Copyright 2010-2015 the original author or authors.
22
*
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.

src/groovy/grails/plugin/reveng/GrailsCfg2JavaTool.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2010-2014 SpringSource.
1+
/* Copyright 2010-2015 the original author or authors.
22
*
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.

src/groovy/grails/plugin/reveng/GrailsEntityPOJOClass.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2010-2014 SpringSource.
1+
/* Copyright 2010-2015 the original author or authors.
22
*
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.

src/groovy/grails/plugin/reveng/GrailsJdbcBinder.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2010-2014 SpringSource.
1+
/* Copyright 2010-2015 the original author or authors.
22
*
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.

src/groovy/grails/plugin/reveng/GrailsJdbcMetaDataConfiguration.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2010-2014 SpringSource.
1+
/* Copyright 2010-2015 the original author or authors.
22
*
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.

src/groovy/grails/plugin/reveng/GrailsPojoExporter.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2010-2014 SpringSource.
1+
/* Copyright 2010-2015 the original author or authors.
22
*
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.

src/groovy/grails/plugin/reveng/GrailsReverseEngineeringStrategy.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2010-2014 SpringSource.
1+
/* Copyright 2010-2015 the original author or authors.
22
*
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.

src/groovy/grails/plugin/reveng/GrailsTemplateProducer.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2010-2014 SpringSource.
1+
/* Copyright 2010-2015 the original author or authors.
22
*
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.

src/groovy/grails/plugin/reveng/Reenigne.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2010-2014 SpringSource.
1+
/* Copyright 2010-2015 the original author or authors.
22
*
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)