Add and fix copyright headers Change-Id: I80a92429492863e6e026c6063cc8c4be8a6e239e Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
diff --git a/src/main/java/com/googlesource/gerrit/plugins/xdocs/public/xdocs.css b/src/main/java/com/googlesource/gerrit/plugins/xdocs/public/xdocs.css index f2db809..8a83068 100644 --- a/src/main/java/com/googlesource/gerrit/plugins/xdocs/public/xdocs.css +++ b/src/main/java/com/googlesource/gerrit/plugins/xdocs/public/xdocs.css
@@ -1,3 +1,18 @@ +/* Copyright (C) 2014 The Android Open Source Project + * + * 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. + */ + .xdocs-panel { border-spacing: 5px 5px; width: 100%;
diff --git a/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/htmlheader-sidebyside-a.xsl b/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/htmlheader-sidebyside-a.xsl index 09e1d73..07ed860 100644 --- a/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/htmlheader-sidebyside-a.xsl +++ b/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/htmlheader-sidebyside-a.xsl
@@ -1,18 +1,18 @@ <?xml version="1.0"?> <!-- - Copyright 2004 Guy Van den Broeck + Copyright (C) 2014 The Android Open Source Project - 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 + 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 + 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. + 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. --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="html" indent="yes"/>
diff --git a/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/htmlheader-sidebyside-b.xsl b/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/htmlheader-sidebyside-b.xsl index 7c94aa0..6f3201b 100644 --- a/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/htmlheader-sidebyside-b.xsl +++ b/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/htmlheader-sidebyside-b.xsl
@@ -1,18 +1,18 @@ <?xml version="1.0"?> <!-- - Copyright 2004 Guy Van den Broeck + Copyright (C) 2014 The Android Open Source Project - 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 + 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 + 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. + 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. --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="html" indent="yes"/>
diff --git a/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/htmlheader-unified.xsl b/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/htmlheader-unified.xsl index 4932a53..5722689 100644 --- a/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/htmlheader-unified.xsl +++ b/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/htmlheader-unified.xsl
@@ -1,18 +1,18 @@ <?xml version="1.0"?> <!-- - Copyright 2004 Guy Van den Broeck + Copyright (C) 2014 The Android Open Source Project - 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 + 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 + 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. + 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. --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="html" indent="yes"/>
diff --git a/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/sidebyside-a.css b/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/sidebyside-a.css index e8a4824..9fc7cd5 100644 --- a/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/sidebyside-a.css +++ b/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/sidebyside-a.css
@@ -1,3 +1,18 @@ +/* Copyright (C) 2014 The Android Open Source Project + * + * 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. + */ + /* * Styles for the Tag Diff */
diff --git a/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/sidebyside-b.css b/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/sidebyside-b.css index 3e2317a..5192f09 100644 --- a/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/sidebyside-b.css +++ b/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/sidebyside-b.css
@@ -1,3 +1,18 @@ +/* Copyright (C) 2014 The Android Open Source Project + * + * 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. + */ + /* * Styles for the Tag Diff */
diff --git a/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/unified.css b/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/unified.css index 2a1e62b..58e1397 100644 --- a/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/unified.css +++ b/src/main/resources/com/googlesource/gerrit/plugins/xdocs/diff/unified.css
@@ -1,3 +1,18 @@ +/* Copyright (C) 2014 The Android Open Source Project + * + * 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. + */ + /* * Styles for the Tag Diff */