Skip to content

Commit

Permalink
Updated copyright information, removed some useless file header infor…
Browse files Browse the repository at this point in the history
…mation
  • Loading branch information
andibacher committed Mar 23, 2020
1 parent dfedd13 commit ce06641
Show file tree
Hide file tree
Showing 139 changed files with 1,109 additions and 705 deletions.
20 changes: 20 additions & 0 deletions examples/basic/loggerobject.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/******************************************************************************
*
* This file is part of Log4Qt library.
*
* Copyright (C) 2007 - 2020 Log4Qt contributors
*
* 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 "loggerobject.h"

#include <QTimer>
Expand Down
20 changes: 20 additions & 0 deletions examples/basic/loggerobject.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/******************************************************************************
*
* This file is part of Log4Qt library.
*
* Copyright (C) 2007 - 2020 Log4Qt contributors
*
* 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.
*
******************************************************************************/

#ifndef LOGGEROBJECT_H
#define LOGGEROBJECT_H

Expand Down
20 changes: 20 additions & 0 deletions examples/basic/loggerobjectprio.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/******************************************************************************
*
* This file is part of Log4Qt library.
*
* Copyright (C) 2007 - 2020 Log4Qt contributors
*
* 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 "loggerobjectprio.h"

#include <QTimer>
Expand Down
20 changes: 20 additions & 0 deletions examples/basic/loggerobjectprio.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/******************************************************************************
*
* This file is part of Log4Qt library.
*
* Copyright (C) 2007 - 2020 Log4Qt contributors
*
* 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.
*
******************************************************************************/

#ifndef LOGGEROBJECTPRIO_H
#define LOGGEROBJECTPRIO_H

Expand Down
20 changes: 20 additions & 0 deletions examples/basic/loggerstatic.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/******************************************************************************
*
* This file is part of Log4Qt library.
*
* Copyright (C) 2007 - 2020 Log4Qt contributors
*
* 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 "loggerstatic.h"

#include "log4qt/logger.h"
Expand Down
20 changes: 20 additions & 0 deletions examples/basic/loggerstatic.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/******************************************************************************
*
* This file is part of Log4Qt library.
*
* Copyright (C) 2007 - 2020 Log4Qt contributors
*
* 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.
*
******************************************************************************/

#ifndef LOGGERSTATIC_H
#define LOGGERSTATIC_H

Expand Down
20 changes: 20 additions & 0 deletions examples/basic/main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/******************************************************************************
*
* This file is part of Log4Qt library.
*
* Copyright (C) 2007 - 2020 Log4Qt contributors
*
* 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 "log4qt/logger.h"

#include "loggerobject.h"
Expand Down
20 changes: 20 additions & 0 deletions examples/propertyconfigurator/loggerobject.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/******************************************************************************
*
* This file is part of Log4Qt library.
*
* Copyright (C) 2007 - 2020 Log4Qt contributors
*
* 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 "loggerobject.h"

#include <QTimer>
Expand Down
20 changes: 20 additions & 0 deletions examples/propertyconfigurator/loggerobject.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/******************************************************************************
*
* This file is part of Log4Qt library.
*
* Copyright (C) 2007 - 2020 Log4Qt contributors
*
* 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.
*
******************************************************************************/

#ifndef LOGGEROBJECT_H
#define LOGGEROBJECT_H

Expand Down
20 changes: 20 additions & 0 deletions examples/propertyconfigurator/loggerobjectprio.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/******************************************************************************
*
* This file is part of Log4Qt library.
*
* Copyright (C) 2007 - 2020 Log4Qt contributors
*
* 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 "loggerobjectprio.h"

#include <QTimer>
Expand Down
20 changes: 20 additions & 0 deletions examples/propertyconfigurator/loggerobjectprio.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/******************************************************************************
*
* This file is part of Log4Qt library.
*
* Copyright (C) 2007 - 2020 Log4Qt contributors
*
* 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.
*
******************************************************************************/

#ifndef LOGGEROBJECTPRIO_H
#define LOGGEROBJECTPRIO_H

Expand Down
20 changes: 20 additions & 0 deletions examples/propertyconfigurator/loggerstatic.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/******************************************************************************
*
* This file is part of Log4Qt library.
*
* Copyright (C) 2007 - 2020 Log4Qt contributors
*
* 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 "loggerstatic.h"

#include "log4qt/logger.h"
Expand Down
20 changes: 20 additions & 0 deletions examples/propertyconfigurator/loggerstatic.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/******************************************************************************
*
* This file is part of Log4Qt library.
*
* Copyright (C) 2007 - 2020 Log4Qt contributors
*
* 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.
*
******************************************************************************/

#ifndef LOGGERSTATIC_H
#define LOGGERSTATIC_H

Expand Down
20 changes: 20 additions & 0 deletions examples/propertyconfigurator/main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/******************************************************************************
*
* This file is part of Log4Qt library.
*
* Copyright (C) 2007 - 2020 Log4Qt contributors
*
* 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 "log4qt/logger.h"

#include "loggerobject.h"
Expand Down
20 changes: 20 additions & 0 deletions src/log4qt/appender.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/******************************************************************************
*
* This file is part of Log4Qt library.
*
* Copyright (C) 2007 - 2020 Log4Qt contributors
*
* 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 "appender.h"

namespace Log4Qt
Expand Down
10 changes: 3 additions & 7 deletions src/log4qt/appender.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
/******************************************************************************
*
* package:
* file: appender.h
* created: September 2007
* author: Martin Heinrich
* This file is part of Log4Qt library.
*
*
* Copyright 2007 Martin Heinrich
* Copyright (C) 2007 - 2020 Log4Qt contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -20,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
********************************************************************************/
******************************************************************************/

#ifndef LOG4QT_APPENDER_H
#define LOG4QT_APPENDER_H
Expand Down
8 changes: 2 additions & 6 deletions src/log4qt/appenderskeleton.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
/******************************************************************************
*
* package:
* file: appenderskeleton.cpp
* created: September 2007
* author: Martin Heinrich
* This file is part of Log4Qt library.
*
*
* Copyright 2007 Martin Heinrich
* Copyright (C) 2007 - 2020 Log4Qt contributors
*
* 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 ce06641

Please sign in to comment.