瀏覽代碼

gh-2562 Change license to Apache …

Update all license text to new Apache version.
Fix a few anomolies.

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 12 年之前
父節點
當前提交
743e4e54b0
共有 6 個文件被更改,包括 38 次插入32 次删除
  1. 7 9
      README
  2. 0 17
      common/fileview2/fvserver.cpp
  3. 1 1
      common/remote/uri.cpp
  4. 1 1
      common/remote/uri.hpp
  5. 15 3
      ecl/ecl-package/CMakeLists.txt
  6. 14 1
      ecl/ecl-package/ecl-package.cpp

+ 7 - 9
README

@@ -1,19 +1,17 @@
- 
-Copyright (C) <2011> <LexisNexis Risk Data Management Inc.>
- 
+HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems.
+
 Licensed under the Apache License, Version 2.0 (the "License");
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 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
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 distributed under the License is distributed on an "AS IS" BASIS,
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 See the License for the specific language governing permissions and
- 
 limitations under the License.
 limitations under the License.
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-
+ 
 
 
 http://hpccsystems.com
 http://hpccsystems.com
  
  

+ 0 - 17
common/fileview2/fvserver.cpp

@@ -15,23 +15,6 @@
     limitations under the License.
     limitations under the License.
 ############################################################################## */
 ############################################################################## */
 
 
-/*##############################################################################
-
-    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems.
-
-    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.
-############################################################################## */
-
 #include <jliball.hpp>
 #include <jliball.hpp>
 
 
 #include "daclient.hpp"
 #include "daclient.hpp"

+ 1 - 1
common/remote/uri.cpp

@@ -1,6 +1,6 @@
 /*##############################################################################
 /*##############################################################################
 
 
-    Copyright (C) 2012 HPCC Systems.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems.
 
 
     Licensed under the Apache License, Version 2.0 (the "License");
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     you may not use this file except in compliance with the License.

+ 1 - 1
common/remote/uri.hpp

@@ -1,6 +1,6 @@
 /*##############################################################################
 /*##############################################################################
 
 
-    Copyright (C) 2012 HPCC Systems.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems.
 
 
     Licensed under the Apache License, Version 2.0 (the "License");
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     you may not use this file except in compliance with the License.

+ 15 - 3
ecl/ecl-package/CMakeLists.txt

@@ -1,6 +1,18 @@
-##############################################################################
-# HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems.
-##############################################################################
+################################################################################
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems.
+#
+#    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.
+################################################################################
 
 
 
 
 # Component: ecl-package
 # Component: ecl-package

+ 14 - 1
ecl/ecl-package/ecl-package.cpp

@@ -1,5 +1,18 @@
 /*##############################################################################
 /*##############################################################################
-HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems.
+
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems.
+
+    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.
 ############################################################################## */
 ############################################################################## */
 
 
 #include <stdio.h>
 #include <stdio.h>