Skip to content

Commit e8f8b29

Browse files
committed
chg: license header
1 parent 624d22b commit e8f8b29

392 files changed

Lines changed: 1184 additions & 442 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 2 additions & 0 deletions

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<artifactId>license-maven-plugin</artifactId>
167167
<version>3.0 </version>
168168
<configuration>
169-
<inlineHeader>Copyright (C) ${inceptionYear}-${currentYear}, GoodData(R) Corporation. All rights reserved.</inlineHeader>
169+
<header>src/license_header.txt</header>
170170
<failIfMissing>true</failIfMissing>
171171
<failIfUnknown>true</failIfUnknown>
172172
<skipExistingHeaders>true</skipExistingHeaders>

src/license_header.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Copyright (C) ${inceptionYear}-${currentYear}, GoodData(R) Corporation. All rights reserved.
2+
This source code is licensed under the BSD-style license found in the
3+
LICENSE.txt file in the root directory of this source tree.

src/main/java/com/gooddata/AbstractPollHandler.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
/*
2-
* Copyright (C) 2007-2014, GoodData(R) Corporation. All rights reserved.
1+
/**
2+
* Copyright (C) 2004-2016, GoodData(R) Corporation. All rights reserved.
3+
* This source code is licensed under the BSD-style license found in the
4+
* LICENSE.txt file in the root directory of this source tree.
35
*/
46
package com.gooddata;
57

src/main/java/com/gooddata/AbstractPollHandlerBase.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
/*
2-
* Copyright (C) 2007-2014, GoodData(R) Corporation. All rights reserved.
1+
/**
2+
* Copyright (C) 2004-2016, GoodData(R) Corporation. All rights reserved.
3+
* This source code is licensed under the BSD-style license found in the
4+
* LICENSE.txt file in the root directory of this source tree.
35
*/
46
package com.gooddata;
57

src/main/java/com/gooddata/AbstractService.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
/*
2-
* Copyright (C) 2007-2014, GoodData(R) Corporation. All rights reserved.
1+
/**
2+
* Copyright (C) 2004-2016, GoodData(R) Corporation. All rights reserved.
3+
* This source code is licensed under the BSD-style license found in the
4+
* LICENSE.txt file in the root directory of this source tree.
35
*/
46
package com.gooddata;
57

src/main/java/com/gooddata/FutureResult.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
/*
2-
* Copyright (C) 2007-2014, GoodData(R) Corporation. All rights reserved.
1+
/**
2+
* Copyright (C) 2004-2016, GoodData(R) Corporation. All rights reserved.
3+
* This source code is licensed under the BSD-style license found in the
4+
* LICENSE.txt file in the root directory of this source tree.
35
*/
46
package com.gooddata;
57

src/main/java/com/gooddata/GoodData.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
/*
2-
* Copyright (C) 2007-2014, GoodData(R) Corporation. All rights reserved.
1+
/**
2+
* Copyright (C) 2004-2016, GoodData(R) Corporation. All rights reserved.
3+
* This source code is licensed under the BSD-style license found in the
4+
* LICENSE.txt file in the root directory of this source tree.
35
*/
46
package com.gooddata;
57

src/main/java/com/gooddata/GoodDataException.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
/*
2-
* Copyright (C) 2007-2014, GoodData(R) Corporation. All rights reserved.
1+
/**
2+
* Copyright (C) 2004-2016, GoodData(R) Corporation. All rights reserved.
3+
* This source code is licensed under the BSD-style license found in the
4+
* LICENSE.txt file in the root directory of this source tree.
35
*/
46
package com.gooddata;
57

src/main/java/com/gooddata/GoodDataRestException.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
/*
2-
* Copyright (C) 2007-2014, GoodData(R) Corporation. All rights reserved.
1+
/**
2+
* Copyright (C) 2004-2016, GoodData(R) Corporation. All rights reserved.
3+
* This source code is licensed under the BSD-style license found in the
4+
* LICENSE.txt file in the root directory of this source tree.
35
*/
46
package com.gooddata;
57

0 commit comments

Comments
 (0)