Skip to content

Commit

Permalink
add copyright header to file
Browse files Browse the repository at this point in the history
  • Loading branch information
vintagewang committed Jun 9, 2012
1 parent 4d32bc8 commit ce50270
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/JWUtil.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/**
* Copyright 2012 Wangxr, [email protected]
*
* 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:https://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 "JWUtil.h"
#include <direct.h>
#include <stdlib.h>
Expand Down
15 changes: 15 additions & 0 deletions src/JWUtil.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/**
* Copyright 2012 Wangxr, [email protected]
*
* 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:https://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.
*/
#ifndef _JW_JWUTIL_H__
#define _JW_JWUTIL_H__
#include <string>
Expand Down
15 changes: 15 additions & 0 deletions src/JavaConfig.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/**
* Copyright 2012 Wangxr, [email protected]
*
* 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:https://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 "JavaConfig.h"
#include "JWUtil.h"
#include <string>
Expand Down
15 changes: 15 additions & 0 deletions src/JavaConfig.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/**
* Copyright 2012 Wangxr, [email protected]
*
* 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:https://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.
*/
#ifndef _JW_JAVA_CONFIG_H__
#define _JW_JAVA_CONFIG_H__
#include <string>
Expand Down
15 changes: 15 additions & 0 deletions src/jwrapper.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/**
* Copyright 2012 Wangxr, [email protected]
*
* 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:https://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 "JavaConfig.h"
#include "JWUtil.h"
#include <stdio.h>
Expand Down

0 comments on commit ce50270

Please sign in to comment.