Skip to content

Commit

Permalink
HPCC-13448 Source Code needs Marca Registrada next to HPCC Systems®
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chapman <[email protected]>
  • Loading branch information
richardkchapman committed Aug 4, 2015
1 parent fe849a5 commit c63b80c
Show file tree
Hide file tree
Showing 5,937 changed files with 5,967 additions and 5,967 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
14 changes: 7 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# 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.
Expand Down Expand Up @@ -152,8 +152,8 @@ set( CPACK_SOURCE_GENERATOR TGZ )

set ( CPACK_RPM_PACKAGE_VERSION "${version}" )
SET(CPACK_RPM_PACKAGE_RELEASE "${stagever}")
SET(CPACK_RPM_PACKAGE_VENDOR "HPCC Systems")
SET(CPACK_PACKAGE_VENDOR "HPCC Systems")
SET(CPACK_RPM_PACKAGE_VENDOR "HPCC Systems®")
SET(CPACK_PACKAGE_VENDOR "HPCC Systems®")

if ( ${ARCH64BIT} EQUAL 1 )
set ( CPACK_RPM_PACKAGE_ARCHITECTURE "x86_64")
Expand Down Expand Up @@ -289,7 +289,7 @@ if ( UNIX )
set ( CPACK_RPM_PRE_UNINSTALL_SCRIPT_FILE "${CMAKE_CURRENT_BINARY_DIR}/clienttools/install/prerm" )
set ( CPACK_RPM_POST_UNINSTALL_SCRIPT_FILE "${CMAKE_CURRENT_BINARY_DIR}/clienttools/install/postrm" )
set ( CPACK_RPM_PACKAGE_GROUP "development/libraries")
set ( CPACK_RPM_PACKAGE_SUMMARY "HPCC Systems Client Tools." )
set ( CPACK_RPM_PACKAGE_SUMMARY "HPCC Systems® Client Tools." )
else ( CLIENTTOOLS_ONLY )
set ( CPACK_RPM_POST_INSTALL_SCRIPT_FILE "${CMAKE_CURRENT_BINARY_DIR}/initfiles/bash/sbin/deb/postinst" )
set ( CPACK_RPM_PRE_UNINSTALL_SCRIPT_FILE "${CMAKE_CURRENT_BINARY_DIR}/initfiles/sbin/prerm" )
Expand Down Expand Up @@ -321,12 +321,12 @@ else ( PLATFORM )
endif()
set ( CPACK_MONOLITHIC_INSTALL TRUE )
file(WRITE "${PROJECT_BINARY_DIR}/welcome.txt"
"HPCC Systems - Client Tools\r"
"HPCC Systems® - Client Tools\r"
"===========================\r\r"
"This installer will install the HPCC Systems Client Tools.")
"This installer will install the HPCC Systems® Client Tools.")
set ( CPACK_RESOURCE_FILE_README "${PROJECT_BINARY_DIR}/welcome.txt" )
set ( CPACK_RESOURCE_FILE_LICENSE "${HPCC_SOURCE_DIR}/${LICENSE_FILE}" )
set ( CPACK_PACKAGE_DESCRIPTION_SUMMARY "HPCC Systems Client Tools." )
set ( CPACK_PACKAGE_DESCRIPTION_SUMMARY "HPCC Systems® Client Tools." )
if (WIN32)
if ( "${SIGN_DIRECTORY}" STREQUAL "" )
set ( SIGN_DIRECTORY "${HPCC_SOURCE_DIR}/../sign" )
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Guide for Contributors
======================

Upon contributing code, you agree to the HPCC Systems Contribution Agreement at
Upon contributing code, you agree to the HPCC Systems® Contribution Agreement at
http://hpccsystems.com/sites/default/files/pdf/hpcc_contributor_agreement.pdf

Our preferred method for accepting contributions is via GitHub pull requests. We
Expand Down Expand Up @@ -119,7 +119,7 @@ to fulfill the following requirements:

1. All commits must be signed. By signing the commits you are signaling that you have
the appropriate rights to the change you are submitting, and the right to assign
those rights to HPCC Systems under the terms of the contributory agreement. We have
those rights to HPCC Systems® under the terms of the contributory agreement. We have
to be strict about this requirement to keep the lawyers happy.
2. All new code in the commit should follow the coding standards used by our project,
for layout conventions, variable naming conventions, programming paradigms etc.
Expand Down
4 changes: 2 additions & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[ Please note: HPCC SYSTEMS now licenses the HPCC Systems Community Edition, starting with v3.8, under the Apache v2 license agreement. Appropriate files are being updated. ]
[ Please note: HPCC SYSTEMS now licenses the HPCC Systems® Community Edition, starting with v3.8, under the Apache v2 license agreement. Appropriate files are being updated. ]


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.
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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.
Expand Down
2 changes: 1 addition & 1 deletion baseaddr.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; 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.
Expand Down
2 changes: 1 addition & 1 deletion build_utils/cleanDeb.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion clienttools/install/post_install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion cmake_modules/FindBINUTILS.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion cmake_modules/FindBOOST_REGEX.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion cmake_modules/FindBZip2.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion cmake_modules/FindCPPUNIT.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion cmake_modules/FindDOCBOOK.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion cmake_modules/FindFOP.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion cmake_modules/FindICU.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion cmake_modules/FindLIBARCHIVE.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion cmake_modules/FindLIBXML2.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion cmake_modules/FindLIBXSLT.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion cmake_modules/FindMEMCACHED.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# HPCC SYSTEMS software Copyright (C) 2014 HPCC Systems.
# HPCC SYSTEMS software Copyright (C) 2014 HPCC Systems®.
#
# 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 cmake_modules/FindMYSQL.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion cmake_modules/FindOPENLDAP.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion cmake_modules/FindOPENSSL.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion cmake_modules/FindR.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion cmake_modules/FindREDIS.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# HPCC SYSTEMS software Copyright (C) 2015 HPCC Systems.
# HPCC SYSTEMS software Copyright (C) 2015 HPCC Systems®.
#
# 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 cmake_modules/FindSQLITE3.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# HPCC SYSTEMS software Copyright (C) 2014 HPCC Systems.
# HPCC SYSTEMS software Copyright (C) 2014 HPCC Systems®.
#
# 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 cmake_modules/FindUriparser.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# Copyright (C) 2012 HPCC Systems.
# 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.
Expand Down
2 changes: 1 addition & 1 deletion cmake_modules/FindV8.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion cmake_modules/FindXALAN.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion cmake_modules/FindXERCES.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion cmake_modules/FindXSLTPROC.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion cmake_modules/FindZLIB.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion cmake_modules/commonSetup.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion cmake_modules/distrocheck.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

#############################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion cmake_modules/sourcedoc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion common/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion common/dataxfer/sourcedoc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion common/deftype/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion common/deftype/deffield.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*##############################################################################
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.
Expand Down
2 changes: 1 addition & 1 deletion common/deftype/deffield.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*##############################################################################
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.
Expand Down
2 changes: 1 addition & 1 deletion common/deftype/deffield.ipp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*##############################################################################
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.
Expand Down
2 changes: 1 addition & 1 deletion common/deftype/deftype.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*##############################################################################
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.
Expand Down
2 changes: 1 addition & 1 deletion common/deftype/deftype.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*##############################################################################
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.
Expand Down
2 changes: 1 addition & 1 deletion common/deftype/deftype.ipp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*##############################################################################
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.
Expand Down
2 changes: 1 addition & 1 deletion common/deftype/defvalue.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*##############################################################################
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.
Expand Down
2 changes: 1 addition & 1 deletion common/deftype/defvalue.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*##############################################################################
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.
Expand Down
2 changes: 1 addition & 1 deletion common/deftype/defvalue.ipp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*##############################################################################
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.
Expand Down
2 changes: 1 addition & 1 deletion common/deftype/sourcedoc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
################################################################################
# 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.
Expand Down
2 changes: 1 addition & 1 deletion common/dllserver/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# 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.
Expand Down
Loading

0 comments on commit c63b80c

Please sign in to comment.