Skip to content

Commit

Permalink
Copyright header simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Jan 19, 2019
1 parent 3471cd6 commit f80766f
Show file tree
Hide file tree
Showing 379 changed files with 379 additions and 1,121 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
# Copyright (c) ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
#
# **********************************************************************

top_srcdir := .

Expand Down
4 changes: 1 addition & 3 deletions allTests.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
# Copyright (c) ZeroC, Inc. All rights reserved.
#
# **********************************************************************

import os, sys
sys.path.append(os.path.join(os.path.dirname(__file__), "scripts"))
Expand Down
4 changes: 1 addition & 3 deletions config/Make.freeze.rules
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
# Copyright (c) ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
#
# **********************************************************************

#
# $(call make-freeze-components,$1=project,$2=component,$3=target)
Expand Down
4 changes: 1 addition & 3 deletions config/Make.project.rules
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
# Copyright (c) ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
#
# **********************************************************************

#
# $(call project,[$1])
Expand Down
4 changes: 1 addition & 3 deletions config/Make.rules
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
# Copyright (c) ZeroC, Inc. All rights reserved.
#
# **********************************************************************

#
# Select an installation base directory. The directory will be created
Expand Down
4 changes: 1 addition & 3 deletions config/Make.rules.Darwin
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
# Copyright (c) ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
#
# **********************************************************************

supported-platforms = macosx iphoneos iphonesimulator

Expand Down
4 changes: 1 addition & 3 deletions config/Make.rules.Linux
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
# Copyright (c) ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
#
# **********************************************************************

linux_id = $(if $(wildcard /etc/os-release),$(shell . /etc/os-release && echo $${ID}),)
is-bin-program = $(and $(filter $(bindir)%,$($4_targetdir)),$(filter $($1_target),program))
Expand Down
4 changes: 1 addition & 3 deletions config/Make.tests.rules
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
# Copyright (c) ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
#
# **********************************************************************

#
# $(call test,[$1])
Expand Down
4 changes: 1 addition & 3 deletions cpp/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
# Copyright (c) ZeroC, Inc. All rights reserved.
#
# **********************************************************************

top_srcdir := ..
lang_srcdir := $(top_srcdir)/cpp
Expand Down
4 changes: 1 addition & 3 deletions cpp/allTests.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
# Copyright (c) ZeroC, Inc. All rights reserved.
#
# **********************************************************************

import os, sys
sys.path.append(os.path.join(os.path.dirname(__file__), "..", "scripts"))
Expand Down
4 changes: 1 addition & 3 deletions cpp/config/Make.rules
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
# Copyright (c) ZeroC, Inc. All rights reserved.
#
# **********************************************************************

# ----------------------------------------------------------------------
# Don't change anything below this line!
Expand Down
4 changes: 1 addition & 3 deletions cpp/include/Freeze/AbstractMutex.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#ifndef FREEZE_ABSTRACT_MUTEX_H
#define FREEZE_ABSTRACT_MUTEX_H
Expand Down
4 changes: 1 addition & 3 deletions cpp/include/Freeze/Cache.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#ifndef FREEZE_CACHE_H
#define FREEZE_CACHE_H
Expand Down
4 changes: 1 addition & 3 deletions cpp/include/Freeze/Freeze.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#ifndef FREEZE_FREEZE_H
#define FREEZE_FREEZE_H
Expand Down
4 changes: 1 addition & 3 deletions cpp/include/Freeze/Index.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#ifndef FREEZE_INDEX_H
#define FREEZE_INDEX_H
Expand Down
4 changes: 1 addition & 3 deletions cpp/include/Freeze/Initialize.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#ifndef FREEZE_INITIALIZE_H
#define FREEZE_INITIALIZE_H
Expand Down
4 changes: 1 addition & 3 deletions cpp/include/Freeze/Map.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#ifndef FREEZE_MAP_H
#define FREEZE_MAP_H
Expand Down
4 changes: 1 addition & 3 deletions cpp/include/Freeze/TransactionHolder.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#ifndef FREEZE_TRANSACTION_HOLDER_H
#define FREEZE_TRANSACTION_HOLDER_H
Expand Down
2 changes: 1 addition & 1 deletion cpp/msbuild/zeroc.freeze.v120.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2009-present ZeroC, Inc. All rights reserved. -->
<!-- Copyright (c) ZeroC, Inc. All rights reserved. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(MSBuildToolsVersion)' == '12.0'">
<FreezeHome>$(MSBuildThisFileDirectory)..\..</FreezeHome>
Expand Down
2 changes: 1 addition & 1 deletion cpp/msbuild/zeroc.freeze.v140.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2009-present ZeroC, Inc. All rights reserved. -->
<!-- Copyright (c) ZeroC, Inc. All rights reserved. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(MSBuildToolsVersion)' == '14.0'">
<FreezeHome>$(MSBuildThisFileDirectory)..\..</FreezeHome>
Expand Down
4 changes: 1 addition & 3 deletions cpp/src/Freeze/BackgroundSaveEvictorI.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#include <Freeze/BackgroundSaveEvictorI.h>
#include <Freeze/Initialize.h>
Expand Down
4 changes: 1 addition & 3 deletions cpp/src/Freeze/BackgroundSaveEvictorI.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#ifndef FREEZE_BACKGROUND_SAVE_EVICTOR_I_H
#define FREEZE_BACKGROUND_SAVE_EVICTOR_I_H
Expand Down
4 changes: 1 addition & 3 deletions cpp/src/Freeze/ConnectionI.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#include <Freeze/ConnectionI.h>
#include <Freeze/MapI.h>
Expand Down
4 changes: 1 addition & 3 deletions cpp/src/Freeze/ConnectionI.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#ifndef FREEZE_CONNECTIONI_H
#define FREEZE_CONNECTIONI_H
Expand Down
4 changes: 1 addition & 3 deletions cpp/src/Freeze/EvictorI.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#include <Freeze/EvictorI.h>
#include <Freeze/Initialize.h>
Expand Down
4 changes: 1 addition & 3 deletions cpp/src/Freeze/EvictorI.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#ifndef FREEZE_EVICTOR_I_H
#define FREEZE_EVICTOR_I_H
Expand Down
4 changes: 1 addition & 3 deletions cpp/src/Freeze/EvictorIteratorI.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#include <Freeze/EvictorIteratorI.h>
#include <Freeze/ObjectStore.h>
Expand Down
4 changes: 1 addition & 3 deletions cpp/src/Freeze/EvictorIteratorI.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#ifndef FREEZE_EVICTOR_ITERATOR_I_H
#define FREEZE_EVICTOR_ITERATOR_I_H
Expand Down
2 changes: 1 addition & 1 deletion cpp/src/Freeze/Freeze.rc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ BEGIN
VALUE "FileDescription", "Freeze C++ Library\0"
VALUE "FileVersion", "3.7b0\0"
VALUE "InternalName", INTERNALNAME
VALUE "LegalCopyright", "\251 2003-present ZeroC, Inc.\0"
VALUE "LegalCopyright", "\251 ZeroC, Inc.\0"
VALUE "OriginalFilename", ORIGINALFILENAME
VALUE "ProductName", "Freeze\0"
VALUE "ProductVersion", "3.7b0\0"
Expand Down
4 changes: 1 addition & 3 deletions cpp/src/Freeze/Index.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#include <Freeze/Index.h>
#include <Freeze/IndexI.h>
Expand Down
4 changes: 1 addition & 3 deletions cpp/src/Freeze/IndexI.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#include <Freeze/IndexI.h>
#include <Freeze/Util.h>
Expand Down
4 changes: 1 addition & 3 deletions cpp/src/Freeze/IndexI.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#ifndef FREEZE_INDEX_I_H
#define FREEZE_INDEX_I_H
Expand Down
4 changes: 1 addition & 3 deletions cpp/src/Freeze/Makefile.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
# Copyright (c) ZeroC, Inc. All rights reserved.
#
# **********************************************************************

$(project)_libraries = Freeze
$(project)_generated_includedir := $(project)/generated/Freeze
Expand Down
4 changes: 1 addition & 3 deletions cpp/src/Freeze/MapDb.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#include <Freeze/MapDb.h>
#include <Freeze/Exception.h>
Expand Down
4 changes: 1 addition & 3 deletions cpp/src/Freeze/MapDb.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#ifndef FREEZE_MAP_DB_H
#define FREEZE_MAP_DB_H
Expand Down
4 changes: 1 addition & 3 deletions cpp/src/Freeze/MapI.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#include <Freeze/MapI.h>
#include <Freeze/MapDb.h>
Expand Down
4 changes: 1 addition & 3 deletions cpp/src/Freeze/MapI.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#ifndef FREEZE_MAP_I_H
#define FREEZE_MAP_I_H
Expand Down
4 changes: 1 addition & 3 deletions cpp/src/Freeze/ObjectStore.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
// Copyright (c) ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#include <Freeze/ObjectStore.h>
#include <Freeze/EvictorI.h>
Expand Down
Loading

0 comments on commit f80766f

Please sign in to comment.