Skip to content

Commit

Permalink
Merge pull request eclipse#148 from keilw/master
Browse files Browse the repository at this point in the history
Update copyright in a few more files missed
  • Loading branch information
kwsutter authored Feb 7, 2017
2 parents b1e768d + 3a8e0e1 commit 43c22a8
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 212 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2016 Microprofile.io
~ Copyright(c) 2016-2017 IBM, Red Hat, and others.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2016 Microprofile.io
~ Copyright(c) 2016-2017 IBM, Red Hat, and others.
~
~ 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.
Expand All @@ -30,8 +28,8 @@
<url>https://github.com/microprofile/microprofile-conference</url>
<inceptionYear>2016</inceptionYear>
<organization>
<name>Microprofile.io</name>
<url>http://www.microprofile.io</url>
<name>Eclipse Foundation</name>
<url>http://www.eclipse.org</url>
</organization>

<licenses>
Expand Down
1 change: 1 addition & 0 deletions web-application/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.tern-project
201 changes: 0 additions & 201 deletions web-application/LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion web-application/src/main/static/gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2016 Microprofile.io
* Copyright(c) 2016-2017 IBM, Red Hat, and others.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion web-application/src/main/static/karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2016 Microprofile.io
* Copyright(c) 2016-2017 IBM, Red Hat, and others.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion web-application/src/main/static/systemjs.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2016 Microprofile.io
* Copyright(c) 2016-2017 IBM, Red Hat, and others.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2016 Microprofile.io
* Copyright(c) 2016-2017 IBM, Red Hat, and others.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 43c22a8

Please sign in to comment.